PDA

View Full Version : I have a problem with warn_install_setting.php


Attilitus
03-30-2005, 02:24 AM
When i try to have it add settings it says "setting skipped" for every line and then when I click "next step" it loops me right back to the same thing. (Where I check the circle again and do the same steps over again.)

sv1cec
03-30-2005, 04:58 AM
Did that happened the first time you run the script, or you try to run it again?

Rgds

Attilitus
03-30-2005, 04:36 PM
The first time.

sv1cec
03-30-2005, 07:13 PM
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