How to fix the Division by 0

When installing cutenews, we sometimes get the Warning: Division by 0 error. Here's how to fix it :3
So you have this:
Division by zero in /...path.../inc/functions.inc.php on line 469 as an error when viewing your cutenews.

Open functions.inc.php in your cutenews folder and find the following on line 469:

And easy way to find when editing the page is to press Ctrl and F on your keyboard. Copy the above and paste it into the search box. You'll easily find it quickly. :)

So after finding the above, replace that with this:


And the error should be gone. You can always check out the forum for more precise help if needed.

I hope this tutorial was helpful for you! You can always contact me if you have any questions and/or suggestions. :) Crediting is not obligated but appreciated!

Copying and stealing anything from here is not allowed.