Jump to content



Latest News: (loading..)

- - - - -

Error Unable to determine the page link!


This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#-19   crankin

crankin
  • Members
  • 2 posts

Posted 29 July 2006 - 11:19 PM

HELP!  Everytime someone clicks on a product page we get an error that comes up "Unable to determine the page link" I've tried using the back up I've made and even reloading all of the files from the back up on my computer.  Please any help would be appreciated

#-18   perfectpassion

perfectpassion
  • Members
  • 1,323 posts

Posted 30 July 2006 - 12:21 AM

It is caused by using search-engine safe urls

Go into your admin then configuration->My Store->Use Search-Engine Safe URLs (still in development) and set to false

that should fix it.  Try using one of the contributions for your URLS - Chemo's Ultimate SEO URLs is popular.

Tom

#-17   webdex

webdex
  • Members
  • 3 posts

Posted 30 July 2006 - 10:43 PM

I too am having this same problem with a new install... search-engine safe urls is turned off by default, so that is not the problem. I believe whatever the problem, it is related to another issue I am having in the backend where I can't edit anything and some (but not all) of the headings in the admin seem to be unable to find the language file and show up like this --> TABLE_HEADING_CONFIGURATION_TITLE TABLE_HEADING_CONFIGURATION_VALUE TABLE_HEADING_ACTION  ... I've done many installations of osCommerce in the past and have never run into anything like this. Anyone have any ideas?

#-16   webdex

webdex
  • Members
  • 3 posts

Posted 31 July 2006 - 02:26 AM

I finally found the answer to this... it's in the php.ini file... make sure
register_long_arrays = On
it is apparently set to Off in newer versions

You can also turn it on in .htaccess by adding
php_value register_long_arrays on