2015-01-27

I am new to Magento and Magmi but I succeeded in doing an ok Job with Mangento and Magmi on my local virtual server (Mamp). Now I want to go live but I can’t seem to use Magmi on my production server with Bluehost. When I import my product files, it just said NO FILE. I think it is a problem with permissions but I am not really sure. I tried to give 777 permissions to most of the files (Conf, state, …) but doesn’t seem to work. So I decided to go through CLI as I read it doesn’t need permission settings. But when I tried to import with the command line

php magmi.cli.php -mode=create -CSV:filename=/home3/tunique1/public_html/magmi/var/import/simple.csv

The follow error Log appears in CLI folder :

PHP Warning: require_once(./inc/magmi_defs.php) [function.require-once]: failed to open stream: No such file or directory in /home3/tunique1/public_html/magmi/engines/magmi_productimportengine.php on line 11

PHP Fatal error: require_once() [function.require]: Failed opening required './inc/magmi_defs.php' (include_path='.:/usr/lib64/php:/usr/share/pear:/home3/tunique1/public_html/magmi/inc:/home3/tunique1/public_html/magmi/integration/inc:/home3/tunique1/public_html/magmi/engines') in /home3/tunique1/public_html/magmi/engines/magmi_productimportengine.php on line 11

Could you help me with this problem ?

Thank you,

Best Regards,

Show more