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.
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.
Hey,
nope i'm afraid not...
Thanks
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.