-
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 with Magento 2.4.6 and PHP 8.2. #106
Comments
Hey, I posted the below on #102 5 days ago It doesn't work for us, both of us have tried everything but will not find the magmi.ini file Hi Guys, Just testing M2.4.6 with PHP8.1 now Magmi has a new pull for php8.1 support. Configured everything as it should be with ini file, etc as i always have with 100% the correct details got from env.php too I keep getting "Please create magmi.ini file in magmi/conf directory , by copying & editing magmi.ini.default file and filling appropriate values" It is 100% there, what could I be missing please? Cheers, |
P.s. I'm not a coder but work with Magento and there is a decision to be made I will offer a donation of £200 GBP for a proper working version for php.8.1 / 8.2 as it works for php7.4.
Cheers, |
I have Magento 2.4.5 and php 8.1 and it works great. I have about 10k product i am updating everyday. I do it automatically via the cli command and a few scripts i programmed in Python with the help of cron. I am in the process of duplicating my site and testing magmi for php 8.2 and magento 2.4.6 since there are a few security updates. |
are you using apache or nginx am about to test on 8.2 right now |
Using nginx. Please let me know if it works. |
ok just start with nginx once i learn how to make the config file see magmi then i can sort out |
ok seen the error .i hope i can sort out for you |
i would say to people using php 8.1 as php 8.2 been a pain |
ok it may be wrong but in security.php is not liking |
Hey Guys, I'm running WHM / Cpanel with Apache and PHP8.1 (Not PHP 8.2) I've tried both
Neither work and don't recognise the magami.ini file I have reset the file permissions on the test site I am running at all levels Cheers, |
had it working on php8.1 i'll check again 8.1 to make sure |
php 8.1.2 seem it not working on as well |
mmm my version seem to work not the main? |
From my end I tested 2.4.5 and php 8.2 with cbtrident php 8.1 version and I had a few easy errors to correct in my log (just google it). PHP message: PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/magmi/magmi/plugins/5b5/general/attributesetimport/functions.php "PHP message: PHP Deprecated: Optional parameter $dorewrite declared before required parameter $store is implicitly treated as a required parameter in /var/www/magmi/magmi/plugins/extra/itemprocessors/itemindexer/otfindexer.php on line 232" "PHP message: PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/magmi/magmi/plugins/base/general/reindex/options_panel.php on line 21PHP message: PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/magmi/magmi/plugins/inc/magmi_plugin.php on line 146 "PHP message: PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/magmi/magmi/plugins/base/general/reindex/options_panel.php on line 21 "PHP message: PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/magmi/magmi/web/magmi_web_utils.php on line 6 "PHP message: PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /var/www/magmi/magmi/web/magmi_web_utils.php on line 9 PHP message: PHP Deprecated: addslashes(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/magmi/magmi/web/magmi_web_utils.php on line 9 The next step is to update Magento 2.4.5 to 2.4.6 and see if I get errors. Hopefully they didn't touch at the database or else we are screwed. |
thanks for the update on the 8.2 i will try to fix them as well not sure why the main does not work and mine works but at least i can sort now from my code base |
Hi You can use this link to purchase access: It's only 200euro right now (net) for early supporters, but I plan to increase the price in May. If you're buying as a company, make sure to select "I'm purchasing as business" and set the correct VAT ID. Then the amount of VAT to be paid will be €0 (for most countries). |
dont think people will pay for what is free and am not sure you allow to sell it? |
go ahead @cbtrident its opensource. Some people prefer to fix stuff themselves, some prefer to buy it. |
All works great for me. Updated 18K products in 33 mins with Magento 2.4.6 and PHP 8.2. |
do you want to give me your fixs please Henrik41 so i add |
@Henrik41 could you post the errors that you corrected? i cant load the config file |
I found the solution here: magmi/plugins/inc/magmi_plugin.php
lmagmi/inc/magmi_config.php
and line 32
That fix the issue and magmi works again in php8.1 |
Not sure if it can help someone but I posted my magmi that works for me here: |
Need to test and see if it works.
The text was updated successfully, but these errors were encountered: