magento catalog price rules not applied
Mage开发者_JAVA百科nto 1.3.2.4 catalog price rules stopped applying after website was moved to another server. Cron job is not giving any errors, however PHP version on a new server is higher. The only thought that comes to mind is that some PHP libraries might be missing thus cron.php is still not getting executed properly thus catalog price rules are not applied? Does someone know what are obligatory PHP libraries for cron.php to run properly?
Verify that your new server meets the magento requirements and php cli also matches those requirements
I had a nasty issue the other weekend when our magento catalog price rules stopped applying. After some digging we realized that the 'catalogrule_product_price' was empty even after we ran 'Apply Rules'. We also couldnt write to it directly. The table was corrupt apparently. After removing the table and recreating it everything was fixed. Hope it helps someone.
Community v 1.7.2
精彩评论