Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unable to determine the page link!


gorka

Recommended Posts

Posted

I think I have found the problem. It seems to be that $PHP_SELF has a NULL value, so function tep_href_link shows the error.

 

Does anyone know how to solve this problem?

  • 2 months 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

  • 2 years later...
Posted

Hi,

I'm new to the forums so I may be telling people something they already know. When I had the "unable to determine the page link" error, I couldn't get the link mentioned above where Dave fixes the problem. In a German forum they mention setting "use search engine friendly urls" to false in admin panel. This worked for me.

 

Dan

Archived

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

×
×
  • Create New...