Division by 0 error
Warning: Division by zero in public_html/cutenews/inc/functions.inc.php on line 469
1. Open up your Cutenews folder > Inc folder > functions.inc.php file in your FTP program.

(click to enlarge)
if( isset($break_location) && $i%$break_location == 0 )
3. One you have discovered this code please replace the code with the following one:
if($break_location)
4. Save your file and the error eariler in the comments should now be fixed!




















