Topic: Admin Options Just Stoped Working

Out of the blue every time I try to update in the "admin options"  I receive this error: "Unable to update board config".

Re: Admin Options Just Stoped Working

Enable debug mode, paste the full error

Re: Admin Options Just Stoped Working

File: /usr/local/apache2/htdocs/gswoman/forum/include/cache.php
Line: 84

PunBB reported: Unable to fetch forum config

Database reported: Table 'gswomancom.config' doesn't exist (Errno: 1146)

Re: Admin Options Just Stoped Working

Hmm, it looks like your config table got dropped wink
You'll need to re-create it manually

Re: Admin Options Just Stoped Working

Please tell me how I'm a newbie to this tongue

Re: Admin Options Just Stoped Working

Open up install.php, find the SQL for creating the config table. Run it. Find all the config options that were added. Run insert statements for them (the syntax is also in install.php)
Alternately, if you have a backup, I would use it.