osCommerce Error: Unable to determine the page link
October 2nd, 2008 Posted in Programming, Technical IssuesThis 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
php_value register_long_arrays On
3 Responses to “osCommerce Error: Unable to determine the page link”
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!
By Steven on Oct 16, 2009
God bless you! Nice code, worked immediately. Thanks.
By Bill Chalmers on Jan 11, 2010
Thank you so much for this solution, works perfectly!.