PDA

View Full Version : 3.7 Custom Pages?


danh111
05-24-2008, 10:35 PM
Hello,

I used the guide in the articles section for my forum to create custom pages (/forum/offers.php) when it had 3.6 installed, but now since i've gone to 3.7 it's showing the following error:

Warning: Division by zero in [path]\includes\functions.php(5501) : eval()'d code on line 102

Any ideas how I can fix this?

Thanks

Opserty
05-25-2008, 09:11 AM
It is caused by one of your modifications disable all your modifications/plugins and enable them one by one checking each time to see which plugin causes the error.

Then you need to consult the plugin author on how to resolve your issue.

danh111
05-25-2008, 07:01 PM
It is caused by one of your modifications disable all your modifications/plugins and enable them one by one checking each time to see which plugin causes the error.

Then you need to consult the plugin author on how to resolve your issue.

Thanks, I no longer get the error :)