Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Created October 3, 2015 04:02
Show Gist options
  • Save pablocattaneo/80310bd8c489d0eff047 to your computer and use it in GitHub Desktop.
Save pablocattaneo/80310bd8c489d0eff047 to your computer and use it in GitHub Desktop.
Fix admin access Magento local host. Correr el script en la base de datos de Magento. http://www.iugo.com.uy/blog/magento-no-puedo-entrar-al-admin-solucionado/
UPDATE core_config_data SET value="http://127.0.0.1/mitienda" WHERE path IN ('web/unsecure/base_url','web/secure/base_url') ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment