Bug #20218
closedCreate version of page crashes in Cache
0%
Description
When i try to create a new version of page it crashes in Cache:
Fatal error: Uncaught exception 'InvalidArgumentException' with message '"pageId_-1" is not a valid tag for a cache entry.' in C:\xampp\htdocs\t3\home\t3lib\cache\frontend\class.t3lib_cache_frontend_abstractfrontend.php:143 Stack trace: #0 C:\xampp\htdocs\t3\home\t3lib\class.t3lib_tcemain.php(7036): t3lib_cache_frontend_AbstractFrontend->flushByTag('pageId_-1') #1 C:\xampp\htdocs\t3\home\t3lib\class.t3lib_tcemain.php(5798): t3lib_TCEmain->clear_cache('pages', 98) #2 C:\xampp\htdocs\t3\home\t3lib\class.t3lib_tcemain.php(5011): t3lib_TCEmain->updateDB('pages', 98, Array) #3 C:\xampp\htdocs\t3\home\t3lib\class.t3lib_tcemain.php(2594): t3lib_TCEmain->remapListedDBRecords() #4 C:\xampp\htdocs\t3\home\typo3\tce_db.php(206): t3lib_TCEmain->process_cmdmap() #5 C:\xampp\htdocs\t3\home\typo3\tce_db.php(251): SC_tce_db->main() #6 {main} thrown in C:\xampp\htdocs\t3\home\t3lib\cache\frontend\class.t3lib_cache_frontend_abstractfrontend.php on line 143
(issue imported from #M10741)
Files
Updated by Oliver Hader over 15 years ago
Created a new issue on Forge for FLOW3:
http://forge.typo3.org/issues/show/2982
Updated by Rupert Germann over 15 years ago
just stumbled across this one.
The bug still exists in current trunk and the patch fixes it.
go ahead Steffen ;-)
Updated by Steffen Kamper over 15 years ago
Hi Rupi,
the reason why i didn't continued is, that this leaded to a discussion in v5 list where Robert at the end changed the filebackend. So i started backporting filebackend but didn't finished because i had some troubles porting the tests.
Now Ingo want to refresh the complete cache framework, so at the end this bug will be fixed within.
vg Steffen