johnnydakota Posted November 4, 2011 Share Posted November 4, 2011 Out of nowhere I get this error when I try to login: 1146 - Table 'omfgap_osc1.TABLE_ACTION_RECORDER' doesn't exist select id from TABLE_ACTION_RECORDER where module = 'ar_admin_login' and (user_name = 'admin' or identifier = '24.143.40.24') and date_added >= date_sub(now(), interval 5 minute) and success = 0 order by date_added desc limit 3 [TEP STOP] There is nothing in the mySql table regarding that information. And there is, in fact, an action_recorder table. Link to comment Share on other sites More sharing options...
germ Posted November 4, 2011 Share Posted November 4, 2011 UPPERCASE_ERRORS usually mean a missing define in a PHP. file. Check your /admin/includes/database_tables.php file for the following code: define('TABLE_ACTION_RECORDER', 'action_recorder'); My guess is you'll find it missing. 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...
johnnydakota Posted November 4, 2011 Author Share Posted November 4, 2011 Everything seems to be working fine after adding that in. Thank you very much. So out of curiosity, what would cause an error like that? Link to comment Share on other sites More sharing options...
germ Posted November 4, 2011 Share Posted November 4, 2011 Files don't change themselves. Someone changed it, accidentally or on purpose who knows. 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...
johnnydakota Posted November 4, 2011 Author Share Posted November 4, 2011 Had to have been me then. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.