Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error in Login/Register Page


Cation

Recommended Posts

Posted

Hello,

I'm having some problems with login and registration pages, it just dont work, when you click, it load for a long time and get to nothing

http://lojadeitenspriston.fh50.com/

 

I hvent seen anything like this.

Please some1 help me

Thanks Cation

The links are HTTPS

 

If you don't have a SSL certificate installed you need to turn SSL OFF in your configure file.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

In the includes FOLDER (catalog and admin) where the normal configure.php files are there is a FOLDER named local

 

On some installs there may be a configure.php inside the local FOLDER (catalog and admin)

 

If there is, anything in it overrides anything in the normal configure.php files.

 

Check for the "other" configure file.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

there is no other configure.php

the problem is the https pages like login still load as https not http(with ssl disabled)

Posted

there is no other configure.php

the problem is the https pages like login still load as https not http(with ssl disabled)

In the configure file change:

 

  define('HTTPS_SERVER', 'https://lojadeitenspriston.fh50.com');

to

 

  define('HTTPS_SERVER', 'http://lojadeitenspriston.fh50.com');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

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

×
×
  • Create New...