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!
|