You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hallo dear developers,
many thanks for your work. I really would like to use your extension, but unfortunately I get an error running the scheduler with Execute console commands (scheduler)
newsimporter:importnews
The error is:
Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchAssociative()
I tried to chang ->fetchAssociative(); in ->fetchAll(); but thans an error appears in Line 121, because the array $firstRecord is empty.
The text was updated successfully, but these errors were encountered:
fischhasegbr
changed the title
QueryBuilder fehlerhaft: Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchAssociative()
QueryBuilder erroneous: Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchAssociative()
Feb 6, 2023
Hallo,
seams nobody is interested in this, but we found out a few things:
This extension requires a DBAL Doctrine version 2.11.0 TYPO3 10.4 comes with DBAL 2.10.0. You can replace the vender/doctrine with https://github.com/doctrine/dbal/releases/tag/2.11.0 (This should not be happened becaurse the doctrine comes with the typo3-package)
Then this EXT runs untill the datetime-Value goes to EXT:news. The $value is a timestamp after strtotime (ExtractorService Line 163), but becomes a string on the way to "news/Classes/Domain/Service/NewsImportService.php". So the import breaks here.
The Image-Import does not work at all.
Thanks
Martin
Hallo dear developers,
many thanks for your work. I really would like to use your extension, but unfortunately I get an error running the scheduler with
Execute console commands (scheduler)
newsimporter:importnews
The error is:
Call to undefined method Doctrine\DBAL\Driver\Mysqli\MysqliStatement::fetchAssociative()
I tried to chang ->fetchAssociative(); in ->fetchAll(); but thans an error appears in Line 121, because the array $firstRecord is empty.
newimport.jpg: settings of the feed
newimport.pdf: error message
Thank you for having a look
Martin
The text was updated successfully, but these errors were encountered: