Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fatal error: Class 'actionRecorder'


willer2k

Recommended Posts

Hello,

 

So I am updating my OsC from 2.3.1 to 2.3.2 and when I try to log into admin, I get this fatal error: 

 

Fatal error: Class 'actionRecorder' not found in C:\wamp\www\admin\includes\classes\action_recorder.php on line 15 Call Stack # Time Memory Function Location 1 0.0000 302304 {main}( ) ..\login.php:0 2 0.0000 364144 require( 'C:\wamp\www\admin\includes\application_top.php' ) ..\login.php:15 3 0.0660 1640280 require( 'C:\wamp\www\admin\includes\classes\action_recorder.php' ) ..\application_top.php:201

 

 

I have modified all files to the teeth and added all new files. (I cant drag and drop the update as I heavily modified the site.)

Action_recorder.php is present in admin\includes\classes\

 

Not sure whats going on...

 

Also, a much lesser issue, I am getting a language issue, I have 2 languages set up and seems like no default language is set when I access \localhost\ unless I input local\host?language=en

 

(I've changes the old $HTTP_GET_VARS to $_GET, HTTP_SERVER_VARS to $_SERVER and HTTP_POST_VARS to $_POST)

Using PHP 5.5.12

 

Any advise? I looked for some documentation but the action recorder seems to be working fine for all and not much discussion about it in forums.

 

Thanks :)

Link to comment
Share on other sites

BTW, this is my error message for the language issue

 

( ! ) Warning: require(includes/languages/.php): failed to open stream: No such file or directory in C:\wamp\www\includes\application_top.php on line 294 Call Stack # Time Memory Function Location 1 0.0000 387512 {main}( ) ..\index.php:0 2 0.0050 592840 require( 'C:\wamp\www\includes\application_top.php' ) ..\index.php:13

 

( ! ) Fatal error: require(): Failed opening required 'includes/languages/.php' (include_path='.;C:\php\pear') in C:\wamp\www\includes\application_top.php on line 294 Call Stack # Time Memory Function Location 1 0.0000 387512 {main}( ) ..\index.php:0 2 0.0050 592840 require( 'C:\wamp\www\includes\application_top.php' ) ..\index.php:13
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...