Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Internal server error when you click


way2savory

Recommended Posts

Posted

Can someone please help me?

 

my store is at http://www.savorywholesale.com/store

 

add something to cart (its still the demo) then click on checkout.

 

it then referrs you to the https:// site of savorywholesale. there is some type of misconfiguration. :huh:

The path/server/ is the same (instead of httpdocs/ it is httpsdocs/ )

 

EDITED TO ADD: am i just supposed to copy current files there? is there something special i am supposed to do? im clueless there...

 

I have open SSL as you can see here

openssl

OpenSSL support enabled

OpenSSL Version OpenSSL 0.9.7c 30 Sep 2003

:ph34r:

 

Here is an excerpt from my configure :

define('HTTP_SERVER', 'http://www.savorywholesale.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.savorywholesale.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.savorywholesale.com');

define('HTTPS_COOKIE_DOMAIN', 'www.savorywholesale.com');

define('HTTP_COOKIE_PATH', '/store/');

define('HTTPS_COOKIE_PATH', '/store/');

define('DIR_WS_HTTP_CATALOG', '/store/');

define('DIR_WS_HTTPS_CATALOG', '/store/');

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/local/psa/home/vhosts/savorywholesale.com/httpdocs/store/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

Posted

something is goign wrong

yes i changed that because i googled up another oscommerce store hosted at globat. here it is

 

https://malta.globat.com/~keithsmithbooks.c...rders/login.php

 

he is on the malta section i am on corsica.

 

sigh* any help is VEYR VEYR much appreciated :)

 

BTW i wont mess with it again until i hear from globat. They offer free installation- lets see if they will take my files and leave my gateway installed (lol)

Archived

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

×
×
  • Create New...