I only posted in 2 other catagories.
I just figured out the problem just in case someone else gets this error
by the way I have SSL installed on my server and automaticlly forward http traffic to https
If you get the same error I did change:
/www/admin/includes/configure.php
edit the lines and make sure lines 27 - 32 are set to these values
* If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
*/
define('HTTP_SERVER', 'https://yourdomain.com');
define('HTTPS_SERVER', 'https://yourdomain.com');
define('HTTP_CATALOG_SERVER', 'https://yourdomain.com');
define('HTTPS_CATALOG_SERVER', 'https://yourdomain..com');



