Bug #20486
closedMySQL errors and unable to create a page
0%
Description
After installing Typo3 for the first time I got two MySQL errors repeating a couple of times on the front and back-end.
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\typo3\t3lib\class.t3lib_db.php on line 809
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\typo3\t3lib\class.t3lib_db.php on line 836
I suppressed these warnings in the PHP file by using @. I've seen this error been reported before. Other people just complained about it without critical results. The reason I opened a new ticket is because of the following error which might be a result of this error.
I can't save a new page.
When viewing the create new page form everything seems fine. After I suppressed the MySQL warnings. Before I couldn't even see the toolbar that haves the save button.
When I click save it seems like the page refreshes and all my data input is gone. And obviously no page is created. I did click the refresh button 'Reload the tree from server'. I also checked the database which remains unchanged. There was no error message. I tried it in the latest versions of Chrome, Firefox and Internet Explorer.
(issue imported from #M11162)