Warning: Division by zero
I struggled with this for a long time before I figured out how to do it! Everytime someone gave me a comment in the blog a long warning meassage appeared. Saying this:
Warning: Division by zero in /PATH..../cutenews/inc/functions.inc.php on line 469
Warning: Division by zero in /PATH..../cutenews/inc/functions.inc.php on line 469
Step 1: First you have to open notepad or whatever program you use. Then click on the
open file button. Search for
Cutenews >> inc >> Functions.inc.php.
Step 2: Scroll your way all the way down to row
469. Replace the whole line with this instead:
if($break_location)
Step 3: When that is done you have to save the function.inc.php file and upload it to the right folder in cutenews on your FTP. The warning message should now be gone!