Forum

Projeqtor under Ngi...
 
Notifications
Clear all

Projeqtor under Nginx

46 Posts
2 Users
0 Reactions
49.6 K Views
(@chri-s)
Posts: 32
Active Member
Topic starter
 
[#2386]

Hi Guys,

at first (as i think it is my Problem at the moment) it would be very nice if there would be an addition how i could handle Projeqtor with Nginx.

Kind regards,

Chris


 
Posted : 25 Jun 2015 2H45
(@babynus)
Posts: 14952
Member Admin
 

At first glance, I don't see any issue to replace Apache with Nginx.
You'll have to install PHP with Nginx, what is less easy than PHP as Apache module, but this can be done using PHP-FPM.
You'll find some tutorilas on the web for that : https://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-lemp-on-debian-wheezy


 
Posted : 25 Jun 2015 11H58
(@chri-s)
Posts: 32
Active Member
Topic starter
 

Hi Babynus,

thank you for your answer. Nginx with PHP5-FPM and MySQL are already running (for example with MediaWiki on the same host) - no errors, running fine and smooth. Just when trying to install Projeqtor (no matter which version 4.5.x, 5.0.0, 5.0.1) i am running into issues with Database - therefore i am not sure if its a general connectivity problem or a failing redirect?

But for now i am getting an error running the check tool /tool/configCheck.php -> Module PDO for is not available - check your php configuration (php.ini)

but when trying to run php5-fpm -i the result is, that pdo is enabled for mysql? Any hints for?

Thank you!

PS:

2015-06-29 00:13:28.820 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-06-29 00:13:28.820 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-06-29 00:13:28.820 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-06-29 00:13:28.820 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-06-29 00:13:28.820 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor29.parameter' doesn't exist


 
Posted : 29 Jun 2015 2H09
(@babynus)
Posts: 14952
Member Admin
 

Hi,

First, logged issue is not a real issue : it appears on clean installs before V5.0 (these errors are hidden on V5.0), because database is empty.

Next, if you really get error "Module PDO for is not available - check your php configuration (php.ini)", it means you did not specify the database type.
If should be "mysql" or "pgsql".
Try and reconfigure or set $paramDbType='mysql' in parameters.php file;


 
Posted : 29 Jun 2015 11H42
(@chri-s)
Posts: 32
Active Member
Topic starter
 

Hi,

seems to be alright. $paramDbType='mysql' is set in parameters PHP File. Even the first configurator runs fine. Login is impossible and it seems as the Database isn't filled at all?


 
Posted : 29 Jun 2015 17H00
(@babynus)
Posts: 14952
Member Admin
 

Could you post result of phpinfo(); ?


 
Posted : 29 Jun 2015 17H58
(@chri-s)
Posts: 32
Active Member
Topic starter
 

Hi,

yes, of course, as you can see in the attachment everything seems to be ok? Or is it the Wrong version for?


 
Posted : 29 Jun 2015 19H58
(@babynus)
Posts: 14952
Member Admin
 

I cannot see much.
(no attached file)


 
Posted : 29 Jun 2015 20H20
(@chri-s)
Posts: 32
Active Member
Topic starter
 

Hi,

attached is the phpinfo. As i read it pdo is also defined as it should be?

(Sorry, html was blocked)

Failed to upload file '20150629 PHPINFO.pdf': The file size (5635884) exceeds the maximum set by the administrator.

Can i send it to you via mail?


 
Posted : 30 Jun 2015 1H36
(@babynus)
Posts: 14952
Member Admin
 

send at support@projeqtor.org


 
Posted : 30 Jun 2015 2H17
(@chri-s)
Posts: 32
Active Member
Topic starter
 

thanks, was sent to you.


 
Posted : 30 Jun 2015 12H56
(@babynus)
Posts: 14952
Member Admin
 

Good.
No issue on phpinfo : all required modules are set : 'mysql', 'pdo', 'pdo_mysql' and even 'mbstring'
Only possible issue with modules is incompatibility of version between pdo_mysql and database, but I really don't think issue is here.

Do you still have error message "Module PDO for is not available - check your php configuration (php.ini)" ?
What is weird is that it should display "Module PDO for mysql is not available".
Error message makes me think that $paramDbType is not set.

What you can try :
1) check file /tool/parametersLocation.php : $parametersLocation will tell you which parameters.php file is used.
Open this parameters.php and check value of $paramDbType (check all file to be sure it is not overwritter in the end)

2) if $paramDbType is correctly set, try and add some debug lines in /tool/configCheck.php
For instance, on line 38, add :

var_dump($param);

 
Posted : 30 Jun 2015 14H14
(@chri-s)
Posts: 32
Active Member
Topic starter
 

uhm..something is really going wrong here.

Now it doesn't show anything @checkConfig.php

1. leads forward to files/config/parameters.php which tells me that $paramDbType is set to "mysql"

2. returns just NULL, well that seems problematic.any hints?


 
Posted : 30 Jun 2015 16H52
(@babynus)
Posts: 14952
Member Admin
 

delete /tool/parametersLocation.php to run config again.


 
Posted : 30 Jun 2015 16H59
(@chri-s)
Posts: 32
Active Member
Topic starter
 

Hi,

done, configuration and database were created.
rerun configCheck => NULL?

seems to be a bigger Problem behind all or should i redownload the whole programm once?


 
Posted : 30 Jun 2015 17H22
(@babynus)
Posts: 14952
Member Admin
 

rerun configCheck => NULL?

Why rerun configCheck ?

After database creation, you should just click on button "continue" (pay attention, on some screen, depending on resolutions, you may have to scroll down to see button)


 
Posted : 30 Jun 2015 18H10
(@chri-s)
Posts: 32
Active Member
Topic starter
 

so did i.

Rerun configCheck for Testing Purposes. (after DB Creation and first login try.) Or how long do i have to wait? i tried to login with admin/admin Nothing happens,


 
Posted : 30 Jun 2015 18H14
(@babynus)
Posts: 14952
Member Admin
 

Hi,
After first login, you should wait about 30s, but can be to few minutes, during database population.
If all works fine, you should be able to see progression in log file.

Also be sure to have correct write rights in files/log et files/config folders.


 
Posted : 30 Jun 2015 18H18
(@chri-s)
Posts: 32
Active Member
Topic starter
 

OK,

all from scratch:

Installation Tab filled in Database credentials - db was created, config was written -> continue -> login screen -> "admin/admin" -> Ok -> running circle. No further actions since 5 Minutes - moving on.

complete projeqtor dir was set to owner www-data and via recursive chmod to 755? This should be all things needed, isnt it?


 
Posted : 30 Jun 2015 21H53
(@babynus)
Posts: 14952
Member Admin
 

During first connection, while "running circle", the log file should be filled.
Can you check and post result.


 
Posted : 01 Jul 2015 1H56
(@chri-s)
Posts: 32
Active Member
Topic starter
 

2015-07-01 10:49:21.148 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.148 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.148 ** ERROR ** Strack trace :
2015-07-01 10:49:21.148 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.148 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.149 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:21.149 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:21.149 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:21.149 ** ERROR ** #5 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.149 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.149 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.149 ** ERROR ** Strack trace :
2015-07-01 10:49:21.149 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.149 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.149 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:21.149 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:21.149 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:21.149 ** ERROR ** #5 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.150 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.150 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.150 ** ERROR ** Strack trace :
2015-07-01 10:49:21.150 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.150 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.150 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:21.150 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:21.150 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:21.150 ** ERROR ** #5 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.151 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.151 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.151 ** ERROR ** Strack trace :
2015-07-01 10:49:21.151 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.151 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.151 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:21.151 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:21.151 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:21.151 ** ERROR ** #5 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.153 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.message' doesn't exist
2015-07-01 10:49:21.153 ** ERROR ** For query : desc message
2015-07-01 10:49:21.153 ** ERROR ** Strack trace :
2015-07-01 10:49:21.153 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:2265]
2015-07-01 10:49:21.153 ** ERROR ** #1 SqlElement->getFormatList called at [/var/www/project/model/persistence/SqlElement.php:2014]
2015-07-01 10:49:21.153 ** ERROR ** #2 SqlElement->getDataType called at [/var/www/project/model/persistence/SqlElement.php:1545]
2015-07-01 10:49:21.153 ** ERROR ** #3 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/view/login.php:38]
2015-07-01 10:49:21.153 ** ERROR ** #4 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.153 ** ERROR ** #5 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.153 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.message' doesn't exist
2015-07-01 10:49:21.153 ** ERROR ** For query : select * from message where message.showOnLogin='1' and message.idle='0'
2015-07-01 10:49:21.153 ** ERROR ** Strack trace :
2015-07-01 10:49:21.153 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.153 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/view/login.php:38]
2015-07-01 10:49:21.154 ** ERROR ** #2 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.154 ** ERROR ** #3 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.156 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.type' doesn't exist
2015-07-01 10:49:21.156 ** ERROR ** For query : select id as id, color as name from type where (idle=0 and type.scope='Message') order by type.sortOrder, type.color
2015-07-01 10:49:21.157 ** ERROR ** Strack trace :
2015-07-01 10:49:21.157 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlList.php:122]
2015-07-01 10:49:21.157 ** ERROR ** #1 SqlList->fetchList called at [/var/www/project/model/persistence/SqlList.php:60]
2015-07-01 10:49:21.157 ** ERROR ** #2 SqlList->getList called at [/var/www/project/view/login.php:39]
2015-07-01 10:49:21.157 ** ERROR ** #3 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.157 ** ERROR ** #4 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.157 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.157 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.157 ** ERROR ** Strack trace :
2015-07-01 10:49:21.157 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.157 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.157 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/view/login.php:62]
2015-07-01 10:49:21.157 ** ERROR ** #3 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.157 ** ERROR ** #4 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.167 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.167 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.167 ** ERROR ** Strack trace :
2015-07-01 10:49:21.167 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.167 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.167 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/view/login.php:181]
2015-07-01 10:49:21.167 ** ERROR ** #3 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.167 ** ERROR ** #4 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.168 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.168 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.168 ** ERROR ** Strack trace :
2015-07-01 10:49:21.168 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.168 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.168 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/view/login.php:204]
2015-07-01 10:49:21.168 ** ERROR ** #3 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.168 ** ERROR ** #4 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.169 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.169 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.169 ** ERROR ** Strack trace :
2015-07-01 10:49:21.169 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.169 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.169 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/view/login.php:232]
2015-07-01 10:49:21.169 ** ERROR ** #3 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.169 ** ERROR ** #4 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:21.170 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:21.170 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:21.170 ** ERROR ** Strack trace :
2015-07-01 10:49:21.170 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:21.171 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:21.171 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/view/login.php:238]
2015-07-01 10:49:21.171 ** ERROR ** #3 include called at [/var/www/project/tool/projeqtor.php:170]
2015-07-01 10:49:21.171 ** ERROR ** #4 require_once called at [/var/www/project/view/main.php:37]
2015-07-01 10:49:23.114 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.114 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.114 ** ERROR ** Strack trace :
2015-07-01 10:49:23.114 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.114 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.114 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.114 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.114 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.114 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.115 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.115 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.115 ** ERROR ** Strack trace :
2015-07-01 10:49:23.115 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.115 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.115 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.115 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.115 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.115 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.116 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.116 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.116 ** ERROR ** Strack trace :
2015-07-01 10:49:23.116 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.116 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.116 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.116 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.116 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.116 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.117 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.117 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.117 ** ERROR ** Strack trace :
2015-07-01 10:49:23.117 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.117 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.117 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.117 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.117 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.117 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.142 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.142 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.142 ** ERROR ** Strack trace :
2015-07-01 10:49:23.142 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.142 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.142 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.142 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.142 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.142 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.143 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.143 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.143 ** ERROR ** Strack trace :
2015-07-01 10:49:23.143 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.143 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.143 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.143 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.143 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.143 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.144 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.144 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.144 ** ERROR ** Strack trace :
2015-07-01 10:49:23.144 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.144 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.144 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.144 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.145 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.145 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.145 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.145 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.145 ** ERROR ** Strack trace :
2015-07-01 10:49:23.146 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.146 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.146 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.146 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.146 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.146 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.192 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.192 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.192 ** ERROR ** Strack trace :
2015-07-01 10:49:23.192 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.192 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.192 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.192 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.192 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.192 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.193 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.193 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.193 ** ERROR ** Strack trace :
2015-07-01 10:49:23.193 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.193 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.193 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.193 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.193 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.193 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.194 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.194 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.194 ** ERROR ** Strack trace :
2015-07-01 10:49:23.194 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.194 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.194 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.194 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.194 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.194 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.194 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.194 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.194 ** ERROR ** Strack trace :
2015-07-01 10:49:23.194 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.194 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.195 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.195 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.195 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.195 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.214 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.215 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.215 ** ERROR ** Strack trace :
2015-07-01 10:49:23.215 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.215 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.215 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.215 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.215 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.215 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.215 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.215 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.216 ** ERROR ** Strack trace :
2015-07-01 10:49:23.216 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.216 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.216 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.216 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.216 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.216 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.216 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.216 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.216 ** ERROR ** Strack trace :
2015-07-01 10:49:23.217 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.217 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.217 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.217 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.217 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.217 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.217 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.217 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.217 ** ERROR ** Strack trace :
2015-07-01 10:49:23.217 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.218 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.218 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.218 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.218 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.218 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.240 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.240 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.240 ** ERROR ** Strack trace :
2015-07-01 10:49:23.240 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.240 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.240 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.240 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.240 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.240 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.240 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.240 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.240 ** ERROR ** Strack trace :
2015-07-01 10:49:23.241 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.241 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.241 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.241 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.241 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.241 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.241 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.241 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.241 ** ERROR ** Strack trace :
2015-07-01 10:49:23.241 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.241 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.241 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.241 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.242 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.242 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.242 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.242 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.242 ** ERROR ** Strack trace :
2015-07-01 10:49:23.242 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.242 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.242 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.242 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.242 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.242 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.262 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.262 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.262 ** ERROR ** Strack trace :
2015-07-01 10:49:23.262 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.263 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.263 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.263 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.263 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.263 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.263 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.263 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.263 ** ERROR ** Strack trace :
2015-07-01 10:49:23.263 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.263 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.263 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.263 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.263 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.264 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.264 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.264 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.264 ** ERROR ** Strack trace :
2015-07-01 10:49:23.264 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.264 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.264 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:23.264 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.264 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.264 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:23.265 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:23.265 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:23.265 ** ERROR ** Strack trace :
2015-07-01 10:49:23.265 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:23.265 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:23.265 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:23.265 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:23.265 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:23.265 ** ERROR ** #5 require_once called at [/var/www/project/tool/saveDataToSession.php:30]
2015-07-01 10:49:28.182 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:28.182 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:28.182 ** ERROR ** Strack trace :
2015-07-01 10:49:28.182 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:28.182 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:28.182 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:28.182 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:28.183 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:28.183 ** ERROR ** #5 require_once called at [/var/www/project/tool/getHash.php:30]
2015-07-01 10:49:28.183 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:28.183 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:28.183 ** ERROR ** Strack trace :
2015-07-01 10:49:28.183 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:28.183 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:28.183 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:28.183 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:28.183 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:28.183 ** ERROR ** #5 require_once called at [/var/www/project/tool/getHash.php:30]
2015-07-01 10:49:28.184 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:28.184 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:28.184 ** ERROR ** Strack trace :
2015-07-01 10:49:28.184 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:28.184 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:28.184 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:132]
2015-07-01 10:49:28.184 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:28.184 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:28.184 ** ERROR ** #5 require_once called at [/var/www/project/tool/getHash.php:30]
2015-07-01 10:49:28.185 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2015-07-01 10:49:28.185 ** ERROR ** For query : select * from parameter where (idUser is null and idProject is null)
2015-07-01 10:49:28.185 ** ERROR ** Strack trace :
2015-07-01 10:49:28.185 ** ERROR ** #0 Sql->query called at [/var/www/project/model/persistence/SqlElement.php:1578]
2015-07-01 10:49:28.185 ** ERROR ** #1 SqlElement->getSqlElementsFromCriteria called at [/var/www/project/model/Parameter.php:616]
2015-07-01 10:49:28.185 ** ERROR ** #2 Parameter->getGlobalParameter called at [/var/www/project/model/User.php:137]
2015-07-01 10:49:28.185 ** ERROR ** #3 User->__construct called at [/var/www/project/tool/projeqtor.php:2582]
2015-07-01 10:49:28.185 ** ERROR ** #4 getSessionUser called at [/var/www/project/tool/projeqtor.php:125]
2015-07-01 10:49:28.185 ** ERROR ** #5 require_once called at [/var/www/project/tool/getHash.php:30]


 
Posted : 01 Jul 2015 12H53
(@babynus)
Posts: 14952
Member Admin
 

These errors

2015-07-01 10:49:28.185 ** ERROR ** Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist

should not be displayed : they are normal but hidden on deployment process.

Do you only have these errors logged ?
No other log reporting database update ?


 
Posted : 01 Jul 2015 14H41
(@chri-s)
Posts: 32
Active Member
Topic starter
 

Hi Babynus,

this was the full error report at posting time.

May the SQLSTATE Error was thrown resp. written in the log because i increased the Log Level to "3".

But unfortunately yes, no other log entries are given.

Chris


 
Posted : 01 Jul 2015 15H24
(@babynus)
Posts: 14952
Member Admin
 

May the SQLSTATE Error was thrown resp. written in the log because i increased the Log Level to "3".

No, log level has only effect to desplay also Debug traces. Errors are alwars logged.

Strange you have nothing else.
Do you have any log of NGINX ?
Do you have any error in the browser console ?


 
Posted : 01 Jul 2015 16H11
(@chri-s)
Posts: 32
Active Member
Topic starter
 

OK, then i don't know.

Do you have something special in mind which isn't shown as expected?

Error Log of Nginx just shows some misdirected google Bots for today - and additionally on another site.

I didn't check Browsererrors but as i also changed between IE and Chrome that shouldn't be the point. Do you have a "clear installed" database so that i maybe can place a db dump into my server to see if it's running this way?


 
Posted : 01 Jul 2015 16H45
Page 1 / 2
Share:

Scroll to Top