Division By Zero Error in Cutenews
June 29, 2008
Division By Zero Error in Cutenews - if you’re getting the following error then I have a solution.
This is the error you should be getting:
Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469 Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469Warning: Division by zero in /PATH…./cutenews/inc/functions.inc.php on line 469
Division By Zero Error in Cutenews - The Steps
- So, open FTP and go into your Cutenews folder to solve the division by zero error.
- Once you’re in the Cutenews folder, find the Inc folder and then find the file functions.inc.php - open it
- Once you’ve opened the functions file, search for this code. To search for it press CTRL/Command + F when the box appears, enter the code quoted below.
- if($i%$break_location == 0 and $break_location)
- Once you’ve found the code I displayed above, replace it with this code:
- if($break_location)
- And that’s it! I hope this helped you solve the division by zero error, if not… or if you have any questions, please do leave a comment below or you can request something similar to this division by zero error in Cutenews Tutorial
How to Add Custom Smilies to Cutenews
June 29, 2008
This How to Add Custom Smilies to Cutenews Tutorial will explain how to ditch the default smilies you currently have in Cutenews and replace them with some much nicer ones.
It’s very simple and easy to do - but you need to download some great smilies first. My favourite website for smilies has to be Maze Guy he has some very unique and crazy smilies… so if you’re looking for some, I’d go there first!
Feel free to request something similar to this How to Add Custom Smilies to Cutenews Tutorial.
How to Add Custom Smilies to Cutenews Tutorial - The Steps
- Go into your FTP and then go -> Cutenews (the main folder) -> Data -> Emoticons
- There are files in this folder already - highlight them all and delete them.
- Now upload the new smilies you downloaded.
- Now go into your browser, go to the Cutenews control panel and then look for the main tabs. Go -> Options -> System Configurations
- You’ll now find a little field and close to it, it’ll say “Smilies” - make sure to delete any text inside the long field (if any).
- Now, move your browser and FTP client so you can see both side by side. You’re going to enter the names of the smilies into the long field (in the browser) minus the .gif - so just the name.
- Example (in the field): wink,smile,laugh,happy
- Example (in FTP): wink.gif smile.gif laugh.gif happy.gif
- So, enter each smiley name into that field, separate each smiley with a comma.




Recent Comments