Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error! Unable to determine the page link!


Guest

Recommended Posts

Posted

on my new site www.mastexplorer.co.za/catalog

 

I am getting this error below when clicking on motorbikes top left

=============================

Error!

 

Unable to determine the page link!

 

=============================

Therefore I cannot search and display products that i have uploaded

 

Please help any ideas ?

 

Regards

 

Kevin

Posted
on my new site www.mastexplorer.co.za/catalog

 

I am getting this error below when clicking on motorbikes top left

=============================

Error!

 

Unable to determine the page link!

 

=============================

Therefore I cannot search and display products that i have uploaded

 

Please help any ideas ?

 

Regards

 

Kevin

 

in application_top.php find this:

// set php_self in the local scope
 if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];

 

add right below it

if ($PHP_SELF != $SCRIPT_NAME) {
$PHP_SELF = $SCRIPT_NAME.$PHP_SELF;
}

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted

Hi Monika

 

Ty for the help i have aded

 

if ($PHP_SELF != $SCRIPT_NAME) {

$PHP_SELF = $SCRIPT_NAME.$PHP_SELF;

}

 

 

but its the same :(

 

Please have a look

 

on my new site www.mastexplorer.co.za/catalog

 

I am getting this error below when clicking on motorbikes top left

=============================

Error!

 

Unable to determine the page link!

 

=============================

Therefore I cannot search and display products that i have uploaded

 

Please help any ideas ?

 

Regards

 

Kevin

 

 

Regards

 

Kevin

 

in application_top.php find this:

// set php_self in the local scope
 if (!isset($PHP_SELF)) $PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];

 

add right below it

if ($PHP_SELF != $SCRIPT_NAME) {
$PHP_SELF = $SCRIPT_NAME.$PHP_SELF;
}

Posted

fixed ... your "Use Search-Engine Safe URLs (still in development)" was set to true. It can create many problems, like this one. Use chemo's Ultimate SEO module, and you are set on nice html URLs

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Archived

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

×
×
  • Create New...