Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No payment/Shipping/order total modules listed in admin since SSL?


san84

Recommended Posts

Posted

Hi there,

 

i installed SSL on my website, and it works fine. Did this the usual way within catalog/includes/configure.php

 

// Define the webserver and path parameters
// * DIR_FS_* = Filesystem directories (local/physical)
// * DIR_WS_* = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.yourdomain.com'); // eg, [url="http://localhost"]http://localhost[/url] - should
not be empty for productive servers
define('HTTPS_SERVER', 'https://yourdomain.com'); // eg, [url="https://localhost"]https://localhost[/url] - should not
be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'www.yourdomain.com');
define('HTTPS_COOKIE_DOMAIN', 'yourdomain.com');
define('HTTP_COOKIE_PATH', '/catalog/');
define('HTTPS_COOKIE_PATH', '/catalog/');
define('DIR_WS_HTTP_CATALOG', '/catalog/');
define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

anyway, ever since this, my modules are missing from admin, all it says is : -

 

Modules

 

Module Directory: /mnt/gs02/herd02/26645/domains/clothesmaketheman.co.uk/html/shop/includes/modules/payment/

 

and there is a + INstall, and when i try to hit it, nothing happens.

 

has it got anything to do with this which i read in the documentation?

 

DO NOT USE ABSOLUTE PATHS IF YOU USE SSL!

Use only relative paths.

It will make a security warning box pop-up on each page of the checkout if you use

absolute paths.

 

This was working fine before i enabled SSL, please help

Posted

hmmm well i just checked it without SSL and its giving me the same problem...

 

please someone help...

Posted
hmmm well i just checked it without SSL and its giving me the same problem...

 

please someone help...

With ssl, it does not work.

Without ssl, it does not work.

 

I suggest that you check the changes n getting ssl to work.

Posted
With ssl, it does not work.

Without ssl, it does not work.

 

I suggest that you check the changes n getting ssl to work.

 

hi there,

 

SSL is working fine. The thing is, its been a while since i last looked at the payment options in admin, and i only checked a few minutes ago where i noticed the modules were no longer listed.

 

this is why i put it down to 'since i had ssl enabled... etc' but it could infact be something other than SSL.

 

any ideas? i searched the forums for answers but it seems there has been a few people with the same problem :(

 

If it comes to a last resort, will reinstall the shop, but how do i backup all the products etc.. just incase?

 

many thanks

Archived

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

×
×
  • Create New...