gorka Posted June 5, 2003 Posted June 5, 2003 When I try to view the product list I'm getting this error: Unable to determine the page link! You can see the error here: http://64.235.35.77/index.php?cPath=88 It had been working fine until yesterday. ?Does anyone know what the problem could be?
gorka Posted June 5, 2003 Author Posted June 5, 2003 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?
gorka Posted June 7, 2003 Author Posted June 7, 2003 Problem solved: http://www.oscommerce.com/forums/viewtopic.php...6898&highlight= Thanks to Dave_L!
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
everythingau Posted September 15, 2005 Posted September 15, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.