Guest Posted September 29, 2006 Posted September 29, 2006 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
♥Monika in Germany Posted September 29, 2006 Posted September 29, 2006 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 ...
Guest Posted October 2, 2006 Posted October 2, 2006 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; }
♥Monika in Germany Posted October 2, 2006 Posted October 2, 2006 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 ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.