Closed dennisbohn closed 2 years ago
I am getting the following error, when I try to create a node in Contao 4.13.
Contao 4.13 switched to DBAL 3 and doesnt support the method fetchColumn and fetchAll anymore.
https://www.doctrine-project.org/2020/11/17/dbal-3.0.0.html
I changed fetchColumn to fetchOne and fetchAll to fetchAllAssociative which results in the same behaviour.
Reopened pull request here.
I am getting the following error, when I try to create a node in Contao 4.13.
Contao 4.13 switched to DBAL 3 and doesnt support the method fetchColumn and fetchAll anymore.
https://www.doctrine-project.org/2020/11/17/dbal-3.0.0.html
I changed fetchColumn to fetchOne and fetchAll to fetchAllAssociative which results in the same behaviour.