lilmuckers / magento-lilmuckers_queue

A generic multi-adapter queuing system for magento.
MIT License
58 stars 21 forks source link

Compatibility with CE 1.6 #9

Closed raminv80 closed 9 years ago

raminv80 commented 9 years ago

The shell script fails to run on CE 1.6. https://github.com/lilmuckers/magento-lilmuckers_queue/blob/master/shell/queue.php#L44 is relying on Mage_Shell_Abstract->factory which is not present in CE 1.6.

lilmuckers commented 9 years ago

I have no plans to make this backwards compatible for 1.6

If you swap out the calls to the factory with the standard "Mage::getModel()" calls and so forth - then I imagine it should work.

Thanks

On 2 Sep 2015, at 07:25, Ramin notifications@github.com wrote:

The shell script fails to run on CE 1.6. https://github.com/lilmuckers/magento-lilmuckers_queue/blob/master/shell/queue.php#L44 is relying on Mage_Shell_Abstract->factory which is not present in CE 1.6.

— Reply to this email directly or view it on GitHub.