Hello,
I'm stuck on that issue, and I would please ask your help :
At the first click on OK nothing happen, and there is no parameters.php create in logs dir.
But if I click a second time the parameters.php get fill by differents errors messages :
2018-07-04 09:54:57.992 ***** ERROR ***** [] Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.parameter' doesn't exist
2018-07-04 09:54:58.004 ***** ERROR ***** [] For query : select * from parameter where (idUser is null and idProject is null)
2018-07-04 09:54:58.019 ***** ERROR ***** [] Strack trace :
2018-07-04 09:54:58.028 ***** ERROR ***** [] #0 Sql->query called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2286]
2018-07-04 09:54:58.035 ***** ERROR ***** [] #1 SqlElement->getSqlElementsFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\Parameter.php:922]
2018-07-04 09:54:58.043 ***** ERROR ***** [] #2 Parameter->getGlobalParameter called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\UserMain.php:141]
2018-07-04 09:54:58.049 ***** ERROR ***** [] #3 UserMain->__construct called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\User.php:38]
2018-07-04 09:54:58.061 ***** ERROR ***** [] #4 User->__construct called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\tool\projeqtor.php:3023]
2018-07-04 09:54:58.068 ***** ERROR ***** [] #5 getSessionUser called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\tool\projeqtor.php:155]
2018-07-04 09:54:58.077 ***** ERROR ***** [] #6 require_once called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\view\main.php:37]
2018-07-04 09:54:58.123 ***** ERROR ***** [] Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.resource' doesn't exist
2018-07-04 09:54:58.130 ***** ERROR ***** [] For query : desc resource
2018-07-04 09:54:58.143 ***** ERROR ***** [] Strack trace :
2018-07-04 09:54:58.151 ***** ERROR ***** [] #0 Sql->query called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:3309]
2018-07-04 09:54:58.159 ***** ERROR ***** [] #1 SqlElement->getFormatList called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2890]
2018-07-04 09:54:58.166 ***** ERROR ***** [] #2 SqlElement->getDataType called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2249]
2018-07-04 09:54:58.176 ***** ERROR ***** [] #3 SqlElement->getSqlElementsFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2547]
2018-07-04 09:54:58.184 ***** ERROR ***** [] #4 SqlElement->getSingleSqlElementFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\tool\projeqtor.php:195]
2018-07-04 09:54:58.192 ***** ERROR ***** [] #5 require_once called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\view\main.php:37]
2018-07-04 09:54:58.219 ***** ERROR ***** [] Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.resource' doesn't exist
2018-07-04 09:54:58.226 ***** ERROR ***** [] For query : select * from resource where resource.cookieHash='d1e5770a76048bfa89d7e51c27fc4f35' and resource.isUser = '1'
2018-07-04 09:54:58.234 ***** ERROR ***** [] Strack trace :
2018-07-04 09:54:58.243 ***** ERROR ***** [] #0 Sql->query called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2286]
2018-07-04 09:54:58.249 ***** ERROR ***** [] #1 SqlElement->getSqlElementsFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2547]
2018-07-04 09:54:58.257 ***** ERROR ***** [] #2 SqlElement->getSingleSqlElementFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\tool\projeqtor.php:195]
2018-07-04 09:54:58.265 ***** ERROR ***** [] #3 require_once called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\view\main.php:37]
__________________________________
And I can have those errors who are a bit differents :
2018-07-04 10:44:45.937 ***** ERROR ***** [] Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.resource' doesn't exist
2018-07-04 10:44:45.944 ***** ERROR ***** [] For query : select * from resource where resource.name='admin' and resource.isUser = '1'
2018-07-04 10:44:45.951 ***** ERROR ***** [] Strack trace :
2018-07-04 10:44:45.958 ***** ERROR ***** [] #0 Sql->query called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2286]
2018-07-04 10:44:45.964 ***** ERROR ***** [] #1 SqlElement->getSqlElementsFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\model\persistence\SqlElement.php:2547]
2018-07-04 10:44:45.974 ***** ERROR ***** [] #2 SqlElement->getSingleSqlElementFromCriteria called at [C:\Users\Cachatortue\Desktop\projeqtor6.5.6\tool\getHash.php:48]
I guess that the problem is about the DB which is not found by projeqtor according to the first error of both group message error which is :
2018-07-04 10:44:45.937 ***** ERROR ***** [] Exception-[42S02] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'projeqtor.resource' doesn't exist.
Yet I tried severals times to delete mannualy the projeqtor DB on PMA who exist but it's empty, deleting ParametersLocation in order to restart the configuration, but nothing works.
I already clear cache/search history, rebooting my browser and PC.
Thank you for your help.