division by 0 error
When I had my past subdomains, I always installed cutenews. Each time I would get a weird error that came on my comments page.
The text would say something like this:
Warning: Division by zero in public_html/cutenews/inc/functions.inc.php on line 469
To fix this, follow these directions:
Step 1) Download your functions.inc.php file. It is located in your cutenews > inc folder in your FTP
Step 2) Open it in your text editor, press CTRL + F and type in this code:
if( isset($break_location) && $i%$break_location == 0 )
Step 3) Once you’ve found it, replace ^ that code with this one:
if($break_location)
Step 4) Save the file, re-upload, and you’re done!






