Just restored my site from a backup, now getting mysql error: [1146: Table '(database).Users' doesn't exist] in EXECUTE("select uName from Users where uID = '2' LIMIT 1")
Permalink
Last week my site went down big time when I tried to upgrade from 5.4.1.1 to 5.6 (yes I'm aware that's a mistake now) and the worst part is I didn't make a backup. Thankfully, my webhost had one for me so I restored it, but now I'm getting this error:
mysql error: [1146: Table '(database).Users' doesn't exist] in EXECUTE("select uName from Users where uID = '2' LIMIT 1")
Kind of wondering why this is happening?
mysql error: [1146: Table '(database).Users' doesn't exist] in EXECUTE("select uName from Users where uID = '2' LIMIT 1")
Kind of wondering why this is happening?
When you say that your site was backed up on your webhost, did that include the database?
It's likely that you need to edit /config/site.php
There may be be a line with
or something similar. You can probably just delete that part of the php.
Best Wishes,
Mike
There may be be a line with
<?php define('DIR_APP_UPDATED', '5.6.1.1') ?>
or something similar. You can probably just delete that part of the php.
Best Wishes,
Mike