Archive for magento
You are browsing the archives of magento.
You are browsing the archives of magento.
I just hit this on one of my installations, and finally got around to caring enough to look for a fix, which I found here: http://www.simplehelix.com/blog/2009/07/magento-backup-error/. What happens is you blow right up on line 234 of lib/Varien/Data/Collection/Filesystem.php and you can’t run backup. I’m just expanding on the SimpleHelix fix with a little more context, [...]
In a site I maintain I have a separate web application for adding products. The reason for this is that products need to be added to both a backend warehousing system as well as magento. I’m posting this because the documentation on the magento site isn’t clear about how one goes about setting these attributes: [...]
Background These settings – especially template path hints – are unclear in existing documentation.The Magento User Guide makes no mention of either. My guess is that it’s considered beyond the scope of that manual. I’ve not seen any mention in php|Architect’s “Guide to E-commerce Programming with Magento” so far, either. Magento Inline Translation This is [...]
Introduction After a magento upgrade, the frontend died a tragic death – a 500 Internal Server Error. Once I got that running, I figured out why I was getting the same error in the admin backend, and then once all that was sorted – my admin menu links weren’t working! Solution Turns out my hosting [...]