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
[phpBB Debug] PHP Warning: in file /donate.php on line 57: Division by zero
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4749: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3820)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4751: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3820)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4752: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3820)
[phpBB Debug] PHP Warning: in file /includes/functions.php on line 4753: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3820)
The easiest fix is to go to ACP and put some values in the donation stats fields. A zero will be fine if you dont want to use them.
But you can also open donation.php
Find and delete: 'DONATION_GOAL_NUMBER' => $donation_goal_number,
Find and delete: $donation_goal_number = ($config['donation_achievement'] * 100) / $config['donation_goal'];
Find: // Lets build a page ...
Before add: