Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What is this error


Guest

Recommended Posts

Posted

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

Posted

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:

Posted

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

  • 3 weeks later...
Posted

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

Archived

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

×
×
  • Create New...