[TYPO3-project-4-3] blog_example cache problems anyone?

Dmitry Dulepov dmitry.dulepov at gmail.com
Tue Nov 10 10:20:12 CET 2009


Hi!

Sebastian Kurfürst wrote:
> Extbase also brings some database tables with it, which all extbase
> based extensions implicitly need. Maybe this is the cause of the problem?

Here is the error:

===========================
Uncaught TYPO3 Exception
#1247602160: Table 't3trunk.tx_blogexample_domain_model_administrator' doesn't exist 

Tx_Extbase_Persistence_Storage_Exception_SqlError thrown in file
/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php in line 690.

12 Tx_Extbase_Persistence_Storage_Typo3DbBackend::checkSqlErrors()

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Persistence/Storage/Typo3DbBackend.php:
00175: //  debug($statement, -2); // FIXME remove debug code
00176:   $result = $this->databaseHandle->sql_query($statement);
00177:   $this->checkSqlErrors();
00178:   if ($result) {
00179:    $tuples = $this->getRowsFromResult($query->getSource(), $result);
===========================

And 11 more stack levels. Extbase, Fluid and Blog_example do not prompt me to create tables in EM.

-- 
Dmitry Dulepov
"Trust me, I am a doctor!" (c) Gregory House, M.D.


More information about the TYPO3-project-4-3 mailing list