Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need some help -


Guest

Recommended Posts

Posted

Hi m8s :-)

 

I need some help, the case is like this:

 

I have newly changed hosting company.

 

I had the catalog before under root directory like www.xxx.com/ and now i have changed it www.xxx.com/xxx/

 

The problem is that all the modules dont shows under admin panel, but path for all files are correct and all files are uploaded by ftp to right directories, double checked!

 

When i click the modules in the admin panel, it shows only the path to that drectory but no more. I think it i have to do something in the admin/configure.php file, but dont know where. I specified the full path to files on the server where it should be in the configure file, but still nothing.

 

I know it is becouse of the change from www.xxx.com/ to www.xxx.com/xxx/

 

Anyone who can advice me "how to" fix this problem ?

 

Kind regards,

Satnor

Posted

define('DIR_WS_ADMIN', '/xxx/admin/'); // absolute path required

define('DIR_FS_ADMIN', '/var/www/html/xxx/admin/'); (sample full pathway

 

Vger

Posted

Thanks for the first reply :-)

 

I have tried that allso, but no result.

 

Only shows the path when i click "Modules" in the admin panel.

 

Modul directory: var/www/html/butikk/includes/modules/payment/

 

Anything with the sql to do ?

Posted

Looks like these entries are wrong as well (assuming 'butikk' is your 'xxx' entry):

 

define('DIR_WS_CATALOG', '/butikk/'); // absolute path required

define('DIR_FS_CATALOG', '/var/www/html/butikk/');

 

Vger

Posted

Hi,

 

Thanks for all your help. The problem is fixed :-)

 

Case closed!

Archived

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

×
×
  • Create New...