osCommerce Error: Unable to determine the page link

October 2, 20084 Comments

This is a simple PHP4 -> PHP5 error. Make sure the following is in your .htaccess file.

php_flag register_globals On
php_value register_long_arrays On

4 Responses to “osCommerce Error: Unable to determine the page link”

  1. Happy User says:

    Thank you very much for the solution! I’ve been working for two days on my site after moving the shop to a new server, changed a lot of files, but nothing had helped. Except of your recommendation! Thanks a lot!

  2. Steven says:

    God bless you! Nice code, worked immediately. Thanks.

  3. Bill Chalmers says:

    Thank you so much for this solution, works perfectly!.

  4. Chris says:

    EXCELLENT!

    i really struggled before finding this, thanks!

Leave a Reply