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

Dmitry Dulepov dmitry.dulepov at gmail.com
Tue Nov 10 10:22:00 CET 2009


Hi!

Dmitry Dulepov wrote:
> And 11 more stack levels.

Here they are:

11 Tx_Extbase_Persistence_Storage_Typo3DbBackend::getRows(Tx_Extbase_Persistence_QOM_QueryObjectModel)

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Persistence/QOM/QueryObjectModel.php:
00293:   */
00294:  public function execute() {
00295:   return t3lib_div::makeInstance('Tx_Extbase_Persistence_QueryResult', $this->storageBackend->getRows($this));
00296:  }
00297: 

10 Tx_Extbase_Persistence_QOM_QueryObjectModel::execute()

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Persistence/Query.php:
00213:   $query->setQuerySettings($this->getQuerySettings());
00214: 
00215:   $result = $query->execute();
00216: 
00217:   return $this->dataMapper->map($this->className, $result->getRows());

9 Tx_Extbase_Persistence_Query::execute()

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Persistence/Repository.php:
00205:   */
00206:  public function findAll() {
00207:   $result = $this->createQuery()->execute();
00208:   return $result;
00209:  }

8 Tx_Extbase_Persistence_Repository::findAll()

/Users/dima/Projects/My/t3trunk/typo3conf/ext/blog_example/Classes/Controller/BlogController.php:
00069:  public function newAction(Tx_BlogExample_Domain_Model_Blog $newBlog = NULL) {
00070:   $this->view->assign('newBlog', $newBlog);
00071:   $this->view->assign('administrators', $this->administratorRepository->findAll());
00072:  }
00073: 

7 Tx_BlogExample_Controller_BlogController::newAction(NULL)
6 call_user_func_array(array, array)

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/MVC/Controller/ActionController.php:
00234:    $actionResult = call_user_func(array($this, $this->errorMethodName));
00235:   } else {
00236:    $actionResult = call_user_func_array(array($this, $this->actionMethodName), $preparedArguments);
00237:   }
00238:   if ($actionResult === NULL && $this->view instanceof Tx_Extbase_MVC_View_ViewInterface) {

5 Tx_Extbase_MVC_Controller_ActionController::callActionMethod()

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/MVC/Controller/ActionController.php:
00137:   $this->view = $this->resolveView();
00138:   if ($this->view !== NULL) $this->initializeView($this->view);
00139:   $this->callActionMethod();
00140:  }
00141: 

4 Tx_Extbase_MVC_Controller_ActionController::processRequest(Tx_Extbase_MVC_Web_Request, Tx_Extbase_MVC_Web_Response)

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Dispatcher.php:
00120:    $controller = $this->getPreparedController($request);
00121:    try {
00122:     $controller->processRequest($request, $response);
00123:    } catch (Tx_Extbase_MVC_Exception_StopAction $ignoredException) {
00124:    }

3 Tx_Extbase_Dispatcher::dispatch("", array)

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Dispatcher.php:
00497:    // and thus we are already within typo3/ because we call typo3/mod.php
00498:   $GLOBALS['BACK_PATH'] = '';
00499:   return $this->dispatch('', $extbaseConfiguration);
00500:  }
00501: 

2 Tx_Extbase_Dispatcher::transfer("web_BlogExampleTxBlogexampleM1", "Blog", "index")

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/sysext/extbase/Classes/Dispatcher.php:
00318: 
00319:    // As for SCbase modules, output of the controller/action pair should be echoed
00320:    echo $this->transfer($module, $controllerAction['controllerName'], $controllerAction['actionName']);
00321:    return TRUE;
00322:   } else {

1 Tx_Extbase_Dispatcher::callModule("web_BlogExampleTxBlogexampleM1")

/Users/dima/Projects/TYPO3/TYPO3-dev/typo3/mod.php:
00055:   foreach ($TBE_MODULES['_dispatcher'] as $dispatcherClassName) {
00056:    $dispatcher = t3lib_div::makeInstance($dispatcherClassName);
00057:    if ($dispatcher->callModule($temp_M) === TRUE) {
00058:     $isDispatched = TRUE;
00059:     break;

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


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