Hello,
I installed Zabbix on a Ubuntu 22.04 VM in hopes of testing it together with iTop and GPLI. At first I could log in into Zabbix but after installing GLPI I got the follwing error every time I logged in:

I did not really change much in the php.conf file or similar. The only changes I did were the following:
Did someone encounter this problem before?
Also on a sidenote is it possible to search for similar problems in the forum? Because I did not find a search button or anything similar.
I installed Zabbix on a Ubuntu 22.04 VM in hopes of testing it together with iTop and GPLI. At first I could log in into Zabbix but after installing GLPI I got the follwing error every time I logged in:
I did not really change much in the php.conf file or similar. The only changes I did were the following:
PHP Code:
memory_limit = 64M ; // max memory limit
file_uploads = on ;
max_execution_time = 600 ; // not mandatory but recommended
session.auto_start = off ;
session.use_trans_sid = 0 ; // not mandatory but recommended
Did someone encounter this problem before?
Also on a sidenote is it possible to search for similar problems in the forum? Because I did not find a search button or anything similar.
Comment