New Zenner
- Join Date:
- Apr 2009
- Posts:
- 24
- Plugin Contributions:
- 0
PayPal Pro, SSL and the module that never appears!
Hi everyone,
Looking for a few pointer as I'm going round and round in circles. Trying to set up Payment Pro and can't get the install button to appear - keep getting the "ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL."
- My provider gives me this notice for secure server...
We have mapped the URL:-
https://web230.secure-secure.co.uk/obriendesign.co.uk/ to http://www.obriendesign.co.uk
- I set admin configure to:
define('HTTP_SERVER', 'http://www.obriendesign.co.uk');
define('HTTPS_SERVER', 'https://web230.secure-secure.co.uk/obriendesign.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.obriendesign.co.uk');
define('HTTPS_CATALOG_SERVER', 'https://www.obriendesign.co.uk');
// secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_ADMIN', 'true');
// secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_CATALOG', 'true');
*Bear in mind I've had loads of combos in there - that's just how it sits currently!
- includes configure set to:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.obriendesign.co.uk');
define('HTTPS_SERVER', 'https://www.obriendesign.co.uk');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/obriendesign.co.uk/');
Nothing! I'm also getting weird duplicated section of path in the address now which I don't seem to be able to fix - it reads "http://www.obriendesign.co.uk/obriendesign.co.uk/0br1en/modules.php?set=payment" and then of course I get an error message and can't see any modules.
Any ideas? Normally zen is straight forward but this has me stumped!
Thanks in advance.