epiploicum Posted April 7, 2009 Posted April 7, 2009 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
germ Posted April 7, 2009 Posted April 7, 2009 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 >
epiploicum Posted April 7, 2009 Author Posted April 7, 2009 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:(
germ Posted April 7, 2009 Posted April 7, 2009 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 >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.