Bug #16839
closedExtension Manager produces a big number of MySQL errors
0%
Description
Every time the Extension Manager is loaded, it's producing around 30 pairs like this:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /xxx/xxx/typo3_src-4.1beta2/t3lib/class.t3lib_db.php on line 804
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /xxx/xxx//typo3_src-4.1beta2/t3lib/class.t3lib_db.php on line 831
Version 4.0.4 works fine. Extension Manager on 4.1beta2 appears to work fine, except those warnings.
(issue imported from #M4752)
Updated by Oliver Hader almost 18 years ago
Please go to the Install Tool of your TYPO3 site and then
1) run the Update Wizard to upgrade from 4.0.x to 4.1
2) run on the Databasa Analyzer the "COMPARE" according to "Update required tables"
If the error still appears, please activate the SQL debug (Install Tool > All Configuration > sqlDebug) and tell us, what SQL errors are shown.
PS: Possibly you want to create a backup of your database before making any changes... ;-)
Updated by Liakos almost 18 years ago
Even though I definitely had ran the Update Wizard and I (think I) had performed the table update, running the "compare-update required tables" again fixed the problem (just left one table that it probably can't change).
All well now. Thanks for the input!
Updated by Oliver Hader almost 18 years ago
Okay! So I'm closing this bug-report. If you have further problems, please reopen this issue.