HOBOcs:
Yes same thing happens at login.
When I installed I entered SSL by mistake.That's what i figured was the problem.
HOBOcs:
Someone assisted and ...
commented out four lines on the top that enable ssl so now it should work fineUm ... the ENABLE_SSL and ENABLE_SSL_ADMIN and ENABLE_SSL_CATALOG entries should not be "commented out". They should be changed to 'false' instead of 'true'.
It's generally a bad practice to 'comment out' define() statements in PHP.
Nevertheless, while using that approach will "work", your system will have to contend with the warnings generated when it runs. Under PHP 4.x, those warnings are usually only shown in log files. In PHP 5, they may show on-screen depending on server configuration.
Glad you got it sorted out.
Your best step from here is to get SSL enabled on your hosting account, and then re-enable it in your store.