In PrestaShop 1.3, 1.4 and 1.5 time and prices are incorrectly displayed under certain conditions depending on the server setup.
Tag Archives: fix
PrestaShop: Quantity Discounts Fix
In PrestaShop 1.3 Quantity Discounts do not work properly – currently they only work correctly for percentage discounts and with a Tax assigned to the product which “correct” the final price so everything looks almost fine. However in fact it doesn’t in certain cases.
osCommerce: Session save path Fix
If you are using MySQL based sessions in your osCommerce installation and your PHP runs with Safe Mode set to On, you receive the following message:
Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is X is not allowed to access owned by uid Y in /path/to/your/oscommerce/catalog/includes/functions/sessions.php on line 149
We also recommend this MOD when your web server has Safe Mode Off too.
osCommerce: Session autostart is enabled Fix
If you are running osCommerce on the web server where PHP’s session.auto_start is enabled, you will receive the following error message:
Warning: session.auto_start is enabled – please disable this php feature in php.ini and restart the web server.