Need help with : Donation MOD[phpBB Debug] PHP Warning

Download and support for PhpBB3 Paypal Donation Mod
Locked
zotal
BBCoder I
BBCoder I
Posts: 3
Joined: 28 Feb 2012, 18:09
BBCodes: 1

Need help with : Donation MOD[phpBB Debug] PHP Warning

Post by zotal »

Hi,

I'm not sure how I'm getting this. Can anyone solve/help me out?
// BEGIN Donation MOD $lang = array_merge($lang, array( 'DONATEINDEX' => 'Donate', 'VIEWING_DONATE' => 'Viewing Donation page', )); // Donation MOD[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4588: Cannot modify header information - headers already sent by (output started at /language/en/common.php:892)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4590: Cannot modify header information - headers already sent by (output started at /language/en/common.php:892)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4591: Cannot modify header information - headers already sent by (output started at /language/en/common.php:892)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4592: Cannot modify header information - headers already sent by (output started at /language/en/common.php:892)

Thanks in advance.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Need help with : Donation MOD[phpBB Debug] PHP Warning

Post by Stoker »

Check your language edit.
Board rules! No PM support
zotal
BBCoder I
BBCoder I
Posts: 3
Joined: 28 Feb 2012, 18:09
BBCodes: 1

Need help with : Donation MOD[phpBB Debug] PHP Warning

Post by zotal »

Oh, thanks, I've got it now.

BTW,

It doesn't seems to appear on the site? how do I enable it?
User avatar
Stoker
Site Admin
Site Admin
Posts: 3536
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Need help with : Donation MOD[phpBB Debug] PHP Warning

Post by Stoker »

Read the DIY instructions in the install.xml ;)
Board rules! No PM support
zotal
BBCoder I
BBCoder I
Posts: 3
Joined: 28 Feb 2012, 18:09
BBCodes: 1

Need help with : Donation MOD[phpBB Debug] PHP Warning

Post by zotal »

Stoker wrote:Read the DIY instructions in the install.xml ;)
I think I got it now. Thanks. God Bless.
User avatar
mikef35
BBCoder III
BBCoder III
Posts: 147
Joined: 23 Feb 2012, 21:45

Need help with : Donation MOD[phpBB Debug] PHP Warning

Post by mikef35 »

Stoker,

2 questions?

Do you know when you are going to release the version with the different bar colors? and How would I add a Enter Donation Amount next to the input box?

Thanks
Locked