Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Php 5.2 And Oscommerce


crounauer

Recommended Posts

Posted

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!

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...