Skip to content
New issue

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

whats wrong with my syntax? #2

Open
ZenMasta opened this issue Mar 11, 2015 · 2 comments
Open

whats wrong with my syntax? #2

ZenMasta opened this issue Mar 11, 2015 · 2 comments

Comments

@ZenMasta
Copy link

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>

@toluolubajo
Copy link

use php -f modman_files.php -- --module_name=Bytes_ImageCheck --prefix="your_custom_dir"

@ZenMasta
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants