Skip to content

Package management page. some JavaScript errors, the package cannot be managed. #711

@tedxuyuan

Description

@tedxuyuan

Code of Conduct

  • I agree to follow this project's Code of Conduct

Is there an existing issue for this?

  • I have searched the existing issues

GLPI Version

10.0.19

Plugin version

1.5.3

Bug description

Image

Clicking the + button, no respond.

Apache configuration:

<VirtualHost *:443>
ServerName glpi.server.local

DocumentRoot /glpi/public

SSLEngine on
SSLCertificateFile /root/.acme.sh/xxxxxx/fullchain.cer
SSLCertificateKeyFile /root/.acme.sh/xxxxxx/raresoft.net.key

<Directory /glpi/public>
    Require all granted

    RewriteEngine On

    # Ensure authorization headers are passed to PHP.
    # Some Apache configurations may filter them and break usage of API, CalDAV, ...
    RewriteCond %{HTTP:Authorization} ^(.+)$
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    # Redirect all requests to GLPI router, unless file exists.
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [QSA,L]
</Directory>

Alias /pluginsinventory /glpi/plugins/glpiinventory

<Directory /glpi/plugins/glpiinventory>
    Require all granted
    AllowOverride All
</Directory>

Relevant log output

seems like a frontend issue, no relevant  logs

Page URL

No response

Steps To reproduce

No response

Your GLPI setup information

Operating system: Linux glpi 6.8.0-71-generic #​71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
PHP 8.3.6 apache2handler (Core, FFI, PDO, Phar, Reflection, SPL, SimpleXML, Zend OPcache, apache2handler, apcu, bcmath, bz2,
calendar, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, iconv, imagick, imap, intl, json, ldap,
libxml, mbstring, mysqli, mysqlnd, openssl, pcre, pdo_mysql, posix, random, readline, session, shmop, soap, sockets, sodium,
standard, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, zlib)
Setup: max_execution_time="30" memory_limit="128M" post_max_size="300M" safe_mode="" session.save_handler="files"
upload_max_filesize="200M" disable_functions=""
Software: Apache/2.4.58 (Ubuntu) (Apache/2.4.58 (Ubuntu) Server at 192.168.200.192 Port 443
)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36 Edg/138.0.0.0
Server Software: Ubuntu 24.04
Server Version: 10.11.13-MariaDB-0ubuntu0.24.04.1
Server SQL Mode: STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
Parameters: glpi@localhost/glpidb
Host info: Localhost via UNIX socket

PHP version (8.3.6) is supported.PHP version (8.3.6) is supported.
Sessions configuration is OK.Sessions configuration is OK.
Allocated memory is sufficient.Allocated memory is sufficient.
mysqli extension is installed.mysqli extension is installed.
Following extensions are installed: dom, fileinfo, filter, libxml, json, simplexml, xmlreader, xmlwriter.Following extensions are installed: dom, fileinfo, filter, libxml, json, simplexml, xmlreader, xmlwriter.
curl extension is installed.curl extension is installed.
gd extension is installed.gd extension is installed.
intl extension is installed.intl extension is installed.
zlib extension is installed.zlib extension is installed.
The constant SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES is present.The constant SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES is present.
Database engine version (10.11.13) is supported.Database engine version (10.11.13) is supported.
No files from previous GLPI version detected.No files from previous GLPI version detected.
The log file has been created successfully.The log file has been created successfully.
Write access to /glpi_files/_cache has been validated. Write access to /glpi_files/_cron has been validated. Write access to /glpi_files has been validated. Write access to /glpi_files/_dumps has been validated. Write access to /glpi_files/_graphs has been validated. Write access to /glpi_files/_lock has been validated. Write access to /glpi_files/_pictures has been validated. Write access to /glpi_files/_plugins has been validated. Write access to /glpi_files/_rss has been validated. Write access to /glpi_files/_sessions has been validated. Write access to /glpi_files/_tmp has been validated. Write access to /glpi_files/_uploads has been validated.Write access to /glpi_files/_cache has been validated.
Write access to /glpi_files/_cron has been validated.
Write access to /glpi_files has been validated.
Write access to /glpi_files/_dumps has been validated.
Write access to /glpi_files/_graphs has been validated.
Write access to /glpi_files/_lock has been validated.
Write access to /glpi_files/_pictures has been validated.
Write access to /glpi_files/_plugins has been validated.
Write access to /glpi_files/_rss has been validated.
Write access to /glpi_files/_sessions has been validated.
Write access to /glpi_files/_tmp has been validated.
Write access to /glpi_files/_uploads has been validated.

Web server root directory configuration seems safe.Web server root directory configuration seems safe.
Sessions configuration is secured.Sessions configuration is secured.
OS and PHP are relying on 64 bits integers.OS and PHP are relying on 64 bits integers.
exif extension is installed.exif extension is installed.
ldap extension is installed.ldap extension is installed.
openssl extension is installed.openssl extension is installed.
Following extensions are installed: bz2, Phar, zip.Following extensions are installed: bz2, Phar, zip.
Zend OPcache extension is installed.Zend OPcache extension is installed.
Following extensions are installed: ctype, iconv, mbstring, sodium.Following extensions are installed: ctype, iconv, mbstring, sodium.
Write access to /glpi/marketplace has been validated.Write access to /glpi/marketplace has been validated.
Access to timezone database (mysql) is not allowed.Access to timezone database (mysql) is not allowed.

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions