Sipos András
Sipos András
I tested it on the following versions and unfortunately it doesn't work: 2.1.1, 2.5.0
Magetno 1.9.4.2 2021. 06. 21. 18:15 keltezéssel, Lucas van Staden írta: > > @indrisepos > > Magento version? > > — > You are receiving this because you were mentioned....
> I got the same issue on my side. I temporary created this patch : [AC_FIX_INVENTORY_CONFIGURABLE_STOCK_2.4.5.patch.txt](https://github.com/magento/inventory/files/10167273/AC_FIX_INVENTORY_CONFIGURABLE_STOCK_2.4.5.patch.txt) It works fine with Magento 2.4.5-p2! Thank you very much! I note that ACSD-45488...
``` cat /usr/local/bin/pastle.sh #!/bin/bash cp /usr/local/bin/pestle.phar ./pestle.phar if [ ! -f ./pestle.phar ]; then echo "The current directory not writable. I can not run 'pestle.phar'." else ./pestle.phar $@ rm ./pestle.phar...
You can quickly fix it by commenting out Serialize in Device.php: `interface Zend_Http_UserAgent_Device //extends Serializable` or by adding the two Serialization methods in AbstractDevice.php: https://github.com/indrisepos/zf1/pull/1
I found the solution: `./cache-warmup.phar -u https://example.com/ --crawler-options '{"concurrency": 3, "client_config": {"auth": ["login", "password"]}}'`
Tested: Magetno 2.4.7-p2, php8.3, MariaDB 10.6.19 Full error message: in var/log/exception.og: main.CRITICAL: Exception: Warning: Trying to access array offset on false in vendor/magehost/performance-dashboard/Model/DashboardRow/MySQLSettings .php on line 80