akira28/magento-utils

Missing abstract.php file

Closed this issue · 2 comments

PHP Warning:  require_once(abstract.php): failed to open stream: No such file or directory

https://github.com/akira28/magento-utils/blob/master/shell/cleanCache.php#L26

Where is this file in the repository?

And if I create a empty abstract.php file it returns:

PHP Fatal error:  Class 'Mage_Shell_Abstract' not found

I am using Magento 1.9

It is in ./shell, which is also where you should put this script.