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
php_value register_long_arrays On

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!
God bless you! Nice code, worked immediately. Thanks.
Thank you so much for this solution, works perfectly!.
EXCELLENT!
i really struggled before finding this, thanks!