Quote:
Originally Posted by dede1
Hello
I have these problems(309) :
Warning: Division by zero in /admincp/admin_warn.php on line 665
and
Warning: Division by zero in /admincp/admin_warn.php on line 1856
|
Dede1,
This is a typical symptom of not having define the lines per page, for the reports, the last field in the Warning Options. First run this query, to see if you have one data line, in your warning_options table:
SELECT * FROM warning_options
If you do have a line there, with the warning options, then go into your admincp and in the warning options. Make sure you enter a value at the last field there.
If you do not have a line in the warning options, run the query below:
INSERT INTO `".TABLE_PREFIX."warning_options` values ('1','3.0.9', 'No', 'No','No','No','','','','7','10','10','8','','','8 ','','No','3','0','All','No','No','No','No','No',' No','15')
Let me know if that solves your problem