Skip to content

Error while permanently delete from orders in the trashbin #576

@dennisbrieke

Description

@dennisbrieke

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

11.0.7

Plugin version

2.12.6

Bug description

When deleting an order permenantly from the trashbin. We get an error.

Relevant log output

php-error.log

[2026-05-06 08:03:40] glpi.WARNING:   *** Warning: Cannot modify header information - headers already sent at Html.php line 2093
  Backtrace :
  ./src/Html.php:2093
  ./src/Html.php:1054                                Html::header_nocache()
  ./src/Html.php:1643                                Html::includeHeader()
  :                                                  Html::header()
  ...Application/View/Extension/PhpExtension.php:105 call_user_func_array()
  ...ates/0b/0b004b069ff0a1c16d8177cf6c22210d.php:45 Glpi\Application\View\Extension\PhpExtension->call()
  ./vendor/twig/twig/src/Template.php:402            __TwigTemplate_3bfd0f9d36aa1b67c8188732dbe3982d->doDisplay()
  ./vendor/twig/twig/src/Template.php:358            Twig\Template->yield()
  ./vendor/twig/twig/src/Template.php:373            Twig\Template->display()
  ./vendor/twig/twig/src/TemplateWrapper.php:51      Twig\Template->render()
  .../Glpi/Application/View/TemplateRenderer.php:170 Twig\TemplateWrapper->render()
  ./src/Glpi/Controller/AbstractController.php:68    Glpi\Application\View\TemplateRenderer->render()
  ./src/Glpi/Controller/ErrorController.php:177      Glpi\Controller\AbstractController->render()
  ./vendor/symfony/http-kernel/HttpKernel.php:181    Glpi\Controller\ErrorController->__invoke()
  ./vendor/symfony/http-kernel/HttpKernel.php:76     Symfony\Component\HttpKernel\HttpKernel->handleRaw()
  ...http-kernel/EventListener/ErrorListener.php:117 Symfony\Component\HttpKernel\HttpKernel->handle()
  ...ymfony/event-dispatcher/EventDispatcher.php:260 Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException()
  ...ymfony/event-dispatcher/EventDispatcher.php:220 Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}()
  ...symfony/event-dispatcher/EventDispatcher.php:56 Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
  ./vendor/symfony/http-kernel/HttpKernel.php:239    Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
  ./vendor/symfony/http-kernel/HttpKernel.php:91     Symfony\Component\HttpKernel\HttpKernel->handleThrowable()
  ./vendor/symfony/http-kernel/Kernel.php:208        Symfony\Component\HttpKernel\HttpKernel->handle()
  ./public/index.php:71                              Symfony\Component\HttpKernel\Kernel->handle()

-----------------------------

Error on https://domain/front/massiveaction.php


PHP Warning (2):
Cannot modify header information - headers already sent at Html.php line 1046 in ./src/Html.php at line 1046
PHP Warning (2):
Cannot modify header information - headers already sent at Html.php line 1050 in ./src/Html.php at line 1050
PHP Warning (2):
Cannot modify header information - headers already sent at Html.php line 2092 in ./src/Html.php at line 2092
PHP Warning (2):
Cannot modify header information - headers already sent at Html.php line 2093 in ./src/Html.php at line 2093

An unexpected error occurred
MySQL query error: Unknown column 'plugin_order_orders_id' in 'WHERE' (1054) in SQL query "SELECT * FROM `glpi_plugin_order_orderpayments` WHERE `plugin_order_orders_id` = '1'".
In ./src/DBmysql.php(416)
#0 ./src/DBmysqlIterator.php(129): DBmysql->doQuery()
#1 ./src/DBmysql.php(1088): DBmysqlIterator->execute()
#2 ./src/CommonDBTM.php(969): DBmysql->request()
#3 ./src/CommonDBTM.php(842): CommonDBTM->cleanRelationData()
#4 ./src/CommonDBTM.php(2177): CommonDBTM->deleteFromDB()
#5 ./src/MassiveAction.php(1452): CommonDBTM->delete()
#6 ./src/MassiveAction.php(1348): MassiveAction::processMassiveActionsForOneItemtype()
#7 ./src/MassiveAction.php(1326): MassiveAction->processForSeveralItemtypes()
#8 ./front/massiveaction.php(63): MassiveAction->process()
#9 ./src/Glpi/Controller/LegacyFileLoadController.php(64): require('...')
#10 ./vendor/symfony/http-kernel/HttpKernel.php(181): Glpi\Controller\LegacyFileLoadController->__invoke()
#11 ./vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
#12 ./vendor/symfony/http-kernel/Kernel.php(208): Symfony\Component\HttpKernel\HttpKernel->handle()
#13 ./public/index.php(71): Symfony\Component\HttpKernel\Kernel->handle()
#14 {main}
------------------------------------
cat /var/log/glpi/migration_to_11.0.6.log

2026-05-04 10:33:04 [2@srv-itsm02]
Data migration - glpi_displaypreferences
2026-05-04 10:33:04 [2@srv-itsm02]
Change of the database layout - glpi_tickettemplatepredefinedfields
2026-05-04 10:33:04 [2@srv-itsm02]
Change of the database layout - glpi_changetemplatepredefinedfields
2026-05-04 10:33:04 [2@srv-itsm02]
Change of the database layout - glpi_problemtemplatepredefinedfields
2026-05-04 10:33:04 [2@srv-itsm02]
Change of the database layout - glpi_notificationtargets
2026-05-04 10:33:04 [2@srv-itsm02]
Adding unicity indices - glpi_notificationtargets
2026-05-04 10:33:04 [2@srv-itsm02]
Change of the database layout - glpi_plugins
2026-05-04 10:33:04 [2@srv-itsm02]
Update to 11.0.6 version completed.


cat /var/log/glpi/migration_to_11.0.7.log

2026-05-04 10:33:04 [2@srv-itsm02]
Data migration - glpi_displaypreferences
2026-05-04 10:33:04 [2@srv-itsm02]
Change of the database layout - glpi_notimportedemails
2026-05-04 10:33:05 [2@srv-itsm02]
Update to 11.0.7 version completed.


cat /var/log/glpi/migration_to_2.12.6.log 

2026-03-12 15:56:47 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_configs"
2026-03-12 15:56:47 [2@srv-itsm02]
0 seconds for "Add default order state workflow"
2026-03-12 15:56:47 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_billstates"
2026-03-12 15:56:47 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_billtypes"
2026-03-12 15:56:47 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orderstates"
2026-03-12 15:56:47 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orders"
2026-03-12 15:56:48 [2@srv-itsm02]
1 second for "Installing glpi_plugin_order_orders_items"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_references"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_deliverystates"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Migrate PluginOrderOrder notifications"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orders_suppliers"
2026-03-12 15:56:48 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders_suppliers
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_bills"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orderpayments"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_ordertypes"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_others"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_othertypes"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_preferences"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_references_suppliers"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_surveysuppliers"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_ordertaxes"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_documentcategories"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_referencefrees"
2026-03-12 15:56:48 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_accountsections"
2026-05-04 10:43:59 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_configs
2026-05-04 10:43:59 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_configs
2026-05-04 10:43:59 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_configs"
2026-05-04 10:43:59 [2@srv-itsm02]
0 seconds for "Add default order state workflow"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders
2026-05-04 10:44:00 [2@srv-itsm02]
1 second for "Upgrading glpi_plugin_order_orders"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders_items
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders_items
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders_items
2026-05-04 10:44:00 [2@srv-itsm02]
Update to 2.12.6 version completed.
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_orders_items"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_references
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_references"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_deliverystates
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_deliverystates"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_bills
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Migrate PluginOrderOrder notifications"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orderpayments
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_orderpayments"
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Rename 'othertypes_id' to 'plugin_order_othertypes_id'"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_references_suppliers
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_references_suppliers"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_surveysuppliers
2026-05-04 10:44:00 [2@srv-itsm02]
0 seconds for "Upgrading glpi_plugin_order_surveysuppliers"
2026-05-04 10:44:00 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_ordertaxes
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_configs"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Add default order state workflow"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_billstates"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_billtypes"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orderstates"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orders"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orders_items"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_references"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_deliverystates"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Migrate PluginOrderOrder notifications"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orders_suppliers"
2026-05-05 14:52:12 [2@srv-itsm02]
Change of the database layout - glpi_plugin_order_orders_suppliers
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_bills"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_orderpayments"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_ordertypes"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_others"
2026-05-05 14:52:12 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_othertypes"
2026-05-05 14:52:13 [2@srv-itsm02]
1 second for "Installing glpi_plugin_order_preferences"
2026-05-05 14:52:13 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_references_suppliers"
2026-05-05 14:52:13 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_surveysuppliers"
2026-05-05 14:52:13 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_ordertaxes"
2026-05-05 14:52:13 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_documentcategories"
2026-05-05 14:52:13 [2@srv-itsm02]
0 seconds for "Installing glpi_plugin_order_accountsections"

Page URL

No response

Steps To reproduce

  1. Put a Order into the trash
  2. Go to trashbin
  3. Delete permenantly

Your GLPI setup information

GLPI information
GLPI: 11.0.7 ( => /var/www/html/glpi)
Installation mode: TARBALL
Current language: en_GB
Source Integrity: N/A
Server
Operating system: Linux srv-itsm02 6.8.0-110-generic #​110-Ubuntu SMP PREEMPT_DYNAMIC Thu Mar 19 15:09:20 UTC 2026 x86_64

PHP: 8.3.6 apache2handler

PHP extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, random, Reflection, SPL, session, standard, sodium, apache2handler, mysqlnd, PDO, xml, apcu, bcmath, bz2, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, igbinary, imap, intl, ldap, exif, mysqli, pdo_mysql, Phar, posix, readline, redis, shmop, SimpleXML, soap, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, Zend OPcache

Setup: disable_functions="" max_execution_time="60" max_input_vars="5000" memory_limit="256M" post_max_size="20M" session.cookie_secure="1" session.cookie_httponly="1" session.cookie_samesite="" session.save_handler="files" upload_max_filesize="20M"

Web server: Apache/2.4.58 (Ubuntu) (Apache/2.4.58 (Ubuntu) Server at srv-itsm02 Port 443)

User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0

Database:

Server Software: Ubuntu 24.04

Server Version: 10.11.14-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/glpi

Host info: Localhost via UNIX socket

Requirements:
PHP version (8.3.6) is supported.
OS and PHP are relying on 64 bits integers.
Sessions configuration is OK.
Allocated memory is sufficient.
Following extensions are installed: dom, fileinfo, filter, libxml, simplexml, tokenizer, xmlreader, xmlwriter.
mysqli extension is installed
curl extension is installed
gd extension is installed
intl extension is installed
mbstring extension is installed
zlib extension is installed
bcmath extension is installed
The constant SODIUM_CRYPTO_AEAD_XCHACHA20POLY1305_IETF_NPUBBYTES is present.
openssl extension is installed
Database engine version (10.11.14) is supported.
The log file has been created successfully.
Write access to /var/lib/glpi/_cache has been validated.
Write access to /var/lib/glpi/_cron has been validated.
Write access to /var/lib/glpi has been validated.
Write access to /var/lib/glpi/_graphs has been validated.
Write access to /var/lib/glpi/_lock has been validated.
Write access to /var/lib/glpi/_pictures has been validated.
Write access to /var/lib/glpi/_plugins has been validated.
Write access to /var/lib/glpi/_rss has been validated.
Write access to /var/lib/glpi/_sessions has been validated.
Write access to /var/lib/glpi/_tmp has been validated.
Write access to /var/lib/glpi/_uploads has been validated.

Sessions configuration is secured.
exif extension is installed
ldap extension is installed
Following extensions are installed: bz2, Phar, zip.
Zend OPcache extension is installed
Following extensions are installed: ctype, iconv, sodium.
Write access to /var/www/html/glpi/marketplace has been validated.
Timezones seems loaded in database.


GLPI constants

GLPI_ROOT: "/var/www/html/glpi"
GLPI_VERSION: "11.0.7"
GLPI_SCHEMA_VERSION: "11.0.7"
GLPI_FILES_VERSION: "11.0.7-49a93008"
GLPI_MIN_PHP: "8.2"
GLPI_MAX_PHP: "8.5"
GLPI_YEAR: "2026"
GLPI_I18N_DIR: "/var/www/html/glpi/locales"
GLPI_CONFIG_DIR: "/etc/glpi/"
GLPI_VAR_DIR: "/var/lib/glpi"
GLPI_DOC_DIR: "/var/lib/glpi"
GLPI_CACHE_DIR: "/var/lib/glpi/_cache"
GLPI_CRON_DIR: "/var/lib/glpi/_cron"
GLPI_GRAPH_DIR: "/var/lib/glpi/_graphs"
GLPI_LOCAL_I18N_DIR: "/var/lib/glpi/_locales"
GLPI_LOCK_DIR: "/var/lib/glpi/_lock"
GLPI_PICTURE_DIR: "/var/lib/glpi/_pictures"
GLPI_PLUGIN_DOC_DIR: "/var/lib/glpi/_plugins"
GLPI_RSS_DIR: "/var/lib/glpi/_rss"
GLPI_SESSION_DIR: "/var/lib/glpi/_sessions"
GLPI_TMP_DIR: "/var/lib/glpi/tmp"
GLPI_UPLOAD_DIR: "/var/lib/glpi/uploads"
GLPI_INVENTORY_DIR: "/var/lib/glpi/inventories"
GLPI_THEMES_DIR: "/var/lib/glpi/themes"
GLPI_LOG_DIR: "/var/log/glpi"
GLPI_ENVIRONMENT_TYPE: "production"
GLPI_MARKETPLACE_DIR: "/var/www/html/glpi/marketplace"
GLPI_ALLOW_IFRAME_IN_RICH_TEXT: false
GLPI_SERVERSIDE_URL_ALLOWLIST: ["~^\n (http|https|feed):// # protocol\n (\n (?:\n (?:xn--[a-z0-9-]++\.)*+xn--[a-z0-9-]++ # a domain name using punycode\n |\n (?:[\pL\pN\pS\pM\-\
]++\.)+[\pL\pN\pM]++ # a multi-level domain name\n |\n [a-z0-9\-\
]++ # a single-level domain name\n )\.?\n | # or\n \d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3} # an IP address\n | # or\n \[\n (?:(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){6})(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:::(?:(?:(?:[0-9a-f]{1,4})):){5})(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:(?:(?:(?:[0-9a-f]{1,4})))?::(?:(?:(?:[0-9a-f]{1,4})):){4})(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){0,1}(?:(?:[0-9a-f]{1,4})))?::(?:(?:(?:[0-9a-f]{1,4})):){3})(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){0,2}(?:(?:[0-9a-f]{1,4})))?::(?:(?:(?:[0-9a-f]{1,4})):){2})(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){0,3}(?:(?:[0-9a-f]{1,4})))?::(?:(?:[0-9a-f]{1,4})):)(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){0,4}(?:(?:[0-9a-f]{1,4})))?::)(?:(?:(?:(?:(?:[0-9a-f]{1,4})):(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9]))\.){3}(?:(?:25[0-5]|(?:[1-9]|1[0-9]|2[0-4])?[0-9])))))))|(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){0,5}(?:(?:[0-9a-f]{1,4})))?::)(?:(?:[0-9a-f]{1,4})))|(?:(?:(?:(?:(?:(?:[0-9a-f]{1,4})):){0,6}(?:(?:[0-9a-f]{1,4})))?::))))\n \] # an IPv6 address\n )\n (?:/ (?:[\pL\pN\pS\pM\-.
\~!$&'()+,;=:@]|%[0-9A-Fa-f]{2}) )* # a path\n (?:\? (?:[\pL\pN\-.
\~!$&'\\+,;=:@/?]|%[0-9A-Fa-f]{2}) )? # a query (optional)\n $~ixuD"]
GLPI_DISALLOWED_UPLOADS_PATTERN: "/\.(php\d*|phar)$/i"
GLPI_TELEMETRY_URI: "https://telemetry.glpi-project.org"
GLPI_INSTALL_MODE: "TARBALL"
GLPI_NETWORK_MAIL: "glpi@teclib.com"
GLPI_NETWORK_SERVICES: "https://services.glpi-network.com"
GLPI_MARKETPLACE_ENABLE: 3
GLPI_MARKETPLACE_PRERELEASES: false
GLPI_MARKETPLACE_ALLOW_OVERRIDE: true
GLPI_MARKETPLACE_MANUAL_DOWNLOADS: true
GLPI_USER_AGENT_EXTRA_COMMENTS: ""
GLPI_DOCUMENTATION_ROOT_URL: "https://links.glpi-project.org"
GLPI_DISABLE_ONLY_FULL_GROUP_BY_SQL_MODE: "1"
GLPI_LOG_LVL: "warning"
GLPI_SKIP_UPDATES: false
GLPI_STRICT_ENV: false
GLPI_AJAX_DASHBOARD: "1"
GLPI_CALDAV_IMPORT_STATE: 0
GLPI_CENTRAL_WARNINGS: "1"
GLPI_SYSTEM_CRON: false
GLPI_TEXT_MAXSIZE: "4000"
GLPI_WEBHOOK_ALLOW_RESPONSE_SAVING: "0"
GLPI_WEBHOOK_CRA_MANDATORY: false
GLPI_ALTCHA_MODE: "interactive"
GLPI_ALTCHA_MAX_NUMBER: 50000
GLPI_ALTCHA_EXPIRATION_INTERVAL: "PT20M"
GLPI_PLUGINS_DIRECTORIES: ["/var/www/html/glpi/marketplace","/var/www/html/glpi/plugins"]
GLPI_NETWORK_API_URL: "https://services.glpi-network.com/api"
GLPI_NETWORK_REGISTRATION_API_URL: "https://services.glpi-network.com/api/registration/"
GLPI_MARKETPLACE_PLUGINS_API_URI: "https://services.glpi-network.com/api/marketplace/"

LDAP directories

Server: 'server.com.local',
Port: '389',
BaseDN: 'OU=SERVER,DC=com,DC=local',
Connection filter: '(&(objectClass=user)(objectCategory=person)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))',
RootDN: 'CN=glpi itsm,OU=Administrative Konten,DC=com,DC=local',
Use TLS: none

SQL replicas

Not active

Notifications

Way of sending emails: PHP

Plugins list

glpiinventory Name: GLPI Inventory Version: 1.6.7 State: Enabled Install Method: Marketplace
order Name: Order Management Version: 2.12.6 State: Enabled Install Method: Marketplace
mod Name: UI Branding Version: 11.0.4 State: Enabled Install Method: Marketplace

Anything else?

SHOW COLUMNS FROM glpi_plugin_order_orderpayments;
+---------+------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+---------+------------------+------+-----+---------+----------------+
| id | int(10) unsigned | NO | PRI | NULL | auto_increment |
| name | varchar(255) | YES | MUL | NULL | |
| comment | text | YES | | NULL | |
+---------+------------------+------+-----+---------+----------------+

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