Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

link error


whitehawk43

Recommended Posts

Posted

Check to make sure your catalog/includes/configure.php file is set correctly.

Posted
Check to make sure your catalog/includes/configure.php file is set correctly.

 

what do you mean set correctly the permission

or the top line that nave http/ in them

 

Thanks

Ben

Posted
what do you mean set correctly the permission

or the top line that nave http/ in them

 

Thanks

Ben

 

I have checked my config file and don't see nothing worng

 

if you go to https://mosgifts.com

 

then click on a link in my wholesale catalog in the left column

you will see the error it returns

 

Thanks

Ben

Posted

Post your catalog/includes/configure.php. DO NOT POST THE DATABSE INFO PART. WE DO NOT NEED THAT.

Posted
Post your catalog/includes/configure.php. DO NOT POST THE DATABSE INFO PART. WE DO NOT NEED THAT.

 

Here it is

 

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

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

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

define('HTTP_COOKIE_DOMAIN','http://mosgifts.com/');

define('HTTPS_COOKIE_DOMAIN', 'https://mosgifts.com/');

define('HTTP_COOKIE_PATH', '/');

define('HTTPS_COOKIE_PATH', '/');

define('DIR_WS_HTTP_CATALOG', '/');

define('DIR_WS_HTTPS_CATALOG', '/');

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/');

 

Thanks for taking the time

Ben

Posted

Try this

define('HTTP_SERVER', 'http://mosgifts.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://mosgifts.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL',true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN','mosgifts.com');
define('HTTPS_COOKIE_DOMAIN', 'mosgifts.com');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
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/');

Posted
Try this

define('HTTP_SERVER', 'http://mosgifts.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://mosgifts.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL',true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN','mosgifts.com');
define('HTTPS_COOKIE_DOMAIN', 'mosgifts.com');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');
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/');

 

 

Hey that seemed to do it

Thanks again Just another reason to use OScommerce you can't beat the tech support :D

Ben

Webmaster

Mo's Gifts and Things

Archived

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

×
×
  • Create New...