Ad Widget

Collapse

"You are not logged in" error

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • randomUsername
    Junior Member
    • May 2023
    • 3

    #1

    "You are not logged in" error

    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:
    Click image for larger version

Name:	image.png
Views:	611
Size:	22.8 KB
ID:	464722
    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 // 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.
  • Answer selected by randomUsername at 22-05-2023, 21:14.
    randomUsername
    Junior Member
    • May 2023
    • 3

    Okey I think I found the problem. I changed the memory_limit in the php.ini file which caused the application not to run anymore.

    Comment

    • randomUsername
      Junior Member
      • May 2023
      • 3

      #2
      Okey I think I found the problem. I changed the memory_limit in the php.ini file which caused the application not to run anymore.

      Comment

      Working...