Pieter Cappelle
Pieter Cappelle
We have the same issue. Any fix available?
Same issue here with Magento 2.4.7 ... :) ``` Exception #0 (Exception): Warning: Trying to access array offset on value of type null in /vendor/magento/framework/View/Element/Html/Calendar.php on line 114 ``` ```...
I'm having the same issue with the import of a Product with an image at the following path `var/import/images/MSII/MS II -B96+.png`. This is a valid filename, but I'm having the...
I have created a patch: ``` diff --git a/Filesystem/Directory/PathValidator.php b/Filesystem/Directory/PathValidator.php index 342f399..2e76c27 100644 --- a/Filesystem/Directory/PathValidator.php +++ b/Filesystem/Directory/PathValidator.php @@ -54,11 +54,9 @@ class PathValidator implements PathValidatorInterface $actualPath = $this->driver->getRealPathSafety($path); } -...
Please merge :-)
Yes, it seems like you're facing an issue with syncing data between Akeneo and Magento, specifically related to attribute values. Based on the steps you've outlined, here's a summary of...
Correct, this should also be merged.
Yes, same problem. Please fix this issue.
To fix this for [email protected] use the following command `brew edit [email protected]`. Afterwards edit the URL to `https://www.php.net/distributions/php-8.0.17.tar.xz` and the sha256 to `4e7d94bb3d144412cb8b2adeb599fb1c6c1d7b357b0d0d0478dc5ef53532ebc5` All info on this page > https://www.php.net/downloads.php.