Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

All admin modules disappeared


chadoz

Recommended Posts

Posted

I've been digging and digging with no solutions. They worked fine and were tested before, and I've tried to backdate when the problem started but can't find the solution. Now when I open the modules in admin, all 3 (shipping, payment, and order total) all say the same thing in the place where the respective options should be listed.

 

Module Directory: /home/content/78/5699778/html/temp/includes/modules/payment/

 

Module Directory: /home/content/78/5699778/html/temp/includes/modules/shipping/

 

Module Directory: /home/content/78/5699778/html/temp/includes/modules/order_total/

 

The directories don't even exist. In the address above, I assume the 'temp' directory lives above the 'catalog' folder, but no such directory exists anywhere below any of my 'temp' folders, in any of the folders on my site. All of my payment modules still exist in their respective files, but the modules pages in admin still don't work.

 

Any help is much appreciated - trying to launch this week.

Posted

Module Directory: /home/content/78/5699778/html/temp/includes/modules/payment/

Sounds like a PHP error. Either you may see it when you do a "view source" in your browser (at least it will tell you where the HTML ends so that also gives a clue in which part of the code the error is.

There might also be an error log for your site somewhere (made available by your hosting provider).

Without the actual error it is hard to give you advice on what to fix.

Posted

Chad,

 

I would check your actual path to see if it has changed, your hosting provider may have migrated servers on you or changed the server structure.

 

If /home/content/78/5699778/html/temp/includes/modules/payment/ IS the path then you should be able to see the /temp directory as it is in the /html directory. Perhaps check the permissions on this path to ensure they are set correctly.

 

 

I wish I had a solid solution for you, but at this point I can only guess at the possibilities.

 

 

Chris

Posted

I would check your actual path to see if it has changed, your hosting provider may have migrated servers on you or changed the server structure.

 

If /home/content/78/5699778/html/temp/includes/modules/payment/ IS the path then you should be able to see the /temp directory as it is in the /html directory. Perhaps check the permissions on this path to ensure they are set correctly.

The part /home/content/78/5699778/html/temp/ comes from the define DIR_FS_CATALOG_MODULES that is found in the file admin/includes/configure.php which really depends on the define for DIR_FS_CATALOG (file server path so indeed something like home/content/blabla/blabla/html/catalog/)

 

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

Posted

The part /home/content/78/5699778/html/temp/ comes from the define DIR_FS_CATALOG_MODULES that is found in the file admin/includes/configure.php which really depends on the define for DIR_FS_CATALOG (file server path so indeed something like home/content/blabla/blabla/html/catalog/)

 

define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');

 

 

Thanks so much - that's what I needed.

Archived

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

×
×
  • Create New...