Page 1 of 1

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

Posted: 28 Feb 2012, 18:14
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

Posted: 28 Feb 2012, 19:26
by Stoker
Check your language edit.

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

Posted: 28 Feb 2012, 19:53
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

Posted: 28 Feb 2012, 20:14
by Stoker
Read the DIY instructions in the install.xml ;)

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

Posted: 28 Feb 2012, 20:22
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

Posted: 02 Mar 2012, 22:33
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