Michał Zimniak
Michał Zimniak
Declaration of MySQLHandler\\MySQLHandler::write(array $record) must be compatible with Monolog\\Handler\\AbstractProcessingHandler::write(array $record): void in MySQLHandler.php on line 17
Hej, Macie jakis pomysl na to? Dobrym rozwiazaniem (spotykanym na innych platformach) byloby, gdyby wlasnie podczas wystawiania oferty atrybuty allegro byly automatycznie uzupelniane na podstawie atrybutow produktu z magento2. Moze...
Hi, Can I help you with this somehow?
Hi, Can I help you with that somehow?
Hi, Whats the problem to add multiple images to the allegro auction?
Hi, Tried to comment the loop from lines: ``` // foreach ($images['items'] as $key => $image) { // if ($image['file'] !== $allegroImage) { // unset($images['items'][$key]); // } // } ```...
More information: Magento version: magento/product-community-edition": "2.3.4 ``` # composer require macopedia/magento2-allegro Using version ^4.0 for macopedia/magento2-allegro ./composer.json has been updated ... # bin/magento setup:upgrade Cache cleared successfully File system cleanup:...
Seems like delete those lines fixing the problem: File: Setup/UpgradeData.php Delete or comment lines: ``` 62 $this->resource->getConnection() 63 ->insert($this->resource->getTableName('queue'), ['name' => 'allegro.api']); ```