Guest Posted February 10, 2009 Share Posted February 10, 2009 Hey Everyone, Hoping someone can help me here, I am either too stupid to figure it out, or tired after 11 hrs of code ! Here is the error: 1146 - Table 'winhtf.TABLE_ADMINISTRATORS' doesn't exist select id from TABLE_ADMINISTRATORS limit 1 [TEP STOP] I received this after importing a backup of my sql database when one of the contributions I tried to install failed. I removed all of the affected files and restored my backup. However, when I tried to log back into the admin panel, this is the error I receive. I checked the tables and the administrator table, including my username and encrypted password are still in the table. Any ideas would be appreciated. Chris Quote Link to comment Share on other sites More sharing options...
germ Posted February 10, 2009 Share Posted February 10, 2009 Maybe: /admin/inlcudes/database_tables,php define('TABLE_ADMINISTRATORS', 'administrators'); :unsure: Quote If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted February 10, 2009 Share Posted February 10, 2009 Thank you Jim, I never thought about that. I restored an original copy and corrected the problem. Thanks again Chris Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.