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

Magmi keeps asking for login (M 1.9.4.4) #594

Closed
victorth opened this issue Sep 7, 2020 · 1 comment
Closed

Magmi keeps asking for login (M 1.9.4.4) #594

victorth opened this issue Sep 7, 2020 · 1 comment

Comments

@victorth
Copy link

victorth commented Sep 7, 2020

Initial login with Magmi worked, to the point that it requested me to create the magmi.ini configuration file.

After entering all credentials I can't login with my Magento credentials. The credentials appear to work as when I change them Magmi gives a database error.

I've added the .htaccess as recommended. Running on a DigitalOcean box.

Magmi is located in the root folder of our Magento installation.

htaccess
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

Configuration File

[DATABASE]
;magento database name
dbname=XXXXX
;magento database host
host=localhost
;database user
user=XXXXX
;database password
password=XXXXX
;---- Uncomment following line if you have a table prefix
;table_prefix=<>

[MAGENTO]
;magento base directory on host : ie :
basedir="/srv/users/XXXXX/apps/production/current/htdocs" (Pulled from a 'pwd' while in Magento root)
;change this if you are using localized "Enabled" status in non english languages
;enabled_status_label="Enabled"
[GLOBAL]
;---- Uncomment the following line to have a custom import report step, defaults to 100
step=0.5

@victorth
Copy link
Author

victorth commented Sep 7, 2020

Solved by following directions in Issue #590

@victorth victorth closed this as completed Sep 7, 2020
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

1 participant