Bonjour à tous,
Quelqu'un pourrait-il m'expliquer pourquoi j'ai l'erreur suivante dès l'installation:
TPhpErrorException
Description
[Notice] Trying to get property of non-object (@line 609 in file C:\wamp\www\horux\protected\portlets\HeaderBox.php).
Fichier Source
C:\wamp\www\horux\protected\portlets\HeaderBox.php (609)
0598:
0599: $username = $this->Application->getUser()->getName();
0600: $guiLog = new TGuiLog();
0601: $guiLog->log($username." is logged out");
0602:
0603: $this->Response->redirect($this->Service->constructUrl('login.login'));
0604: }
0605:
0606: public function isAccess($page)
0607: {
0608: $app = $this->getApplication();
0609: $db = $app->getModule('horuxDb')->DbConnection;
0610:
0611: if(!$db) return true;
0612:
0613: $db->Active=true;
Je précise:
- Serveur Local: WAMP
- Dossier: horux -> c:\wamp\www\hotux et http://localhost/horux.
- j'ai installé la dernère version dézippée dans le répertoire horux.
Merci de votre aide.
Djebel
