Page 1 of 1

Apache PHP warning

Posted: Mon Dec 08, 2008 9:00 pm
by JACOBKELL
Not sure is this bug,but this error in error_log keep repeating.
This is what i get:
[08-Dec-2008 10:06:40] PHP Warning: Division by zero in /home/honr/public_html/bundled-libs/Smarty/libs/plugins/function.math.php(65) : eval()'d code on line 1

Re: Apache PHP warning

Posted: Tue Dec 09, 2008 11:05 am
by garvinhicking
Hi!

Could you try this: open your include/functions_entries.inc.php file, search for the function "serendipity_printArchives" (at around line 1483) and change:

Code: Select all

$max  = 0;
to

Code: Select all

$max  = 1;
and tell us if that helps?

Regards,
Garvin