Bug #45787
closedUnknown column 'module' in 'field list'
0%
Description
I upgraded site from 4.7.4 to 6.0.2. So, I had to execute Database Compare function.
Then I executed updating extension list from Scheduler and I saw such error message at the bottom of BE:
exec_INSERTmultipleRows
caller TYPO3\CMS\Core\Database\DatabaseConnection::exec_INSERTmultipleRows
ERROR Unknown column 'module' in 'field list'
...and long list where the only suspicious was:
"1361549498, '01f4d6d531b25651910539db22b68cd9', 1, 999, 0, module, 'Upload"
The table tx_extensionmanager_domain_model_extension has no "module" field. The variable or constant module appears a few times in command string. It may cause the error message.
I attached two screenshots.
Files
Updated by Michael Stucki over 11 years ago
- Status changed from New to Needs Feedback
Can you check if any of your installed extensions causes this? You can check this by disabling each of them...
Updated by Tomasz Krawczyk over 11 years ago
Michael I never used any extension that changes Extension Manager. BTW EM is the only extension I know that inserts records to the table tx_extensionmanager_domain_model_extension.
I upgraded my installation to TYPO3 6.0.3, removed all records from the table tx_extensionmanager_domain_model_extension and downloaded extensions list again. Now I have no problem.
Updated by Christian Kuhn over 11 years ago
- Status changed from Needs Feedback to Closed
dupe of #41620
Updated by Tomasz Krawczyk over 11 years ago
Guys,
please, reopen this bugreport. I've just noticed that this error shows when extension list is upgraded from Scheduler. From the Extension Manager everything is OK.
Updated by Christian Kuhn over 11 years ago
No, the issue was in em, too (you just didn't see the error msg). It was fixed with the related issue and will be released with next 6.0 minor version.
Updated by Laurent Cherpit over 11 years ago
It seems that is really a little extension manager bug. and not a duplicate of #41620