CuteNews Error

You know that 'Division by zero on line 469' error that everyone's getting in their comments? Just follow this tutorial and that'll be gone in no time =)

001. Open your Cutenews folder, then to your inc folder, then open functions.php.
002. Click Ctrl + F (Find) on your keyboard and put this weird code in: if($i%$break_location == 0 and $break_location). That's the one that's causing all the problems.
003. Take out the weird code and paste in this one: if($break_location and $i%$break_location == 0). And that's it!

© Stainedink.com 2007 - 2008