[WBX3.14] Using PHP5 makes all my products disappear in OSCommerce

We have updated our version of php so the default used is PHP5 rather than PHP4. This can cause the error message "product not found" when clicking on a product in OSCommerce

This problem is caused by the fact that PHP 5 has "register_long_arrays" set to "Off".

To re-enable it add the following line to a php.ini file in the root directory of your site.

register_long_arrays = On

If you site already has a php.ini file, just add it to the next line in the file.

Was this answer helpful?

 Print this Article

Also Read

[WBX3.13] Why do you not have a one click install for Magento shopping cart?

Magento is a very resource hungry application, we have found it performs poorly on shared hosting...

[WBX3.08] Common server software requirements

All standard Apache modules are installed on the web servers, including mod_rewrite. In addition,...

[WBX3.06] Support Database Print Now Do you support Blogs on your packages?

Yes we do - you'll need to select a package that includes MySQL databases as all major blogging...

[WBX3.05] What is Python?

Python is an interpreted, interactive, object-oriented programming language. It is often compared...

[WBX3.10] Who supplies you with the SSL certificates?

The access logs are in the standard apache "combined" format with the name of the virtual host...