Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ugh! I need some help QUICK


Jet200

Recommended Posts

http://jet200.com/catalog

 

Okay...so I've been trying to work on getting my checkout all into SSL. Long story short, I was just starting to follow the instructions for implementing this on my site. I backed the file I was working with up, made my changes to ONE FILE ONLY (includes/configure.php), uploaded the new file, saw it didn't work as expected in my web browser, deleted the new file and uploaded the backed up version.

 

Now I get this error from a file I never touched and I have no store. What needs to be fixed? thanks

Link to comment
Share on other sites

http://jet200.com/catalog

 

Okay...so I've been trying to work on getting my checkout all into SSL. Long story short, I was just starting to follow the instructions for implementing this on my site. I backed the file I was working with up, made my changes to ONE FILE ONLY (includes/configure.php), uploaded the new file, saw it didn't work as expected in my web browser, deleted the new file and uploaded the backed up version.

 

Now I get this error from a file I never touched and I have no store. What needs to be fixed? thanks

 

It is problem with configuration file. Check it again (perhaps with help from your hosting tech support). Make sure database server, database name and database passwords are OK.

Looks like name of database server or database itself are wrong.

 

Rudolf

P.S. Sometimes there is a file /includes/local/configure.php that has same sort of data in it.

Link to comment
Share on other sites

well...i've got it pointed to the correct db, but it's like the file is a local copy from someone's else's machine?!?! is there an easier way to fix this other than going back in and changing every line? would a reinstall be easier? i don't want to loose all the work i've done.

 

here's what is in the file so far (minus critical db and password info)

 

define('HTTP_SERVER', 'http://osc.loc');
 define('HTTPS_SERVER', 'http://osc.loc');
 define('ENABLE_SSL', false);
 define('HTTP_COOKIE_DOMAIN', 'osc.loc');
 define('HTTPS_COOKIE_DOMAIN', 'osc.loc');
 define('HTTP_COOKIE_PATH', '/~seaman/osc_13/Trinity.1634/');
 define('HTTPS_COOKIE_PATH', '/~seaman/osc_13/Trinity.1634/');
 define('DIR_WS_HTTP_CATALOG', '/~seaman/osc_13/Trinity.1634/');
 define('DIR_WS_HTTPS_CATALOG', '/~seaman/osc_13/Trinity.1634/');
 define('DIR_WS_IMAGES', 'images/');
 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
 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_DOWNLOAD_PUBLIC', 'pub/');
 define('DIR_FS_CATALOG', '/usr/home/seaman/public_html/osc_13/Trinity.1634/');
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

i know that http://osc.loc should http://jet200.com in my case. what are the other pathways? i have no idea where these are supposed to point

Link to comment
Share on other sites

nevermind. i swapped all those local links with /catalog and that did the trick. the only line i didn't change was

 

 

define('DIR_FS_CATALOG', '/usr/home/seaman/public_html/osc_13/Trinity.1634/');

 

not sure where that is supposed to point

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...