Guest Posted August 1, 2003 Posted August 1, 2003 upon sucessful purchase clicking the continue button leads to a white page !!not a not found error!! It says: Unable to determine page link but order is sucessful anyway Anyone else have this error? (shareds ssl) (copy of catalog on secure) here is a link to the catalog try it out, http://floridaquiltingacademy.com/catalog corrupt page? copies of catalog interfering with each other? Thanks for any Help
ronin Posted August 1, 2003 Posted August 1, 2003 I get the same error message at the bottom of my catalog page it say's ERROR! unable to determine the link. Also my admin page has under scores between all the words? :shock:
Guest Posted August 1, 2003 Posted August 1, 2003 I get the missing "footer" also with Unable to determine link but not the admin problem you have just the "footer" and checkout probs for me , Im sure its a cookie/session thing but ive looked all over the forums for a solution. I have edited my config's a billion times but no luck. Ive posted my problem a couple places around but I dont see any of the "genius" guys replying. I am new to php and oscommerce but I have managed to set up my shop with a lotta help from these forums by reading. Hopefully someone has an answer. If I get the cure Ill let ya know sorry
Guest Posted August 18, 2003 Posted August 18, 2003 html_output.php old: $link = str_replace('?', '/', $link); $link = str_replace('&', '/', $link); $link = str_replace('=', '/', $link); new: $link = str_replace('?', '?', $link); $link = str_replace('&', '&', $link); $link = str_replace('=', '=', $link); greez Andy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.