Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Are these four lines of code correct please tell me!


ceolie

Recommended Posts

Posted

They are from my admin/includes/configure file

 

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

define('DIR_FS_ADMIN', '/admin/'); // absolute pate required

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

define('DIR_FS_CATALOG', '/catalog'); // absolute path required

 

I cannot log into my account even with the right password! However I was able to do it before I changed these around so not sure where i shouyld have slashes and where I should not!

 

Ceolie

Posted

define('DIR_WS_ADMIN', '/admin/');

define('DIR_FS_ADMIN', DIR_FS_DOCUMENT_ROOT . DIR_WS_ADMIN);

define('DIR_WS_CATALOG', '/catalog/');

define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG);

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Archived

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

×
×
  • Create New...