Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can Someone Please Help


webbsy

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Posted

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';

Posted

i added that and it didnt work.

 

here is the site in question www.swiftflyte.com.au

 

and i appreciate the help

Posted
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

Posted
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

Posted
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

Posted
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

Archived

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

×
×
  • Create New...