Quote:
update variables set value="public" where varname="LoginType"; in the mysql query browser when i do that it says unknown column 'login type' in 'where clause'
|
The error doesn't match the query.
Make sure you have a variable called 'LoginType' in the variables table. If not, insert one and set the value to 'public'.
Look in your logs and you should see some more specific info.