Bug #18773
closedMysql-error while deleting a page
0%
Description
I get this errors when I delete a page:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hivo/public_html/typo3_src-4.2.0/t3lib/class.t3lib_db.php on line 808
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/hivo/public_html/typo3_src-4.2.0/t3lib/class.t3lib_db.php on line 808
Warning: Cannot modify header information - headers already sent by (output started at /home/hivo/public_html/typo3_src-4.2.0/t3lib/class.t3lib_db.php:808) in /home/hivo/public_html/typo3_src-4.2.0/typo3/tce_db.php on line 231
(issue imported from #M8379)
Updated by Oliver Hader over 16 years ago
Did you upgrade from an older TYPO3 version to 4.2?
In that case you might want to start the install tool, select the database analyzer and then "COMPARE" to upgrade missing fields in your database.
Additionally you could eneable the SQL debug in the install tool - go to all configuration and enable the "sqlDebug" setting. Next time the error occurs you get some more debug information about what actually happened.
Updated by Steffen Kamper over 16 years ago
Hi,
first please use a more describtive title, i changed it for you.
Please go to install tool and make a compare, then try again. I can't reproduce this.
Updated by Asger no-lastname-given over 16 years ago
Suddenly the problem disappear, I don't what i have don!
Updated by Oliver Hader over 16 years ago
Closing issue since it's not reproducible by reporter anymore.