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

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

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.

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

Post by Stoker »

Check your language edit.

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?

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

Post by Stoker »

Read the DIY instructions in the install.xml ;)

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.

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