We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user@ec1:~/html/shell$ php -f modman_files.php -- --Bytes_ImageCheck=Mage_Catalog --prefix="app/code/local" Option [module_name] is required
What am I doing wrong>
The text was updated successfully, but these errors were encountered:
use php -f modman_files.php -- --module_name=Bytes_ImageCheck --prefix="your_custom_dir"
Sorry, something went wrong.
What is the custom dir is that where they are normally intsalled in magento or where I want it copied to (ie .modman)
user@ec1:~/html/shell$ php -f modman_files.php -- --module_name=Bytes_ImageCheck --prefix="app/code/local" PHP Fatal error: Uncaught exception 'Mage_Core_Exception' in /home/user/html/app/Mage.php:595 Stack trace: #0 /home/user/html/.modman/modman-magefiles-master/lib/generator.php(119): Mage::throwException(false, '/home/user...') #1 /home/user/html/.modman/modman-magefiles-master/modman_files.php(185): MageHack_Shell_Modman_Generator->setDesignConfigXmlFile('imagecheck.xml') #2 /home/user/html/.modman/modman-magefiles-master/modman_files.php(60): MageHack_Shell_Modman_Files->_getAllFiles('Bytes_ImageChec...') #3 /home/user/html/.modman/modman-magefiles-master/modman_files.php(390): MageHack_Shell_Modman_Files->run() #4 {main} thrown in /home/user/html/app/Mage.php on line 595
No branches or pull requests
user@ec1:~/html/shell$ php -f modman_files.php -- --Bytes_ImageCheck=Mage_Catalog --prefix="app/code/local"
Option [module_name] is required
What am I doing wrong>
The text was updated successfully, but these errors were encountered: