glpi-project / glpi

GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
https://glpi-project.org
GNU General Public License v3.0
4.36k stars 1.3k forks source link

Upgrade from 9.4.6 to 9.5.0 - No Dashboard #7681

Closed musahi0128 closed 4 years ago

musahi0128 commented 4 years ago

Describe the bug

I'm upgrading from 9.4.6 to 9.5.0 and i don't have the default dashboard.

Page(s) URL

http://{host ip}/glpi/front/central.php

To reproduce

Steps to reproduce the behavior:

  1. Go to GLPI page
  2. Login as user GLPI
  3. ..
  4. No dashboard

Expected behavior

The dashboard should be there

Screenshots

image This is how my instance look like.

image image This is how it should look like

Your GLPI setup (you can find it in Setup > General menu, System tab)

{
    "glpi": {
        "uuid": "H7zAmC0LNLm2oSIIWju94mccR3bjQznYHnL306dx",
        "version": "9.5.0",
        "plugins": [
            {
                "key": "fusioninventory",
                "version": "9.5.0+1.0"
            },
            {
                "key": "treeview",
                "version": "1.9.0"
            }
        ],
        "default_language": "en_GB",
        "install_mode": "TARBALL",
        "usage": {
            "avg_entities": "0-500",
            "avg_computers": "0-500",
            "avg_networkequipments": "0-500",
            "avg_tickets": "0-500",
            "avg_problems": "0-500",
            "avg_changes": "0-500",
            "avg_projects": "0-500",
            "avg_users": "0-500",
            "avg_groups": "0-500",
            "ldap_enabled": false,
            "mailcollector_enabled": false,
            "notifications_modes": []
        }
    },
    "system": {
        "db": {
            "engine": "(Ubuntu)",
            "version": "8.0.20-0ubuntu0.20.04.1",
            "size": "71.6",
            "log_size": "",
            "sql_mode": ""
        },
        "web_server": {
            "engine": "",
            "version": ""
        },
        "php": {
            "version": "7.4.3",
            "modules": [
                "Core",
                "date",
                "libxml",
                "openssl",
                "pcre",
                "zlib",
                "filter",
                "hash",
                "Reflection",
                "SPL",
                "session",
                "standard",
                "sodium",
                "apache2handler",
                "mysqlnd",
                "PDO",
                "xml",
                "apcu",
                "bz2",
                "calendar",
                "ctype",
                "curl",
                "dom",
                "mbstring",
                "FFI",
                "fileinfo",
                "ftp",
                "gd",
                "gettext",
                "iconv",
                "imap",
                "intl",
                "json",
                "ldap",
                "exif",
                "mysqli",
                "pdo_mysql",
                "apc",
                "posix",
                "readline",
                "shmop",
                "SimpleXML",
                "sockets",
                "sysvmsg",
                "sysvsem",
                "sysvshm",
                "tokenizer",
                "xmlreader",
                "xmlrpc",
                "xmlwriter",
                "xsl",
                "zip",
                "Phar",
                "Zend OPcache"
            ],
            "setup": {
                "max_execution_time": "30",
                "memory_limit": "128M",
                "post_max_size": "8M",
                "safe_mode": false,
                "session": "files",
                "upload_max_filesize": "2M"
            }
        },
        "os": {
            "family": "Linux",
            "distribution": "",
            "version": "5.4.0-40-generic"
        }
    }
}

Additional context

musahi0128 commented 4 years ago

Turn out it was my browser

Microsoft Edge Version 83.0.478.61

husisusi commented 4 years ago

Just logout and logon

trasher commented 4 years ago

Tested on our side, this works well on the same edge version; so this is certinaly a session isue; just proceed like @husisusi says :)