-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GLPI 10] Error update Uncaught Exception RuntimeException: Empty IN are not allowed in /var/www/glpi/test/src/DBmysqlIterator.php at line 588 #15767
Comments
Hi, Unless the
|
Extra note: PHP 7.4 support has been entirely dropped from a while; you really should consider upgrading. |
@cedric-anne Hi, here are all the logs I have : migration_to_10.0.8.log
php-errors.log
sql-errors.log
|
Nothing is related to the issue itself. I really have no idea how to reproduce this. |
when I apply the modification you made to "src/System/Diagnostic/DatabaseSchemaIntegrityChecker.php", I now get this message the result of the request "php bin/console database:check_schema_integrity" |
What is the content of your |
This is my |
This file looks OK. Really, I do not understand what is the issue. |
I have to manually delete the tables listed in the result of "php bin/console database:check_schema_integrity" ? |
No, check is broken on your specific GLPI installation. I do not know why, but you should just ignore it. |
Code of Conduct
Is there an existing issue for this?
Version
10.0.7
Bug description
Hello ! When i try update glpi 10.0.7 to 10.0.10, i have this error
I have the same error when i try update glpi 10.0.7 to 10.0.8
Relevant log output
Page URL
No response
Steps To reproduce
No response
Your GLPI setup information
GLPI 10.0.7
Installation mode: TARBALL
Current language:fr_FR
Operating system: Linux test 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64
PHP 7.4.33 fpm-fcgi (Core, FFI, PDO, PDO_ODBC, Phar, Reflection, SPL, SimpleXML, Zend OPcache, apc, apcu, bcmath, bz2, calendar,
cgi-fcgi, ctype, curl, date, dom, exif, fileinfo, filter, ftp, gd, gettext, hash, http, iconv, imagick, imap, intl, json, ldap,
libxml, mbstring, mysqli, mysqlnd, odbc, openssl, pcre, pdo_mysql, posix, propro, raphf, readline, session, shmop, soap,
sockets, sodium, standard, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlreader, xmlrpc, xmlwriter, xsl, zip, zlib)
Setup: max_execution_time="30" memory_limit="512M" post_max_size="64M" safe_mode="" session.save_handler="files"
upload_max_filesize="64M"
Software: Apache/2.4.56 (Debian) (Apache/2.4.56 (Debian) Server at support.test.net Port 80
)
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0
Server Software: Debian 11
Server Version: 10.5.19-MariaDB-0+deb11u2-log
Server SQL Mode: STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
Parameters: root@localhost/glpi
Host info: Localhost via UNIX socket
PHP version (7.4.33) is supported.PHP version (7.4.33) 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, json, simplexml.Following extensions are installed: dom, fileinfo, json, simplexml.
curl extension is installed.curl extension is installed.
gd extension is installed.gd extension is installed.
intl extension is installed.intl extension is installed.
libxml extension is installed.libxml 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.5.19) is supported.Database engine version (10.5.19) 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 /var/www/glpi/test/files/_cache has been validated. Write access to /var/www/glpi/test/config has been validated. Write access to /var/www/glpi/test/files/_cron has been validated. Write access to /var/www/glpi/test/files has been validated. Write access to /var/www/glpi/test/files/_dumps has been validated. Write access to /var/www/glpi/test/files/_graphs has been validated. Write access to /var/www/glpi/test/files/_lock has been validated. Write access to /var/www/glpi/test/files/_pictures has been validated. Write access to /var/www/glpi/test/files/_plugins has been validated. Write access to /var/www/glpi/test/files/_rss has been validated. Write access to /var/www/glpi/test/files/_sessions has been validated. Write access to /var/www/glpi/test/files/_tmp has been validated. Write access to /var/www/glpi/test/files/_uploads has been validated.Write access to /var/www/glpi/test/files/_cache has been validated.
Write access to /var/www/glpi/test/config has been validated.
Write access to /var/www/glpi/test/files/_cron has been validated.
Write access to /var/www/glpi/test/files has been validated.
Write access to /var/www/glpi/test/files/_dumps has been validated.
Write access to /var/www/glpi/test/files/_graphs has been validated.
Write access to /var/www/glpi/test/files/_lock has been validated.
Write access to /var/www/glpi/test/files/_pictures has been validated.
Write access to /var/www/glpi/test/files/_plugins has been validated.
Write access to /var/www/glpi/test/files/_rss has been validated.
Write access to /var/www/glpi/test/files/_sessions has been validated.
Write access to /var/www/glpi/test/files/_tmp has been validated.
Write access to /var/www/glpi/test/files/_uploads has been validated.
For security reasons, SELinux mode should be Enforcing.For security reasons, SELinux mode should be Enforcing.
PHP 7.4 official support has ended. An upgrade to a more recent PHP version is recommended.PHP 7.4 official support has ended. An upgrade to a more recent PHP version is recommended.
Web server root directory configuration is not safe as it permits access to non-public files. See installation documentation for more details.Web server root directory configuration is not safe as it permits access to non-public files. See installation documentation for more details.
The following directories should be placed outside "/var/www/glpi/test": ‣ "/var/glpi/test/glpi/test" ("GLPI_VAR_DIR") ‣ "/var/www/glpi/test/config" ("GLPI_CONFIG_DIR") You can ignore this suggestion if your web server root directory is "/var/www/glpi/test/public".The following directories should be placed outside "/var/www/glpi/test":
‣ "/var/www/glpi/test/files" ("GLPI_VAR_DIR")
‣ "/var/www/glpi/test/config" ("GLPI_CONFIG_DIR")
You can ignore this suggestion if your web server root directory is "/var/glpi/test/DSIO/public".
PHP directive "session.cookie_httponly" should be set to "on" to prevent client-side script to access cookie values.PHP directive "session.cookie_httponly" should be set to "on" to prevent client-side script to access cookie values.
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 /var/www/glpi/test/marketplace has been validated.Write access to /var/www/glpi/test/marketplace has been validated.
Timezones seems loaded in database.Timezones seems loaded in database.
Anything else?
No response
The text was updated successfully, but these errors were encountered: