Elephants

SITE WEBMISS VISITOR TUTORIALS HOME HOST DOMAIN




More?

Division by Zero Error Solution


So, you've installed Cutenews (possibly using my tutorial) but when people try to comment, there is a The Division by Zero error that looks like this: "Warning: Division by zero in /PATH..../cutenews/inc/functions.inc.php on line 469"? There are two ways to fix the Division by Zero error that pops up on your site when people try to comment.

Method 1

In your FTP program, go into your cutenews folder and find the file show_news.php. Open the file and click Ctrl H and where it asks for what you want to find search for this:

error_reporting (E_ALL ^ E_NOTICE);

Where it asks for what you want to replace it with put this:

error_reporting (0);

Save all the changes, re-upload if necessary, it should be fixed.

Method 2

In your FTP program, go into your cutenews folder and find the file functions.inc.php. Open the file and click Ctrl H and where it asks for what you want to find search for this:

if($i%$break_location == 0 and $break_location)

Where it asks for what you want to replace it with put this:

if($break_location and $i%$break_location == 0)

Save all changes, re-upload if necessary, it should be fixed.

site webmiss you home