crounauer Posted May 22, 2007 Posted May 22, 2007 Hi, I have just upgraded to PHP 5.2 and wanted to share the solution to the problems I had with osCommerce. In admin you will notice that it doesn't look right. I added the following code to my .htaccess file and all seems to be working now. <IfModule mod_php5.c> php_value register_globals 1 php_value register_long_arrays 1 </IfModule> where mod_php5.c is the version of PHP installed, in this case PHP5 Hope this helps someone! Simon. Gynogapod - Great Products, Tiny Prices!
Guest Posted May 22, 2007 Posted May 22, 2007 Hi, I have just upgraded to PHP 5.2 and wanted to share the solution to the problems I had with osCommerce. In admin you will notice that it doesn't look right. I added the following code to my .htaccess file and all seems to be working now. <IfModule mod_php5.c> php_value register_globals 1 php_value register_long_arrays 1 </IfModule> where mod_php5.c is the version of PHP installed, in this case PHP5 Hope this helps someone! Simon. You could have used this http://www.oscommerce.com/forums/index.php?showtopic=177004
Recommended Posts
Archived
This topic is now archived and is closed to further replies.