osCMax RC 3.0.1 minor update
The RC version has been incremented with a minor maintenance release to fix a few irksome bugs that crept into the RC3 release. These were several syntax errors and a minor DB update to the installer sql file.
The new version is available for download at the osCMax Project Page .
If you have not noticed any problems with your site, there is not a need to patch the files, but if you want to regardless, the files patched are listed below and attached below:
Fixes:
- Corrected improper .htaccess syntax for main .htaccess file causing 500 Internal Server errors on certain servers.
- Bugfix #185 - Fixed missing products from orders
- Fixed sql file in the installer. Added missing Order Editor fields.
Files updated:
- /catalog/.htaccess
- /catalog/checkout_process.php
- /catalog/install/osCMax.sql
The htaccess patch simply comments out the following lines:
php_value session.use_trans_sid 0
php_value register_globals 1
Changing them to look like:
# php_value session.use_trans_sid 0
# php_value register_globals 1
You can grab the patched checkout_process.php here: Bugfix #185
If you want to update your database, run the sql query located in This Post on your database. It is a minor update, but make a backup first!
