den-dev-icmy

Results 2 issues of den-dev-icmy

https://github.com/modx-pro/miniShop2/blob/28df070265225193741f54d43b3adeb0774432a7/core/components/minishop2/model/minishop2/mscategoryoption.class.php#L58 Пытается считаться строка. php:8.0 modx:latest minishop2:latest Предлагаю: ```php $q = $this->xpdo->newQuery('msProduct', array('parent' => $this->get('category_id'))); $q->select('id'); if ($q->prepare() && $q->stmt->execute()) { $products = $q->stmt->fetchAll(PDO::FETCH_COLUMN); $productIds = implode(',', $products); $key =...

model/vendor/imagine/imagine/lib/Imagine/Gd/Imagine.php::95 in php 8.0 function imagecreatefromstring returns "GdImage" object instead of resource, therefore throw exception reference: https://www.php.net/manual/ru/function.imagecreatefromstring.php#refsect1-function.imagecreatefromstring-changelog SFMBE