Division By Zero Error in Cutenews

June 29, 2008

Division By Zero Error in Cutenews - if you’re getting the following error then I have a solution.

This is the error you should be getting:

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 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469

Division By Zero Error in Cutenews - The Steps


  • So, open FTP and go into your Cutenews folder to solve the division by zero error.
  • Once you’re in the Cutenews folder, find the Inc folder and then find the file functions.inc.php - open it
  • Once you’ve opened the functions file, search for this code. To search for it press CTRL/Command + F when the box appears, enter the code quoted below.
  • if($i%$break_location == 0 and $break_location)
  • Once you’ve found the code I displayed above, replace it with this code:
  • if($break_location)
  • And that’s it! I hope this helped you solve the division by zero error, if not… or if you have any questions, please do leave a comment below or you can request something similar to this division by zero error in Cutenews Tutorial