NexwayGroup / magerun-addons

n98magerun addons
3 stars 4 forks source link

Fatal Error when Running #18

Open twslade opened 9 years ago

twslade commented 9 years ago

When running: n98-magerun.phar nexway:config:save all test

PHP Fatal error: Class 'Varien_Object' not found in /home/user/.n98-magerun/modules/magerun-addons/src/Nexway/SetupManager/Util/Processor/Action.php on line 10

g-pavlik commented 9 years ago

What's your way of using n98-magerun? It should work fine when n98-magerun + magerun-addons are required in your composer.json inside magento project. AFAIK it's possible to have one n98-magerun installed and use it inside many magento projects - but we're not supporting that yet (see https://github.com/NexwayGroup/magerun-addons/issues/13).

twslade commented 9 years ago

I was using n98-magerun globally with the module in the home directory under ~/.n98 folder.

I will try altering the composer.json file to see if that works. Is the only dependency the Varien_Object class?