View Single Post
  #9  
Old 05-09-2008, 05:30 AM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Seems like you are missing the GAB_settings row in the vB datastore table, as all three error have to do with settings. Run the following query and see if you have the relevant row. My guess is that the row is gone, so you'll need to get the row from a database backup:
Code:
# add your vB table prefix to the table name if you used one
SELECT * FROM datastore WHERE title = 'GAB_settings';
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote