Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi !
my First connection with admin/admin - > "Paramètres de connexion incorrects" (in english, incorrect connection parameters)
logs :
2020-08-21 12:01:16.433 ** ERROR ** [] EXCEPTION **
2020-08-21 12:01:16.433 ** ERROR ** [] on file '/var/www/html/projeqtor/db/maintenanceFunctions.php' at line (474)
2020-08-21 12:01:16.434 ** ERROR ** [] cause = Call to undefined function json_encode()
2020-08-21 12:01:16.434 ** ERROR ** [] => #0 /var/www/html/projeqtor/db/maintenance.php (941) -> kanbanPostInstall()
2020-08-21 12:01:16.434 ** ERROR ***** [] => #1 /var/www/html/projeqtor/tool/loginCheck.php (57) -> include()
Can you help me pls
Thks !
You PHP server does not know function " json_encode()"
This function exists since PHP 5.2
So either you are using a very old version of PHP (before V.5.2) or the function is disabled in php.ini.