[TYPO3-dev] SQL errors in Install Tool in TRUNK (possibly related to new cache system?)
Francois Suter
fsuter at cobweb.ch
Fri Mar 6 23:07:33 CET 2009
Hi,
In the current trunk (rev 5134) I get loads of warnings when entering
the Install Tool. Most warnings come from mysql_* functions that
complain about the resource parameter not being a valid resource. It
seems to behave as if there was no connection to the database yet.
The Install Tool calls on typo3/init.php and tracing the problem I found
that it happened somewhere in that block:
t3lib_cache::initPageCache();
t3lib_cache::initPageSectionCache();
t3lib_cache::initContentHashCache();
I don't have the time right now to check deeper to see what happens in
there, but I wonder because the database connection only happens much later.
I thought I would already post something before signing off for the
week-end ;-)
Cheers
--
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
More information about the TYPO3-dev
mailing list