Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Login


epiploicum

Recommended Posts

Posted

Hi,i have problem with my login page,tell a friend and all pages,where is tep_image_submit.If i click on"tep_image_submit" a im redirecting to advanced_search_result.php.I have same shop on the same server type and there its working good,so where can be mistake?Thanks Honza

You can see it on www.svet-golfu.cz

Posted

I don't know about the tell a friend page, but on the login page your <form> tags are screwed up.

 

There is no </form> tag for the "Quick find" (advanced_search_result.php HTML form).

 

The form tags should always appear like this:

 

 <form name="blah_blah"> (... more code ...) </form>

<form name="blah2_blah2"> (... more code ...) </form>

You have to close one form before starting the next one.

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
I don't know about the tell a friend page, but on the login page your <form> tags are screwed up.

 

There is no </form> tag for the "Quick find" (advanced_search_result.php HTML form).

 

The form tags should always appear like this:

 

 <form name="blah_blah"> (... more code ...) </form>

<form name="blah2_blah2"> (... more code ...) </form>

You have to close one form before starting the next one.

Thanks,but this isnt reason:(

Posted

When you find out I'm right, I promise not to say, "I told you so"...

<_<

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...