Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin login error


johnnydakota

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...