Forum

php json error
 
Notifications
Clear all

php json error

2 Posts
2 Users
0 Reactions
1,546 Views
 Dyl'
(@hab)
Posts: 1
New Member
Topic starter
 
[#6881]

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 !


 
Posted : 21 Aug 2020 14H16
(@babynus)
Posts: 14952
Member Admin
 

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.


 
Posted : 25 Aug 2020 20H49
Share:

Scroll to Top