top image
Division By Zero Repair
id: 3
Category: CSS
Rated: ---
Rate:



Division By Zero is a common issue among Cutenews lately. As annoying as it is and easy to get its beyond simple to fix.

First let’s 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.


Disclaimer

All contents are © Dice.
If credit for anything is missing please contact me and it will be added. If there is something you wish me to take off the site (that belongs to you) contact me. It will be removed immediatly.

Basic Rules

All tutorials on this site were written by me, Dice. They may not be redistributed without permission! Feel free to link to the videos.

I have used this site also for a project in college :3



home page

Contact Us

About Us