PDA

View Full Version : Cutenews Help!



Lysine
19-09-2007, 06:06 PM
I have installed cutenews and its working fine except for 1 part.

I get this error


Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469

Warning: Division by zero in /home/habhits/public_html/cutenews/inc/functions.inc.php on line 469


This is line 469


if( isset($break_location) && $i%$break_location == 0 )

Is there anything wrong there + rep for help

[Oli]
19-09-2007, 06:10 PM
if( isset($break_location) && $i%$break_location == 0 )

Is there anything wrong there + rep for help

replace that with this line:


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

try that

Lysine
19-09-2007, 06:12 PM
It still appears.

Thanks for trying + Rep.

[Oli]
19-09-2007, 06:15 PM
It still appears.

Thanks for trying + Rep.

Hmm wierd, worked for me...
*edit, that dont work, holdon :p

my functions .php

EDIT:

try this;

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

lolwut
19-09-2007, 07:14 PM
This happens when there's no comments for a news article.
Either post a comment there, or, the easier way would be to put


error_reporting(0);

under your <?php opening tag.

PinkFM
19-09-2007, 09:12 PM
http://www.habboxforum.com/showthread.php?p=3672325#post3672325
:eusa_danc

Want to hide these adverts? Register an account for free!