osCommerce Error: Unable to determine the page link

October 2nd, 2008 Posted in Programming, Technical Issues

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
  1. 3 Responses to “osCommerce Error: Unable to determine the page link”

  2. By Happy User on Jun 16, 2009

    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!

  3. By Steven on Oct 16, 2009

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

  4. By Bill Chalmers on Jan 11, 2010

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

Post a Comment