If you upgrade to Magento version 1.4 and find that your admin totally stops working then this might be for you. If you view source and notice that your javascript paths are totally wrong then it could be that Merge JavaScript Files is causing it. The answer is: go to System -> Configuration -> Developer [...]
Archive: 1.4
Posts Tagged ‘1.4’
If your shiny new Magento 1.4 is displaying this error message at the bottom of the page then you might want to apply this fix. Fatal error: Exception thrown without a stack frame in Unknown on line 0 The solution is to comment out a small section of code in app/code/core/Mage/Core/Model/Cache.php line 180 PLAIN TEXT [...]
The latest and greatest version of Magneto has just been released (last Friday). This release includes some great new features like WYSIWYG editors on the admin side, performance improvements and loads more. Here's what has been added: Implemented 3D Secure credit card validation (Visa and Mastercard) Full reimplementation of PayPal modules, includes lot of new [...]
Jquery, arguably the most popular Javascript library has has a new version released. The release features some dramatic performance improvements, especially on widely used functions like .html() It also features a host of new functionality and improvements. For full details check out this page: http://jquery14.com/day-01/jquery-14 More Reading:JQuery Keeping Click Handler when Updating Content – Live [...]