Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to Create and Account or Login using IE - everything works with Firefox


Guest

Recommended Posts

Hi,

 

I am unable to use the create_account.php or the login.php in explorer. Both pages work using Firefox.

 

When I click the Sign In Button on the login.php nothing happens and when I click the Continue button on the create_account.php nothing happens either. Searching the forum I see that I have to have define ('ENABLE_SSL', 'false'); which I have. Can anyone offer any suggestions on what is wrong or what I need to fix.

 

Thanks

Link to comment
Share on other sites

When a button doesn't work it usually means your <form> tags are screwed up.

 

Examine the HTML source for the page(s) that don't work.

 

The form tags need to go like this:

 

<form name="...>

(MORE HTML HERE)

</form>

(MORE HTML HERE)

<form name="...>

(MORE HTML HERE)

</form>

You have to close one form before starting another.

 

Either your forms are nested, or you're missing a </form> tag.

 

Thats' my educated guess (since I don't have your URL).

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 >

Link to comment
Share on other sites

Hi,

 

Thanks for your reply. I have a template I am using and it appears as if several of the .php pages are not working in explorer, but they work in Firefox. I don't know how to fix the pages do you do this? If so how much would it be. Thanks

Link to comment
Share on other sites

If I had your URL I could probably tell you what needs to be done.

 

You can PM it to me if you want. Or post it. Your choice.

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 >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...