Anime Oasis Reborn
Division By Zero Error
The Division By Zero is a common issue among Cutenews lately. As annoying as it is and easy to get its beyound simple to fix.

First lets locate the file with this issue. the File with this issue is functions.inc.php but where is this file? You need to open your FTP and go to your Cutenews directory. Once the cutenews directory (folder) is open go to the inc Directory which is the second folder. The functions.inc.php file should be the 9th one. Right click on it and then hit edit. Once notepad opens go to edit -> Find. In the "Find What" box type this:

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

Then click find. You need to make this line of code to this:

if($break_location)

In short you only have to delete $i%$break_location == 0 and . Then File -> Save and then bring up the FTP again and hit upload so the changes take effect.