View Single Post
  #4  
Old 12-17-2007, 11:54 AM
Theeper
Discordant
 
Join Date: May 2004
Posts: 290
Default

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.
Reply With Quote