A BEGINNER’S GUIDE TO USING THE APPLICATION CACHE – Reference: http://www.html5rocks.com/en/tutorials/appcache/beginner/ ……………………………………………… Using the cache interface gives your application three advantages: Offline browsing – users can navigate your full site when they’re offline Speed – cached resources are local, and therefore load faster. Reduced server load – the browser will only download resources from…
Tag: exception-printing-is-disabled-by-default-for-security-reasons
Magento Commerce: Fixing “Exception printing is disabled by default for security reasons”
Original Article: http://screencastworld.com/2010/04/articles/magento-commerce-exception-printing-is-disabled-by-default-for-security-reasons Whenever Magento 1.4.0.1 encounters an error condition you’re likely to see the message There has been an error processing your request Exception printing is disabled by default for security reasons Error log record number: XXXXXXXXXXXXXXX Unlike previous versions of Magento where it used to dump out the error report for the world to…