webbsy Posted June 7, 2007 Posted June 7, 2007 Im getting this error in my sub catagories Unable to determine the page link! and i cannot figure out why it just happened out of the blue. Please help. Thankyou p.s i tried using the search feature and it didn't work
RyanH Posted June 7, 2007 Posted June 7, 2007 As far as I can tell, this error is not stock (I may be wrong). Please list any contributions you have used and we can work from there.
webbsy Posted June 7, 2007 Author Posted June 7, 2007 the only one we have installed is the one that lists all the products in a list. and it has been working fine for over a year then all of sudden this has happened.
Guest Posted June 7, 2007 Posted June 7, 2007 in application_top after $request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL'; add: if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF']; if ($PHP_SELF == DIR_WS_HTTP_CATALOG) $PHP_SELF = DIR_WS_HTTP_CATALOG . 'index.php';
webbsy Posted June 7, 2007 Author Posted June 7, 2007 i added that and it didnt work. here is the site in question www.swiftflyte.com.au and i appreciate the help
crash3903 Posted June 7, 2007 Posted June 7, 2007 i added that and it didnt work. here is the site in question www.swiftflyte.com.au and i appreciate the help do you have "Use Search-Engine Safe URLs (still in development)" switched on in admin/configuration - If so turn i off and see if that helps Regards Mark A Reynolds
twgf Posted June 7, 2007 Posted June 7, 2007 do you have "Use Search-Engine Safe URLs (still in development)" switched on in admin/configuration - If so turn i off and see if that helps I was having exactly the same problem - Unable to determine the page link for certina links ( Category links, shopping cart and a few others) - i didn't change the code as you said, just turned off SEO friendly urls and the pages work again. thanks tom
crash3903 Posted June 7, 2007 Posted June 7, 2007 I was having exactly the same problem - Unable to determine the page link for certina links ( Category links, shopping cart and a few others) - i didn't change the code as you said, just turned off SEO friendly urls and the pages work again. thanks tom Glad to have been some help Tom Regards Mark A Reynolds
Guest Posted June 7, 2007 Posted June 7, 2007 i added that and it didnt work.here is the site in question www.swiftflyte.com.au and i appreciate the help Turn off rewrite in configuration->my store. If you want seo install ultimate seo url's
Recommended Posts
Archived
This topic is now archived and is closed to further replies.