[TYPO3-team-core-v5] Component "F3_FLOW3_Session_PHP" is not registered?

Ricardo Mieres ricardo.mieres at 502.cl
Tue Sep 9 09:10:30 CEST 2008


Hi everybody


I wondering if I am doing something wrong, I'm working  in the login sys 
  for the CPanel and wanted to use the class F3_FLOW3_Session_PHP but an 
exception is thrown

"#1166550023: Component "F3_FLOW3_Session_PHP" is not registered"

the last call was :

/var/www/controlpanel/Packages/CPanel/Classes/F3_CPanel_User.php:

00038:  public function initBySession(){

00039: 
$this->session=$this->componentFactory->getComponent('F3_FLOW3_Session_PHP');

00040:    $this->session->start();
00041:    $userUid=$this->session->getData('uid');

thank

Ricardo.


More information about the TYPO3-team-core-v5 mailing list