Be here?

updates
9/30
who trusts - new affiliate
9/29
1 brush set
26 paper scan stock
7 carton scan stock
2 cloth scan stock
new plastic scan stock section
9/27
266 magazine scans
9/26
vintage circus - new affiliate
9/14
8 new tutorials

affiliates


chatter box




click

Free myspace layouts and blogger templates!

important links







eXTReMe Tracker
SINCE: 03/22/08
web page tracking statistics
ONLINE: !
Division by 0 error

If you have installed Cutenews and in the comments page there is an error that says like something below, use this tutorial to fix it.

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)

2. After the file is open in a text editor like Notepad, hit Ctrl+F (or go to edit > find) and then paste the following code into your find box. After you type it in, it shall appear highlighted in your text editor.

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!


back to top?