Idiot me deleted admin advanced setting

rross

Joined: 2010-08-22
Posts: 41
Posted: Tue, 2012-12-04 20:49

Yes, I saw the warning, but was comfortable in changing a few settings and all was fine...until I experimented with one I didn't know anything about. I recall that the default setting that I deleted was "user" and it was the only advanced option/field with "user." I'm not sure which option down the left column it applied to (galley_show_user? or gallery_show_x?) because the screen went blank when I tried to go to another part of the admin after that. Same with a new browser window...the files are still on the server, but it's like the program vanished to site visitors.

Is there something I can adjust via the database or files? Or must this idiot pay the price and do over everything?

Login or register to post comments
morganfeldon@gm...
morganfeldon@gmail.com's picture

Joined: 2009-06-22
Posts: 31
Posted: Thu, 2012-12-06 15:45

Do you mean:
gallery identity_provider user

If so, run this query:
UPDATE `vars` SET `id` = 75,`module_name` = 'gallery',`name` = 'identity_provider',`value` = 'user' WHERE `vars`.`id` = 75;

Login or register to post comments
rross

Joined: 2010-08-22
Posts: 41
Posted: Thu, 2012-12-06 18:10

That's it, it worked! Thanks a bunch!!

Login or register to post comments