_SMOOTH_ wrote: Hey peoples,
After I installed this mod I got an error:
Warning: Division by zero in /home/charles/public_html/phpbb/bank.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /home/charles/public_html/phpbb/bank.php:69) in /home/charles/public_html/phpbb/bank.php on line 81
Warning: Cannot modify header information - headers already sent by (output started at /home/charles/public_html/phpbb/bank.php:69) in /home/charles/public_html/phpbb/includes/page_header.php on line 476
Warning: Cannot modify header information - headers already sent by (output started at /home/charles/public_html/phpbb/bank.php:69) in /home/charles/public_html/phpbb/includes/page_header.php on line 478
Warning: Cannot modify header information - headers already sent by (output started at /home/charles/public_html/phpbb/bank.php:69) in /home/charles/public_html/phpbb/includes/page_header.php on line 479
Can someone tell me how to fix this error?
Code: Select all
$interesttime = ($restockntime - $board_config['banklastrestocked']);
$interesttime = $interesttime/ $board_config['bankpayouttime'];
Code: Select all
$interesttime = ($restockntime - $board_config['banklastrestocked']) / $board_config['bankpayouttime'];
//$interesttime = $interesttime;