Gideon Overeem

Results 4 issues of Gideon Overeem

Is it possible to have php 8.1 supported?

help wanted

In the ajax call this code is injected as json response Seems to be `/vendor/maxserv/magento-module-yoastseo/view/adminhtml/templates/score.phtml` ``` SEO Score { ".yoastScore": { "Magento_Ui/js/core/app": { "components": { "yoastScore": { "component": "MaxServ_YoastSeo/js/view/yoast-score" }...

product_images.js:26 Uncaught TypeError: Cannot read property 'images' of undefined The code is searching for formData.data.product.media_gallery which is not set when creating an new product. /vendor/maxserv/magento-module-yoastseo/view/adminhtml/web/js/form/provider/product_images.js Solved it for now on...

https://github.com/myparcelnl/magento/blame/master/Plugin/Magento/Sales/Api/Data/OrderExtension.php ``` $sql = $connection ->select('myparcel_delivery_options') ->from($tableName) ->where($searchColumn . ' = ' . (int) $searchValue); $result = $connection->fetchAll($sql); ``` When rest searching "/rest/V1/orders" with order incremented_id (string value), the (int)...