-
Notifications
You must be signed in to change notification settings - Fork 89
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
Product import throws undefined method call and swatch attribute SQL error #636
Comments
The issue still remains in the akeneo/module-magento2-connector-community 103.4.1. |
Just bumped into this as well, kind of unbelievable that such a breaking change has gone through A) review and B) testing. One can easily see from just glancing through that commit that something ain't right with that change. |
We downgraded back to version 103.2.1 which seems to work correctly. We found more issues with the latest versions.
|
Yah I had to revert the importMedia as well, it was insanely slow now. I can't believe they have actually released broken crap like this. |
Exact same problem with bitnami magento 2.4.6 docker, connector 103.4.1 and akeneo CE 6.0.37. looks like this method does not exist in our community versions :-( [2023-04-05T17:51:17.701799+00:00] main.CRITICAL: Error: Call to undefined method Akeneo\Pim\ApiClient\AkeneoPimClient::listPerPage() in /bitnami/magento/vendor/akeneo/module-magento2-connector-community/Job/Product.php:520 |
This fixes the error stated in akeneo#636. The product model api has to be fetched before you can access the listPerPage function.
This is still an issue on 103.4.3 |
103.5.0.. |
Environment and configuration
Steps to reproduce
Expected result
Actual result
Exception thrown:
This seems to be related to this change: 7998794#diff-f95e6e2026b743b405c1eeb4b97e5e70a3cccbd4aee0751917084fc21eff6597L465
This change seems to fix the problem:
SQL error:
This seems to be related to this change: 2c83b6d#diff-69e28a83d9932901ad9f81bb89bf5035c0208ae0197b3b8008c156d3a4bb5d84
We do not use swatches so we commented the new
$this->insertSwatchOption();
call in\Akeneo\Connector\Job\Option::insertValues
on row496
The text was updated successfully, but these errors were encountered: