Forum

session_start(): Fa...
 
Notifications
Retirer tout

session_start(): Failed to decode session object. Session has been destroyed

4 Posts
2 Utilisateurs
0 Reactions
2,135 Vu
(@indieben)
Posts: 13
Active Member
Début du sujet
 
[#8021]

Hello all, 

I have the above error on the latest version of Projeqtor: 

Warning: session_start(): Failed to decode session object. Session has been destroyed in /home/xx/public_html/workflow/planning/tool/projeqtor.php on line 46

Fatal error: Uncaught Error: Call to undefined function htmlGetErrorMessage() in /home/xx/public_html/workflow/planning/model/persistence/Sql.php:272 Stack trace: #0 /home/xx/public_html/workflow/planning/model/persistence/Sql.php(84): Sql::getConnection() #1 /home/xx/public_html/workflow/planning/model/persistence/SqlElement.php(2828): Sql::query('select * from p...') #2 /home/xx/public_html/workflow/planning/model/Parameter.php(1429): SqlElement->getSqlElementsFromCriteria(NULL, false, ' (idUser is nul...') #3 /home/xx/public_html/workflow/planning/tool/projeqtor.php(2884): Parameter::getGlobalParameter('logLevel') #4 /home/xx/public_html/workflow/planning/tool/projeqtor.php(2998): logTracing('Impossible to l...', 1) #5 /home/xx/public_html/workflow/planning/tool/projeqtor.php(1761): errorLog('Impossible to l...') #6 [internal function]: projeqtorAutoload('Zend_Db_Table_R...') #7 [internal function]: spl_autoload_call('Zend_Db_Table_R...') #8 / in /home/xx/public_html/workflow/planning/model/persistence/Sql.php on line 272

I'm just wondering if anybody knows how to fix this, it was working but then it stopped. 

Thanks and Kind Regards. 

indieben. 


 
Posté : 12 Jan PM 19:011
(@babynus)
Posts: 14952
Membre Admin
 

You've got something wierd.

projeqtorAutoload('Zend_Db_Table_R

There is no Class in projeqtor with name starting with Zend_
I guess you have an external framework that's setting the mess with projeqtor.
 


 
Posté : 13 Jan PM 21:011
(@indieben)
Posts: 13
Active Member
Début du sujet
 

Hey,

nope i'm afraid not...

Thanks


 
Posté : 14 Jan AM 03:011
(@babynus)
Posts: 14952
Membre Admin
 

Hi,

Correcponding to source of error : Sql.php on line 272
Source code is 
        echo htmlGetErrorMessage("SQL ERROR : Database type unknown");
So it seems your parameters.php file is not readable, or does not contain db access parameters as expected.


 
Posté : 14 Jan AM 11:011
Share:
Retour en haut