Pregunta

Estoy teniendo un problema donde Magmi no está salvando la opción de importación seleccionado al hacer clic en Guardar perfil. Al hacer clic en Guardar perfil, las miradas página como que sólo se actualiza, y las marcas de verificación no se muestran en la siguiente carga de la página. Todo funciona bien en el escenario / prod, pero no en mi dev / entorno local en mi Mac. He puesto al día los archivos ini y conf para que coincida con el sistema de archivos Mac.

Me preguntaba si alguien más ha llegado a través de esta situación y si encontraron una posible solución.

Gracias, Marcos

¿Fue útil?

Solución

Eh.. something with permissions. Not sure exactly which files, but chmod'ing everything 777 fixes it (and is fine on local). Maybe something with mod_security or Mac ssh security...

Otros consejos

Magmi needs to have 777 to conf, plugins and state to run without erros. BUT: Especially having your magmi.ini set to 777 is a big security risk, since Magmi is storing your database password in plain text in that file. If you have installed Magmi in your htdocs root, everyone can easily access it via yourdomain.com/magmi/conf/magmi.ini So setting everything to 777 is irresponsible. It's really sad that even in the Magmi wiki they recommend this without any notice.

If you need to access Magmi via web you should put a .htaccess file in your Magmi root and restrict access to either your IP if you have a static one, or set up a password protection for this directory.

Make sure you have correct permission to the magmi folders

  • Normal operation magmi needs following folders magmi/conf and magmi/state web-server user write and read permission

  • To install Extension or upgrade, its need the whole magmi dirs & subdirs should be writeable by the web server (Assuming you are doing the upgrade using web-UI)

  • If you are using magmi.cli.php to run profile, you don't need webserver write permission

Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top