View Single Post
  #9  
Old 08-16-2011, 01:03 PM
Apoc.Index
Sarnak
 
Join Date: Aug 2011
Posts: 67
Default

Ok fixed the minilog in issue, removed it from the DB by correcting the same string I Edited to add Minilogin from update variables set value = "Minilogin" where varname = "LoginType";
Too
UPDATE `variables` SET `value` = 'Public' WHERE `varname` = 'LoginType';


Up and running again!
Reply With Quote