Quote:
Originally Posted by Attilitus
The first time.
|
The only time this happens, as far as I can tell, is if your settings exist already. And that means that they have been created before, by running the script. It's impossible to have every line skipped, if the settings do not exist.
Check you setting table by running this query:
select * from `setting` where varname like 'warn_%'
See if the setting are there already. Oh remember to add any table prefix, if you are using one.
Rgds