-
Notifications
You must be signed in to change notification settings - Fork 53
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 on apache in magento 2 #98
Comments
I am seeing magmi no longer work after upgrading to magento 2.4.2 or higher. |
I'm using magmi in Magento 2.4.3 with nginx. With Apache I didn't get any luck then I moved to nginx and it's working perfectly fine. |
Create a separate vhost for magmi (and store it outside webroot of Magento). do not copy it inside pub folder of Magento |
I tried the Vhost method and can not get it to recognize the magmi.ini. Is there something special to do to get it to work or to set the magento basedir? |
@joshpen I don't understand what issue are you facing. "can not get it to recognize the magmi.ini". |
I created a vhost for a seperate magmi folder and mapped to 8080 port. I created the magmi.ini with our setting for db and user, set the magento basedir as /var/www/html and get this message when trying to access magmi.php from browser : Please create magmi.ini file in magmi/conf directory , by copying & editing magmi.ini.default file and filling appropriate values |
anyone got instruction for setup vhost and making magmi work in apache with magento 2.4.3 |
I have paste the magmi folder inside magento root directory. After that I have generated the magmi.ini bu renaming magmi-ini-default in magmi/conf and .htaccess inside magmi/web by renaming .htaccess-sample-php_cgi_fpm but when i try to access the url e.g., localhost_magento2/magmi/web/magmi.php then I'm getting error 404. Can someone help me to configure magmi in magento 2. I'm using apache not nginx |
you need to setup a port and vhost on apache |
I change port from 81 to 88 but not get open magmi/web/magmi php
…On Fri, 29 Oct, 2021, 5:35 pm cbtrident, ***@***.***> wrote:
you need to setup a port and vhost on apache
in ports.conf have Listen 8088 add as well
as 8080 port is used by your elasticsearch
you then should be able to do localhost_magento2:8088/magmi/web/magmi.php.
this is how i made it work for me if you need anything else just say i
help as best as i can as i had the same problem as you
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATJTPMNRGCF5GFSDGVJ3FSTUJKL3FANCNFSM5C63ZXMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Help me...
On Sat, 30 Oct, 2021, 10:58 am Ashwini Tandale, ***@***.***>
wrote:
… I change port from 81 to 88 but not get open magmi/web/magmi php
On Fri, 29 Oct, 2021, 5:35 pm cbtrident, ***@***.***> wrote:
> you need to setup a port and vhost on apache
> in ports.conf have Listen 8088 add as well
> as 8080 port is used by your elasticsearch
> you then should be able to do localhost_magento2:8088/magmi/web/magmi.php.
> this is how i made it work for me if you need anything else just say i
> help as best as i can as i had the same problem as you
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#98 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ATJTPMNRGCF5GFSDGVJ3FSTUJKL3FANCNFSM5C63ZXMQ>
> .
> Triage notifications on the go with GitHub Mobile for iOS
> <https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
> or Android
> <https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
>
>
|
hay Ashwini Tandale if you contact me on [email protected] i see if i can help |
Done.
…On Sat, 30 Oct, 2021, 6:00 pm cbtrident, ***@***.***> wrote:
hay Ashwini Tandale if you contact me on ***@***.*** i see if
i can help
you may have to give me temp access to setup for you but am sure you be
able to sort
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATJTPMNJIHMCK2K7FDH7MXTUJPXQNANCNFSM5C63ZXMQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
did not get |
I also have same issue. I am using php 8.1 In magmi/inc/properties.php file, I made below change line # 22 |
@nayanchamp Which zip have you downloaded? Can you send me the link please so I will try again? |
@onedolphin here is the link https://github.com/macopedia/magmi-m2 |
@nayanchamp Thank you, this is the one I was trying but for some reason im even unable to login into magmi, it says to create the magmi.ini which i have created and modified. Any idea? |
@nayanchamp Ohh sorry i made the change and can access, will try again! |
@nayanchamp You are simple the best! |
@nayanchamp Hi again. Hope you can help, now im getting sometimes this error: text/x-generic error_log ( ASCII text ) |
I can confirm, this also solved this issue for me. |
it perfectly solve my issue and saved a lot of time thanks @nayanchamp |
I have paste the magmi folder inside magento root directory. After that I have generated the magmi.ini bu renaming magmi-ini-default in magmi/conf and .htaccess inside magmi/web by renaming .htaccess-sample-php_cgi_fpm but when i try to access the url e.g., localhost_magento2/magmi/web/magmi.php then I'm getting error 404.
Can someone help me to configure magmi in magento 2. I'm using apache not nginx.
The text was updated successfully, but these errors were encountered: