[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.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.03] Do the statistics include referrer information?

Yes, all statistics with Hosting cPanel include the referrer information. You can use this...

[WBX3.04] Do you support Streaming on your servers?

Yes we do. Using the HTTP streaming method, we can support the streaming of preloaded clips from...

[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...

[WBX3.05] What is Python?

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