I just noticed the warning options are not saving into the database.
The warning types are though.
Any ideas?
Ok I have the solution........
The install script never put any data into that table. This line gets an error:
$install[]="INSERT INTO `".TABLE_PREFIX."warning_options` values ('1','3.1.5', 'No', 'No','No','No','','','','7','10','10','8','','','8 ','','No','3','0','All','No',' No','No','No','No','No','No','15','Text', 'All')";
I fixed it by inputing the data manually and everything works now.
|