Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Modules not displaying in admin control panel


lee30

Recommended Posts

Posted

I have recently moved website hosts and when I open the admin control panel my payment, shipping & order total modules are missing, all that is displayed is the title text and install button on the right.

 

I am running oscommerce version 2.2 and my new host is running the latest version of php.

 

I have had to change some coding since moving over to make the shop compatible with the new hosts php version.

 

Maybe I need to change some more code to get this working. Any ideas?

 

Here's a screen shot: 1209376929.gif

Posted

incorrectly set the folder path in configure.php or simply you forgot to upload the modules files.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

Thanks for the reply Alex. configure.php path is correct "define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); and all the modules files are there.

 

The shop has been running for nearly 2 years on our old Yahoo server and we moved to a new host last week. The new host did a complete move of all the files and database from Yahoo to the new host so nothing in the scripts has been added or removed. The shop IMO should work as is.

 

The new host is running the latest version of php and I've already had to update some code to get it working on the new server. Maybe the new version of php is causing the problems with the modules. Maybe some parts of oscommerce version 2.2 has compatibility issues with the latest php.

 

This is a sample of code I had to change recently to get oscommerce working on my new server: changed this line $this = null; to this unset($this);

 

Maybe I need to make more code changes to make the modules work???

 

Thanks for any help you can give me.

  • 1 month later...
Posted
Thanks for the reply Alex. configure.php path is correct "define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); and all the modules files are there.

 

The shop has been running for nearly 2 years on our old Yahoo server and we moved to a new host last week. The new host did a complete move of all the files and database from Yahoo to the new host so nothing in the scripts has been added or removed. The shop IMO should work as is.

 

The new host is running the latest version of php and I've already had to update some code to get it working on the new server. Maybe the new version of php is causing the problems with the modules. Maybe some parts of oscommerce version 2.2 has compatibility issues with the latest php.

 

This is a sample of code I had to change recently to get oscommerce working on my new server: changed this line $this = null; to this unset($this);

 

Maybe I need to make more code changes to make the modules work???

 

Thanks for any help you can give me.

I'm in the same boat with this - did you manage to fix it?

 

If so, all help would be gratefully received.

 

Thanks

 

Dean

  • 2 years later...
Posted

I'm sure you got it by now, but I just had the same problem... but for everyone else who move to a new server and loose their info.

just change your directories on your includes/configuration.php and admin/includes/configuration.php...

 

from say:

define('DIR_FS_CATALOG', 'E:/..../...

to

define('DIR_FS_CATALOG', 'c:/

 

or whatever you new location is.

Archived

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

×
×
  • Create New...