Installed 1.51. Upgraded from 1.39h.

Installation appeared to go well. Made it through dbase upgrade, etc., etc.

I'm getting the frequently mentioned "ALERT: For security reasons, Installation of this module is disabled until your Admin is configured for SSL." message on the FirstData API payment module.

After initially connecting using a secure, SSL, connection in the admin screen, all menu selections "drop" me out of secure, into a standard connection, including menu / navigation to payments module.

{admin}/includes/configure.php file appears to be set correctly:

define('HTTP_SERVER', 'https://xxx.org');
define('HTTPS_SERVER', 'https://xxx.org');
define('HTTP_CATALOG_SERVER', 'http://xxx.org');
define('HTTPS_CATALOG_SERVER', 'https://xxx.org');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'true');

I set and unset write permission to ensure the file got uploaded. Downloaded back to make sure the changes took effect.

I tried removing the FirstData/Linkpoint module, as suggested in another thread. Cannot re-install because of this issue.

I tried forcing an SSL connection by rewriting the address, with an https://. Getting the same "For Security Reasons" message.

Suggestions?

Arrggh!