Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

modules not working/disappeared


Guest

Recommended Posts

Posted

Question: Somewhere along the line (recently I think) I may have stuffed something up in my store in regards to the modules - all the files seem to be in place but I am not seeing any of them in the admin just the install button (which doesn't work).

 

Where would the problem lie?

 

admin/categories? (probably my most edited file esp. recently it seems)

 

I haven't touched modules.php and I've restored much earlier databases but still no modules.

 

The last contrib I added was open featured sets which shouldn't have been a problem should it?

Posted

check your file paths (to the catalog side) in admin/includes/configure.php

 

Matti

Posted

this is from my admin/configure

 

define('DIR_WS_INCLUDES', 'includes/');

define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');

define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');

define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/shop/');

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

define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');

 

Also, I meant Product column listing not open featured sets was the last contrib I installed before I noticed the modules problem

Posted

DIR_FS_CATALOG is a likely culprit - worth checking ;)

 

Matti

Posted
DIR_FS_CATALOG is a likely culprit - worth checking ;)

 

Matti

 

Worth checking for what (and how?) though Matti? If you mean check the files in includes/modules - I have and they are all still there...

Posted

and right you are Matti ;)

 

I've been trying to change the image paths so I can share image files with another project on my server (http://300.mpm.org.au) without having to duplicate the files or have the images on that project come from the shop image directory - why does it affect the modules?

Archived

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

×
×
  • Create New...