Aoe_DesignFallback
Aoe_DesignFallback copied to clipboard
Configure your custom design fallback strategy using this Magento module.
Problem: Enter something wrong. Exception is thrown: Line must contain package and theme separated by ":" #0 /home/me/local-workspace/shop/public/app/code/community/Aoe/DesignFallback/Model/Design/Package.php(29): Mage::throwException('Line must conta...') #1 /home/me/local-workspace/shop/public/app/code/community/Aoe/DesignFallback/Model/Design/Package.php(15): Aoe_DesignFallback_Model_Design_Package->getFallbackScheme(Array) #2 /home/me/local-workspace/shop/public/app/code/core/Mage/Core/Model/Design/Package.php(425): Aoe_DesignFallback_Model_Design_Package->_fallback('translate.csv', Array, Array) #3...
Both modules need to rewrite class Mage_Core_Model_Design_Package as this class does not only implement the fallback mechnism, but also takes care of merging js and css files. Add correct dependencies...