AgenturPottkinder / typo3_forum

An Extbase-based TYPO3 Extension which is called typo3_forum
http://www.mittwald.de
GNU General Public License v2.0
35 stars 54 forks source link

[BUGFIX] Avoid SQL error in PostsWithoutAuthorNameUpdate on MySQL #330

Closed sgrossberndt closed 5 years ago

sgrossberndt commented 5 years ago

Avoid a MysqliException Unknown fetch type '7' when executing the upgrade wizard PostsWithoutAuthorNameUpdate on MySQL by using the fetchColumn() method instead of fetch(PDO::FETCH_COLUMN).