This is the list of error messages, as found in die() and exit() expressions.
Message | File | Line |
---|---|---|
sprintf('Multiple calendar items found with uuid %s. Unable to determine which item should be returned.', $uid) | /src/CalDAV/Traits/CalDAVUriUtilTrait.php | 228 |
sprintf('Invalid format for "%s" value', $field) | /src/Console/Migration/AbstractPluginToCoreCommand.php | 160 |
sprintf('Invalid configuration for cache context "%s".', $context) | /src/Cache/CacheManager.php | 438 |
'Missing event class for mode ' . $data['mode'] . ' (' . $eventclass . ')' | /src/NotificationEvent.php | 197 |
"Invalid file hook: '$hook'" | /src/Plugin/HookManager.php | 86 |
sprintf('Unable to clone elements of class %s as it does not extends "CommonDBConnexity"', $classname) | /src/Features/Clonable.php | 106 |
"Invalid item hook: '$hook'" | /src/Plugin/HookManager.php | 136 |
"Invalid functional hook: '$hook'" | /src/Plugin/HookManager.php | 113 |
sprintf(__('Some properties are not known: %1$s'), implode(', ', array_keys($unknown))) | /src/Inventory/Conf.php | 713 |
sprintf('getFromDB expects to get one result, %1$s found!', count($iterator)) | /src/Dashboard/Dashboard.php | 117 |
'Phone/Computer MAC linked' | /src/Inventory/Asset/NetworkPort.php | 292 |
sprintf(__('Property %1$s does not exists!'), $name) | /src/Inventory/Conf.php | 752 |
"Error preparing query $insert_query" | /src/Inventory/Asset/NetworkPort.php | 432 |
"Error preparing query $insert_query" | /src/Inventory/Asset/NetworkPort.php | 402 |
sprintf('Invalid itemtype "%s" for fkey "%s".', $kn_itemtype, $kn_fkey) | /src/Api/API.php | 2858 |
sprintf('Invalid value: "%s" doesn\'t exist.', $kn_fkey) | /src/Api/API.php | 2846 |
sprintf('Cache directory "%s" is not writeable.', $tpl_cachedir) | /src/Application/View/TemplateRenderer.php | 89 |
get_class($item) . " is not allowed for this parameter type." | /src/ContentTemplates/Parameters/AbstractParameters.php | 75 |
"With COUNT and DISTINCT, you must specify exactly one field, or use 'COUNT DISTINCT'" | /src/DBmysqlIterator.php | 241 |
"Missing table name" | /src/DBmysqlIterator.php | 276 |
sprintf('Cannot instanciate "%s" as it is an abstract class.', $itemtype) | /src/DbUtils.php | 411 |
"Table $table does not exists" | /src/DbUtils.php | 584 |
"Missing group by field" | /src/DBmysqlIterator.php | 319 |
"Invalid order clause" | /src/DBmysqlIterator.php | 375 |
"Missing table name" | /src/DBmysqlIterator.php | 292 |
'Criteria found both inside and outside "WHERE" key. Some of them will be ignored' | /src/DBmysqlIterator.php | 305 |
__('default_value must be 0 or 1') | /src/Migration.php | 274 |
__('default_value must be numeric') | /src/Migration.php | 312 |
"BAD JOIN, value must be [ table => criteria ]" | /src/DBmysqlIterator.php | 663 |
"BAD FOREIGN KEY, should be [ table1 => key1, table2 => key2 ] or [ table1 => key1, table2 => key2, [criteria]]" | /src/DBmysqlIterator.php | 717 |
sprintf('Unable to parse calendar data from URL "%s"', $planning_params['url']) | /src/Planning.php | 2163 |
sprintf('No VCalendar object found at URL "%s"', $planning_params['url']) | /src/Planning.php | 2170 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/NetworkPort.php | 89 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/NetworkPort.php | 109 |
"Duplicate key $optid ({$options[$type][$optid]['name']}/{$opt['name']}) in " . get_class($this) . " searchOptions!" | /src/CommonDBTM.php | 3681 |
'Unable to add locked field!' | /src/CommonDBTM.php | 1732 |
sprintf('Unable to clean elements of class %s as it does not extends "CommonDBConnexity"', $classname) | /src/CommonDBTM.php | 920 |
sprintf('getFromDBByRequest expects to get one result, %1$s found in query "%2$s".', count($iterator), $iterator->getSql( )) | /src/CommonDBTM.php | 434 |
"The picture '{$src_file}' referenced by the {$owner_type} with ID {$owner_id} does not exist" | /src/CommonDBTM.php | 5965 |
'Missing entity ID!' | /src/CommonDBTM.php | 4338 |
"$value exceed 255 characters long (" . strlen($value) . "), it will be truncated." | /src/CommonDBTM.php | 4139 |
"Duplicate key $optid ({$all_options[$optid]['name']}/{$opt['name']}) in " . self::class . " searchOptionsToAdd for $itemtype!" | /src/CommonDBTM.php | 3777 |
sprintf('findVirtualMachine expects to get one result, %1$s found in query "%2$s".', count($iterator), $iterator->getSql( )) | /src/ComputerVirtualMachine.php | 495 |
"Failed to delete " . get_class($commondb_relation) | /src/CommonDBTM.php | 6059 |
"Failed to delete " . get_class($commondb_relation) | /src/CommonDBTM.php | 6075 |
"Failed to add " . get_class($commondb_relation) | /src/CommonDBTM.php | 6096 |
sprintf('Entity config "%s" should be get using its reference field "%s" with a "0" default value', $fieldval, $fieldref) | /src/Entity.php | 3187 |
sprintf(__('Invalid configuration for %1$s folder in receiver %2$s'), $folder, $this->getName( )) | /src/MailCollector.php | 1781 |
'Missing type for Ticket template!' | /src/CommonITILObject.php | 7636 |
'Count on tabs has been disabled; crontask is inefficient.' | /src/SavedSearch.php | 1213 |
'Use "GLPIKey::encrypt()"' | /src/Toolbox.php | 249 |
"This method is deprecated. Use displayCentralHeader() instead" | /src/CommonDropdown.php | 208 |
'Use "Glpi\Toolbox\Sanitizer::sanitize()"' | /src/Toolbox.php | 279 |
'Use "GLPIKey::decrypt()"' | /src/Toolbox.php | 259 |
'Use either native trigger_error($msg, E_USER_NOTICE) to log notices,' . ' either Glpi\\Application\\ErrorHandler::handleException() to log exceptions,' . ' either Toolbox::logInfo() or Toolbox::logDebug() to log messages not related to errors.' | /src/Toolbox.php | 415 |
'Use "Glpi\Toolbox\Sanitizer::unsanitize()"' | /src/Toolbox.php | 297 |
'Use either native trigger_error($msg, E_USER_WARNING) to log errors,' . ' either Glpi\\Application\\ErrorHandler::handleException() to log exceptions,' . ' either Toolbox::logInfo() or Toolbox::logDebug() to log messages not related to errors.' | /src/Toolbox.php | 449 |
'Use either native trigger_error($msg, E_USER_WARNING) to log warnings,' . ' either Glpi\\Application\\ErrorHandler::handleException() to log exceptions,' . ' either Toolbox::logInfo() or Toolbox::logDebug() to log messages not related to errors.' | /src/Toolbox.php | 436 |
sprintf('Writing private property %s::%s is deprecated', __CLASS__, $property) | /src/Profile.php | 101 |
'Use native str_starts_with() function.' | /src/Toolbox.php | 2768 |
'Use Glpi\Toolbox\RichText::getEnhancedHtml()' | /src/Toolbox.php | 2951 |
'Use native str_ends_with() function.' | /src/Toolbox.php | 2786 |
sprintf('Writing private property %s::%s is deprecated', __CLASS__, $property) | /src/MassiveAction.php | 495 |
sprintf('Reading private property %s::%s is deprecated', __CLASS__, $property) | /src/MassiveAction.php | 456 |
'Using "certificates" option in NotificationTargetCertificate is deprecated.' | /src/NotificationTargetCertificate.php | 74 |
'The parameters for Search::addOrderBy have changed to allow sorting by multiple fields. Please update your calling code.' | /src/Search.php | 3496 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/MassiveAction.php | 501 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/MassiveAction.php | 462 |
'No email address is not defined in configuration.' | /src/Config.php | 3852 |
'No-Reply address is not defined in configuration.' | /src/Config.php | 3834 |
'Several elements exists in rack at same place :(' | /src/Rack.php | 841 |
'Several elements exists in rack at same place :(' | /src/Rack.php | 827 |
'Unable to get security key file contents.' | /src/GLPIKey.php | 127 |
'You must create a security key, see glpi:security:change_key command.' | /src/GLPIKey.php | 123 |
sprintf('Protocol "%s" is already defined and cannot be overwritten.', $key) | /src/Toolbox.php | 2022 |
'' | /src/Telemetry.php | 289 |
'Invalid value returned by "mail_server_protocols" hook.' | /src/Toolbox.php | 2043 |
sprintf('Invalid specs for protocol "%s".', $key) | /src/Toolbox.php | 2034 |
sprintf('Invalid specs for protocol "%s".', $protocol_type) | /src/Toolbox.php | 2106 |
sprintf('Invalid specs for protocol "%s".', $protocol_type) | /src/Toolbox.php | 2077 |
"Calling getDecimalNumbers on $type" | /src/Toolbox.php | 3453 |
"Calling isFloat on $type" | /src/Toolbox.php | 3431 |
"{$file} file not found from plugin $plugin!" | /src/Html.php | 1886 |
"JS lib $name is not known!" | /src/Html.php | 6299 |
sprintf('Debug tab "%s"(%s) display callable is invalid.', $tab_info['title'] ?? '', $tab_id) | /src/Html.php | 818 |
"{$file} file not found from plugin $plugin!" | /src/Html.php | 1860 |
'Requested file ' . $path . ' does not exists.' | /src/Html.php | 6736 |
'Requested file ' . $path . ' is outside GLPI file tree.' | /src/Html.php | 6746 |
"{$file} file not found from plugin {$plugin}!" | /src/Html.php | 6382 |
"{$file} file not found from plugin {$plugin}!" | /src/Html.php | 6406 |
sprintf('Security key file path (%s) is not writable.', $this->keyfile) | /src/GLPIKey.php | 171 |
'Unable to write security key file contents.' | /src/GLPIKey.php | 191 |
'Invalid security key file contents.' | /src/GLPIKey.php | 131 |
'Unable to get security legacy key file contents.' | /src/GLPIKey.php | 150 |
'Unable to decrypt string. It may have been crypted with another key.' | /src/GLPIKey.php | 425 |
"Unknown type $extratype" | /src/Notification_NotificationTemplate.php | 532 |
'Error during encrypted data update in database.' | /src/GLPIKey.php | 197 |
'Unable to extract nonce from string. It may not have been crypted with sodium functions.' | /src/GLPIKey.php | 409 |
sprintf('Usage of signed integers in primary or foreign keys is discouraged, please use unsigned integers instead in `%s`.`%s`.', $table_matches['table'], $field_matches['field']) | /src/DBmysql.php | 2003 |
'Usage of "DATETIME" fields is discouraged, please use "TIMESTAMP" fields instead.' | /src/DBmysql.php | 1990 |
'Usage of "MyISAM" engine is discouraged, please use "InnoDB" engine.' | /src/DBmysql.php | 1985 |
sprintf('Usage of "%s" charset/collation detected, should be "%s"', $charset_matches['invalid'], str_replace('utf8mb4', 'utf8', $charset_matches['invalid'])) | /src/DBmysql.php | 1974 |
sprintf('getFromDBByCrit expects to get one result, %1$s found in query "%2$s".', count($iter), $iter->getSql( )) | /src/CommonDBTM.php | 389 |
sprintf('getFromDB expects to get one result, %1$s found in query "%2$s".', count($iterator), $iterator->getSql( )) | /src/CommonDBTM.php | 313 |
'A value seems missing, criterion was: ' . $criterion | /src/RuleImportAsset.php | 400 |
'A value seems missing, criterion was: ' . $criterion | /src/RuleImportAsset.php | 389 |
"Table $table does not exists" | /src/DBmysql.php | 1170 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/Profile.php | 107 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/Profile.php | 89 |
__METHOD__ . ' should not be called!' | /src/NotificationEventAjax.php | 79 |
sprintf('Usage of "%s" charset/collation detected, should be "%s"', $charset_matches['invalid'], str_replace('utf8', 'utf8mb4', $charset_matches['invalid'])) | /src/DBmysql.php | 1965 |
'Unable to set DB savepoint because no transaction was started' | /src/DBmysql.php | 1649 |
'A database transaction has already been started!' | /src/DBmysql.php | 1634 |
'Update would change too many rows!' | /src/DBmysql.php | 1476 |
'Item type is mandatory' | /src/Document_Item.php | 86 |
sprintf('No class found for type %s', $input['itemtype']) | /src/Document_Item.php | 91 |
'Item ID is mandatory' | /src/Document_Item.php | 99 |
'Document ID is mandatory' | /src/Document_Item.php | 104 |
"CAS lib not installed" | /src/Auth.php | 493 |
sprintf('Unable to load Certificate "%s".', $certificate_id) | /src/Certificate.php | 744 |
'Sub type not specified creating a new rule' | /src/Rule.php | 2041 |
'Wired non unique!' | /src/NetworkPort_NetworkPort.php | 268 |
"Failed to create PendingReason_Item" | /src/PendingReason_Item.php | 100 |
"Failed to update PendingReason_Item, no item found" | /src/PendingReason_Item.php | 122 |
"Failed to update PendingReason_Item" | /src/PendingReason_Item.php | 130 |
"Failed to delete PendingReason_Item" | /src/PendingReason_Item.php | 161 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/IPNetwork.php | 121 |
'Something went wrong sending telemetry information' | /src/Telemetry.php | 288 |
'For security reasons, you should consider using exif PHP extension to properly check images.' | /src/Document.php | 1722 |
sprintf('Unknown attributes "%s" used in "%s" class registration', implode('", "', array_keys($attrib)), $itemtype) | /src/Plugin.php | 1405 |
sprintf('Plugin "%s" prerequisites are not matched. It has been deactivated.', $plugin_key) | /src/Plugin.php | 624 |
sprintf('Invalid "options" key provided by plugin `plugin_%s_options()` method.', $plugin_key) | /src/Plugin.php | 1633 |
"$fct method must be defined!" | /src/Plugin.php | 1574 |
sprintf('Unable to load plugin "%s" information.', $plugin_key) | /src/Plugin.php | 498 |
sprintf('Encryption status %1$s does not exists!', $status) | /src/Item_Disk.php | 627 |
sprintf('Plugin "%s" must be configured.', $plugin_key) | /src/Plugin.php | 578 |
sprintf('Plugin "%s" version changed. It has been deactivated as its update process has to be launched.', $plugin_key) | /src/Plugin.php | 540 |
sprintf('Unable to load item %s (%s).', $cable->fields["itemtype_endpoint_a"], $cable->fields["items_id_endpoint_a"]) | /src/CableStrand.php | 190 |
sprintf('Unable to load item %s (%s).', Socket::getType( ), $cable->fields["sockets_id_endpoint_b"]) | /src/CableStrand.php | 180 |
'Missing required intl PHP extension' | /src/Session.php | 680 |
sprintf('Unable to load item %s (%s).', Socket::getType( ), $cable->fields["sockets_id_endpoint_a"]) | /src/CableStrand.php | 200 |
'Duplicated document item relation' | /src/Document_Item.php | 133 |
'Cannot link document to itself' | /src/Document_Item.php | 113 |
sprintf('Unable to load item %s (%s).', $cable->fields["itemtype_endpoint_b"], $cable->fields["items_id_endpoint_b"]) | /src/CableStrand.php | 170 |
sprintf('Unable to load item %s (%s).', $cable->getType( ), $data['id']) | /src/CableStrand.php | 158 |
'Plain-text status output is deprecated please use the JSON format instead by specifically setting the Accept header to "application/json". In the future, JSON output will be the default.' | /status.php | 65 |
'Using "domains" option in NotificationTargetDomain is deprecated.' | /src/NotificationTargetDomain.php | 66 |
"Failed to find a single user for '$email', $count user(s) found." | /src/User.php | 5433 |
sprintf('Undefined property: %s::%s in %s on line %d', __CLASS__, $property, $trace[0]['file'], $trace[0]['line']) | /src/IPNetwork.php | 97 |
__("The authentication method configuration doesn't allow the user '$email' to change his password.") | /src/User.php | 5443 |
sprintf('Unable to load Domain "%s".', $domain_id) | /src/Domain.php | 677 |
"Failed to load SolutionTemplate::{$pending_reason->fields['solutiontemplates_id']}" | /src/PendingReasonCron.php | 164 |
"ldap_connect function is missing. Did you miss install php-ldap extension?" | /src/AuthLDAP.php | 3006 |
'User::getFromDBbyToken() can only be called with $field parameter with theses values: \'' . implode('\', \'', $fields) . '\'' | /src/User.php | 631 |
"Missing field $login_field for LDAP entry $field_for_sync $uid" | /src/AuthLDAP.php | 1902 |
"Can't bump, unable to update pending item" | /src/PendingReasonCron.php | 137 |
sprintf("Unable to fetch offers information.\nError message:%s\nResponse:\n%s", $error_message, $response) | /src/GLPINetwork.php | 334 |
"Failed to load PendingReason" | /src/PendingReasonCron.php | 157 |
"Failed to load PendingReason" | /src/PendingReasonCron.php | 119 |
"Failed to load ITILFollowupTemplate::{$pending_reason->fields['itilfollowuptemplates_id']}" | /src/PendingReasonCron.php | 126 |
"Failed to load item" | /src/PendingReasonCron.php | 103 |
"Status is not pending" | /src/PendingReasonCron.php | 108 |
"Missing system_user config" | /src/PendingReasonCron.php | 70 |
"Missing system_user user" | /src/PendingReasonCron.php | 76 |
"Duplicate key $optid ({$options[$optid]['name']}/{$opt['name']}) in " . $itemtype . " searchOptions!" | /src/Plugin.php | 1778 |
sprintf('Invalid RefusedEquipment "%s" or inventory file missing', $refused_id) | /src/RuleImportAssetCollection.php | 156 |
sprintf('Reading private property %s::%s is deprecated', __CLASS__, $property) | /src/Profile.php | 83 |
'Autocompletion feature has been removed.' | /src/Html.php | 3723 |
'closeArrowMassives() method is deprecated' | /src/Html.php | 2256 |
'openArrowMassives() method is deprecated' | /src/Html.php | 2215 |
'Use Toolbox::stripTags(), Glpi\RichText\RichText::getSafeHtml(), Glpi\RichText\RichText::getEnhancedHtml() or Glpi\RichText\RichText::getTextFromHtml().' | /src/Html.php | 63 |
'Using "entities_id" option in NotificationTargetCertificate is deprecated.' | /src/NotificationTargetCertificate.php | 79 |
'Plain-text status output is deprecated please use the JSON format instead by specifically using the "--format json" parameter. In the future, JSON output will be the default.' | /src/Console/System/CheckStatusCommand.php | 85 |
'Use StatusChecker::getServiceStatus for service checks instead' | /src/System/Status/StatusChecker.php | 598 |
sprintf('Writing private property %s::%s is deprecated', __CLASS__, $property) | /src/NetworkPort.php | 103 |
sprintf('Missing mandatory locale headers in "%s".', $po_file) | /front/locale.php | 111 |
sprintf('Reading private property %s::%s is deprecated', __CLASS__, $property) | /src/NetworkPort.php | 83 |
sprintf("Unable to fetch registration information.\nError message:%s\nResponse:\n%s", $error_message, $registration_response) | /src/GLPINetwork.php | 230 |
'Handling of encoded/escaped value in autoName() is deprecated.' | /src/DbUtils.php | 1707 |
sprintf('Invalid RefusedEquipment "%s" or inventory file missing', $_GET['refused']) | /front/inventory.php | 50 |
'Order should be defined in criteria!' | /src/DbUtils.php | 555 |
sprintf('Unable to extract locales data from "%s".', $po_file) | /front/locale.php | 87 |
'Criteria must be an array!' | /src/DbUtils.php | 548 |
sprintf('Writing private property %s::%s is deprecated', __CLASS__, $property) | /src/IPNetwork.php | 112 |
sprintf('%s has been replaced by %s.', $classname, str_replace('Computer', 'Asset', $classname)) | /inc/autoload.function.php | 296 |
'Using "entities_id" option in NotificationTargetDomain is deprecated.' | /src/NotificationTargetDomain.php | 71 |
'Missing or incorrect device type called!' | /front/device.form.php | 41 |
'Missing or incorrect device type called!' | /front/devicemodel.form.php | 38 |
'PLUGINS_DIRECTORIES constant value must be an array' | /inc/based_config.php | 155 |
'Missing or incorrect device type called!' | /front/devicetype.php | 38 |
'Required argument missing!' | /ajax/getKbComment.php | 41 |
'Required argument missing!' | /ajax/compareKbRevisions.php | 47 |
__("Item must be of project type") | /ajax/gantt.php | 143 |
__("Target item must be of project type") | /ajax/gantt.php | 110 |
'Invalid field provided!' | /ajax/uemailUpdate.php | 48 |
'Missing or incorrect item device type called!' | /front/item_device.php | 38 |
'Required argument missing!' | /ajax/getKbRevision.php | 47 |
'Invalid email provided!' | /ajax/uemailUpdate.php | 84 |
'LDAP server must be set!' | /src/AuthLDAP.php | 1409 |
'Required argument missing or incorrect!' | /ajax/dropdownLocation.php | 43 |
__("Link already exist!") | /ajax/gantt.php | 208 |
'Invalid name provided!' | /ajax/dropdownRubDocument.php | 64 |
'Required argument missing!' | /ajax/dcroom_size.php | 40 |
'Invalid itemtype provided!' | /src/Search.php | 3120 |
__('Invalid process') | /src/MassiveAction.php | 396 |
__('Implementation error!') | /src/MassiveAction.php | 389 |
__('No selected items') | /src/MassiveAction.php | 382 |
'Cannot guess ' | /src/CommonDBRelation.php | 2124 |
'Bad relation (' . $itemtype . ', ' . static::class . ', ' . static::$itemtype_1 . ', ' . static::$itemtype_2 . ')' | /src/CommonDBRelation.php | 2114 |
sprintf('Cannot use getListForItemParams() for a %s', $item->getType( )) | /src/CommonDBRelation.php | 1819 |
"Unknown operator '{$row['operator']}'" | /src/SavedSearch_Alert.php | 467 |
sprintf('Cannot link a computer with a %s', $item->getType( )) | /src/Computer_Item.php | 821 |
'Empty date' | /src/Infocom.php | 836 |
'Empty date' | /src/Infocom.php | 821 |
__('Invalid email address') | /src/User.php | 5452 |
__('Implementation error!') | /src/MassiveAction.php | 270 |
__('Implementation error!') | /src/MassiveAction.php | 261 |
__('No action available') | /src/MassiveAction.php | 252 |
"Unknown type $type to get date formats." | /src/Toolbox.php | 2837 |
'Either "min" or "max" is required for GLPI requirements!' | /src/Plugin.php | 1953 |
'Either "min" or "max" is required for PHP requirements!' | /src/Plugin.php | 2000 |
$itemtype . ': invalid search option! ' . print_r($opt, true) | /src/Plugin.php | 1772 |
"messageMissing type $type is unknown!" | /src/Plugin.php | 1891 |
__("Unable to reset password, please contact your administrator") | /src/User.php | 5313 |
__("The authentication method configuration doesn't allow you to change your password.") | /src/User.php | 5320 |
__('Your password reset request has expired or is invalid. Please renew it.') | /src/User.php | 5295 |
__("Unable to reset password, please contact your administrator") | /src/User.php | 5303 |
sprintf(__('Not enough rights to merge tickets %d and %d'), $merge_target_id, $id) | /src/Ticket.php | 6841 |
sprintf(__('Failed to add document to ticket %d'), $merge_target_id) | /src/Ticket.php | 6863 |
sprintf(__('Not enough rights to merge tickets %d and %d'), $merge_target_id, $id) | /src/Ticket.php | 6821 |
sprintf(__('Failed to add task to ticket %d'), $merge_target_id) | /src/Ticket.php | 6835 |
sprintf(__('Not enough rights to merge tickets %d and %d'), $merge_target_id, $id) | /src/Ticket.php | 7006 |
'Unable to retrieve itemtype' | /src/Item_Disk.php | 127 |
sprintf(__('Failed to link tickets %d and %d'), $merge_target_id, $id) | /src/Ticket.php | 6893 |
sprintf(__('Failed to delete ticket %d'), $id) | /src/Ticket.php | 6987 |
vsprintf('Invalid search option in "%1$s": missing "%2$s" field(s). %3$s', [get_called_class( ), implode('", "', $missingFields), print_r($opt, true)]) | /src/CommonDBTM.php | 3666 |
'Invalid table name.' | /src/CommonDBTM.php | 276 |
'Saved search #' . $this->getID( ) . ' seems to be broken!' | /src/SavedSearch.php | 1257 |
get_called_class( ) . ': invalid search option! ' . print_r($opt, true) | /src/CommonDBTM.php | 3770 |
"Can't get status value: no object loaded" | /src/CommonITILObject.php | 7883 |
'Cannot build an empty union query' | /src/QueryUnion.php | 99 |
'Cannot build an empty expression' | /src/QueryExpression.php | 49 |
'Unknown ITIL type ' . static::getType( ) | /src/CommonITILObject.php | 7906 |
'getMode must be implemented' | /src/NotificationSetting.php | 56 |
'getTypeName must be implemented' | /src/NotificationSetting.php | 45 |
'Invalid field name ' . $name | /src/DBmysql.php | 1212 |
"Unknown {$field['type']}" | /src/Location.php | 514 |
'Cannot run an UPDATE query without WHERE clause!' | /src/DBmysql.php | 1368 |
str_replace('%clause', $key, 'Trying to use an unknonw clause (%clause) building update query!') | /src/DBmysql.php | 1357 |
'Argument $field cannot be empty.' | /src/CommonDBTM.php | 271 |
'Cannot run an DELETE query without WHERE clause!' | /src/DBmysql.php | 1498 |
sprintf('Implementation error: invalid super header name "%s"', $header_name) | /src/HTMLTableBase.php | 72 |
sprintf('Implementation error: invalid super header name "%s"', $header_name) | /src/HTMLTableBase.php | 81 |
'A sub header requires a super header' | /src/HTMLTableBase.php | 137 |
'Cannot attach a super header to another header' | /src/HTMLTableBase.php | 147 |
$name . ':' . $sub_name | /src/HTMLTableBase.php | 173 |
'Invalid HEX color.' | /src/Html.php | 6655 |
'"file" argument is required.' | /src/Html.php | 6700 |
'Cannot guess field for itemtype ' . $itemtype . ' on ' . static::class | /src/CommonDBChild.php | 991 |
"'$itemtype' is not a CommonITILObject" | /src/ITILFollowup.php | 1006 |
$this->header->getFather( )->getName( ) . ' != ' . $this->father->header->getName( ) | /src/HTMLTableCell.php | 84 |
'NULL != ' . $this->father->header->getName( ) | /src/HTMLTableCell.php | 90 |
$this->header->getFather( )->getName( ) . ' != NULL' | /src/HTMLTableCell.php | 95 |
'NULL != NULL' | /src/HTMLTableCell.php | 99 |
'Cannot build an empty subquery' | /src/QuerySubQuery.php | 53 |
'Unable to retrieve itemtype' | /src/Socket.php | 193 |
'Implementation error: appendHeader requires HTMLTableHeader as parameter' | /src/HTMLTableBase.php | 62 |
sprintf(__('Failed to load ticket %d'), $id) | /src/Ticket.php | 6784 |
sprintf('Charset "%s" is not supported.', $charset) | /src/DBConnection.php | 775 |
sprintf(__('Failed to add followup to ticket %d'), $merge_target_id) | /src/Ticket.php | 6814 |
sprintf(__('Failed to add followup to ticket %d'), $merge_target_id) | /src/Ticket.php | 6799 |
"Invalid value for argument \$direction ($direction)." | /src/Impact.php | 1198 |
"itemtype ($itemtype) must be a valid child of CommonDBTM" | /src/Impact.php | 889 |
"Invalid value for argument \$direction ($direction)." | /src/Impact.php | 1647 |
"Invalid value for argument \$direction ($direction)." | /src/Impact.php | 1415 |
"Argument \$item ($class) must be a CommonDBTM)." | /src/Impact.php | 140 |
"Argument \$item ($class) is not a valid target for impact analysis." | /src/Impact.php | 89 |
"itemtype ($itemtype) must be enabled in config" | /src/Impact.php | 882 |
"Invalid direction : $direction" | /src/Impact.php | 692 |
'Implementation error: header requires an item' | /src/HTMLTableHeader.php | 106 |
'RRULE not yet implemented for ITIL tasks' | /src/CommonITILTask.php | 1852 |
"Argument \$item ($class) must be a CommonDBTM." | /src/Impact.php | 79 |
'Implementation error: type mismatch between header and cell' | /src/HTMLTableHeader.php | 110 |
'Unavailable header!' | /src/HTMLTableRow.php | 103 |
$type . " is not (yet?) handled." | /src/ProjectTask.php | 251 |
'RRULE not yet implemented for Project tasks' | /src/ProjectTask.php | 2168 |
'Implementation error: must define all headers before any subgroups' | /src/HTMLTableMain.php | 89 |
$input['itemtype'] . " is not (yet?) handled." | /src/ProjectTaskTeam.php | 223 |
'Cannot process updates without any version specified!' | /src/Update.php | 157 |
sprintf(__('Unsupported mail server type:%s.'), $config['type']) | /src/Auth.php | 205 |
sprintf('Unknown request type %s', $request) | /src/Agent.php | 703 |
'Something went wrong searching in LDAP directory' | /src/AuthLDAP.php | 3386 |
'Not an objectguid!' | /src/AuthLDAP.php | 4341 |
"Unknown context $context!" | /src/Document.php | 1759 |
__('Unable to connect to database.') | /src/Console/AbstractCommand.php | 99 |
sprintf('Command "%s" does not exist.', $name) | /src/Console/CommandLoader.php | 97 |
'<error>' . $message . '</error>' | /src/Console/Database/EnableTimezonesCommand.php | 84 |
'<comment>' . __('Aborted.') . '</comment>' | /src/Console/AbstractCommand.php | 247 |
'<error>' . __('Unable to update DB configuration file.') . '</error>' | /src/Console/Database/EnableTimezonesCommand.php | 101 |
'<error>' . $message . '</error>' | /src/Console/Database/EnableTimezonesCommand.php | 94 |
'<error>' . __('Database configuration already exists. Use --reconfigure option to override existing configuration.') . '</error>' | /src/Console/Database/AbstractConfigureCommand.php | 206 |
'Unable to check GLPI tables existence.' | /src/Console/Database/InstallCommand.php | 289 |
'<error>' . $message . '</error>' | /src/Console/Database/AbstractConfigureCommand.php | 251 |
'<error>' . $message . '</error>' | /src/Console/Database/AbstractConfigureCommand.php | 238 |
__('Database name defined by --db-name option cannot be empty.') | /src/Console/Database/AbstractConfigureCommand.php | 392 |
'<error>' . $message . '</error>' | /src/Console/Database/AbstractConfigureCommand.php | 311 |
__('--db-password option value cannot be null.') | /src/Console/Database/AbstractConfigureCommand.php | 405 |
__('Database user defined by --db-user option cannot be empty.') | /src/Console/Database/AbstractConfigureCommand.php | 398 |
__('Either --dsn or --use-default options have to be used.') | /src/Console/Cache/ConfigureCommand.php | 140 |
sprintf(__('Invalid cache context: "%s".'), $context) | /src/Console/Cache/ConfigureCommand.php | 134 |
__('--dsn and --use-default options cannot be used simultaneously.') | /src/Console/Cache/ConfigureCommand.php | 144 |
'<error>' . __('Unable to write cache configuration file.') . '</error>' | /src/Console/Cache/ConfigureCommand.php | 153 |
sprintf(__('Invalid cache DSN: "%s".'), json_encode($dsn)) | /src/Console/Cache/ConfigureCommand.php | 171 |
'<error>' . $error_msg . '</error>' | /src/Console/Cache/ConfigureCommand.php | 182 |
'<error>' . __('Unable to write cache configuration file.') . '</error>' | /src/Console/Cache/ConfigureCommand.php | 193 |
sprintf(__('Invalid cache context: "%s".'), $context) | /src/Console/Cache/ClearCommand.php | 90 |
sprintf(__('Invalid cache context: "%s".'), $context) | /src/Console/Cache/DebugCommand.php | 79 |
'<error>' . __('Unable to write cache configuration file.') . '</error>' | /src/Console/Cache/SetNamespacePrefixCommand.php | 89 |
__('Unable to load LDAP server information.') | /src/Console/Ldap/SynchronizeUsersCommand.php | 255 |
__('Option --only-create-new is not compatible with option --only-update-existing.') | /src/Console/Ldap/SynchronizeUsersCommand.php | 446 |
sprintf(__('--ldap-server-id value "%s" is not a valid LDAP server id.'), $server_id) | /src/Console/Ldap/SynchronizeUsersCommand.php | 455 |
sprintf(__('Unable to parse --%1$s value "%2$s".'), $option_name, $date) | /src/Console/Ldap/SynchronizeUsersCommand.php | 468 |
__('Options --begin-date and --end-date can only be used with --only-create-new or --only-update-existing option.') | /src/Console/Ldap/SynchronizeUsersCommand.php | 479 |
__('Option --begin-date value has to be lower than option --end-date value.') | /src/Console/Ldap/SynchronizeUsersCommand.php | 484 |
sprintf(__('--deleted-user-strategy value "%s" is not valid.'), $deleted_user_strategy) | /src/Console/Ldap/SynchronizeUsersCommand.php | 493 |
__('User name defined by --username option is invalid.') | /src/Console/Plugin/InstallCommand.php | 240 |
__('Option --delay has to be an integer.') | /src/Console/Task/UnlockCommand.php | 192 |
__('Option --cycle has to be an integer.') | /src/Console/Task/UnlockCommand.php | 186 |
__('Option --cycle is not compatible with option --delay.') | /src/Console/Task/UnlockCommand.php | 180 |
__('Option --all is not compatible with usage of directory argument.') | /src/Console/Plugin/AbstractPluginCommand.php | 79 |
sprintf('Destination directory "%s" cannot be accessed.', $compile_directory) | /src/Console/Build/CompileScssCommand.php | 83 |
sprintf(__('Invalid "dictionnary" value.')) | /src/Console/Rules/ReplayDictionnaryRulesCommand.php | 102 |
__('You have to specify which tasks to unlock using --all or --task options.') | /src/Console/Task/UnlockCommand.php | 208 |
__('Option --all is not compatible with option --task.') | /src/Console/Task/UnlockCommand.php | 202 |
sprintf('Answer "%s" has no corresponding itemtype.', $answer) | /src/Console/Migration/RacksPluginToCoreCommand.php | 584 |
sprintf('Unable to truncate table "%s"', $table) | /src/Console/Migration/RacksPluginToCoreCommand.php | 410 |
'Unexpected plugin state.' | /src/Console/Migration/RacksPluginToCoreCommand.php | 348 |
__('Option --max must be an integer.') | /src/Console/Assets/CleanSoftwareCommand.php | 86 |
'<error>' . __('Migration cannot be done.') . '</error>' | /src/Console/Migration/AbstractPluginToCoreCommand.php | 177 |
'<error>' . $msg . '</error>' | /src/Console/Migration/AbstractPluginToCoreCommand.php | 138 |
'<error>' . __('Errors occured during migration.') . '</error>' | /src/Console/Migration/DynamicRowFormatCommand.php | 156 |
'<error>' . $msg . '</error>' | /src/Console/Migration/DynamicRowFormatCommand.php | 88 |
'<error>' . __('Unable to update DB configuration file.') . '</error>' | /src/Console/Migration/MyIsamToInnoDbCommand.php | 118 |
'<error>' . __('Errors occured during migration.') . '</error>' | /src/Console/Migration/MyIsamToInnoDbCommand.php | 125 |
'<error>' . __('Plugin data import failed.') . '</error>' | /src/Console/Migration/AbstractPluginToCoreCommand.php | 222 |
sprintf('Invalid itemtype "%s".', $itemtype) | /src/Console/Migration/AbstractPluginToCoreCommand.php | 329 |
'<error>' . __('Unable to update DB configuration file.') . '</error>' | /src/Console/Migration/UnsignedKeysCommand.php | 173 |
'<error>' . __('Errors occured during migration.') . '</error>' | /src/Console/Migration/UnsignedKeysCommand.php | 180 |
sprintf('Unable to truncate table "%s"', $table) | /src/Console/Migration/AppliancesPluginToCoreCommand.php | 236 |
sprintf('Unable to clean table "%s"', $table) | /src/Console/Migration/AppliancesPluginToCoreCommand.php | 247 |
'<error>' . __('Unable to update DB configuration file.') . '</error>' | /src/Console/Migration/Utf8mb4Command.php | 193 |
'<error>' . __('Errors occured during migration.') . '</error>' | /src/Console/Migration/Utf8mb4Command.php | 200 |
'<error>' . $msg . '</error>' | /src/Console/Migration/Utf8mb4Command.php | 118 |
'<error>' . $msg . '</error>' | /src/Console/Migration/Utf8mb4Command.php | 126 |
'<error>' . __('Unable to update DB configuration file.') . '</error>' | /src/Console/Migration/TimestampsCommand.php | 227 |
'<error>' . __('Errors occured during migration.') . '</error>' | /src/Console/Migration/TimestampsCommand.php | 234 |
'BAD JOIN' | /src/DBmysqlIterator.php | 673 |
'BAD JOIN' | /src/DBmysqlIterator.php | 655 |
sprintf('Table "%s" cannot be renamed as table "%s" already exists.', $old_table, $new_table) | /src/Migration.php | 1372 |
sprintf('Table "%s" does not exists.', $old_table) | /src/Migration.php | 1364 |
sprintf(__('Unsupported mail server type:%s.'), $config['type']) | /src/MailCollector.php | 1369 |
'Unknown ITIL type ' . $itil_class | /src/ITILTemplatePredefinedField.php | 203 |
'Empty IN are not allowed' | /src/DBmysqlIterator.php | 584 |
"Unknown {$field['type']}" | /src/Entity.php | 3826 |
sprintf('Invalid DSN: %s.', json_encode($dsn, JSON_UNESCAPED_SLASHES)) | /src/Cache/CacheManager.php | 139 |
sprintf('Invalid or non configurable context: "%s".', $context) | /src/Cache/CacheManager.php | 136 |
'Unable to connect to Memcached server.' | /src/Cache/CacheManager.php | 187 |
sprintf('Invalid or non configurable context: "%s".', $context) | /src/Cache/CacheManager.php | 161 |
'Unable to retrieve itemtype' | /src/Item_RemoteManagement.php | 307 |
sprintf('Field "%s" cannot be renamed in table "%s" as "%s" is field already exists.', $fkey_oldname, $fkey_table, $fkey_newname) | /src/Migration.php | 1404 |
'Implementation error: must define all headers before any row' | /src/HTMLTableGroup.php | 99 |
"Unknown {$field['type']}" | /src/CommonDCModelDropdown.php | 248 |
"Mode has not been set" | /src/Agent/Communication/AbstractRequest.php | 425 |
"Unknown mode " . $this->mode | /src/Agent/Communication/AbstractRequest.php | 447 |
"Mode has not been set" | /src/Agent/Communication/AbstractRequest.php | 462 |
"Unknown mode " . $this->mode | /src/Agent/Communication/AbstractRequest.php | 473 |
sprintf('Invalid context: "%s".', $context) | /src/Cache/CacheManager.php | 221 |
sprintf('Invalid cache DSN %s.', var_export($dsn, true)) | /src/Cache/CacheManager.php | 269 |
"Unknown mode $mode" | /src/Agent/Communication/AbstractRequest.php | 139 |
"Unknown compression mode" . $this->compression | /src/Agent/Communication/AbstractRequest.php | 206 |
__('Not enough rights') | /src/Gantt/TaskDAO.php | 80 |
__('Not enough rights') | /src/Gantt/TaskDAO.php | 100 |
__('Not enough rights') | /src/Gantt/ProjectDAO.php | 45 |
__('Not enough rights') | /src/Gantt/ProjectDAO.php | 71 |
"Compression has not been set" | /src/Agent/Communication/AbstractRequest.php | 477 |
"Unknown compression mode" . $this->compression | /src/Agent/Communication/AbstractRequest.php | 495 |
sprintf('%1$s HTTP header is mandatory!', $headername) | /src/Agent/Communication/Headers/Common.php | 162 |
__('Not enough rights') | /src/Gantt/TaskDAO.php | 45 |
"Unhandled schema entry $key" | /src/Inventory/Inventory.php | 636 |
'Item ID is missing :(' | /src/Inventory/Inventory.php | 392 |
print_r($this->getErrors( ), true) | /src/Inventory/Inventory.php | 228 |
print_r($this->getErrors( ), true) | /src/Inventory/Inventory.php | 177 |
sprintf('Unable to get table "%s" structure', $table_name) | /src/System/Diagnostic/DatabaseSchemaIntegrityChecker.php | 184 |
sprintf('Unable to get table "%s" index', $table_name) | /src/System/Diagnostic/AbstractDatabaseChecker.php | 137 |
sprintf('Unable to get table "%s" columns', $table_name) | /src/System/Diagnostic/AbstractDatabaseChecker.php | 118 |
__('Not enough rights') | /src/Gantt/ProjectDAO.php | 88 |
sprintf('Invalid component type "%s"', $component_type) | /src/CalDAV/Traits/VobjectConverterTrait.php | 70 |
sprintf('Unable to check rights of itemtype "%s".', $itemtype) | /src/Application/View/Extension/SessionExtension.php | 99 |
'Cannot wire a port to itself!' | /src/Inventory/Asset/NetworkPort.php | 759 |
'Unable to find linked item object name for ' . $this->item->getType( ) | /src/Inventory/Asset/Printer.php | 186 |
'Antivirus are handled for computers only.' | /src/Inventory/Asset/Antivirus.php | 45 |
'Remote Management are handled for following types only: ' . implode(', ', $CFG_GLPI['remote_management_types']) | /src/Inventory/Asset/RemoteManagement.php | 48 |
'Virtual machines are handled for computers only.' | /src/Inventory/Asset/VirtualMachine.php | 77 |
'Exactly one entry in data is expected.' | /src/Inventory/Asset/NetworkEquipment.php | 394 |
'Calendar deletion is not implemented' | /src/CalDAV/Backend/Calendar.php | 160 |
sprintf('Calendar "%s" not found', $calendarId) | /src/CalDAV/Backend/Calendar.php | 176 |
'Group member set update is not implemented' | /src/CalDAV/Backend/Principal.php | 231 |
'Calendar creation is not implemented' | /src/CalDAV/Backend/Calendar.php | 155 |
'Principal search is not implemented' | /src/CalDAV/Backend/Principal.php | 108 |
'Principal findByUri is not implemented' | /src/CalDAV/Backend/Principal.php | 113 |
'Component object must be a VEVENT, a VJOURNAL, or a VTODO' | /src/CalDAV/Traits/VobjectConverterTrait.php | 228 |
'Principal update is not implemented' | /src/CalDAV/Backend/Principal.php | 102 |
sprintf(__('Invalid "--lang" option value "%s".'), $lang) | /src/Console/Application.php | 212 |
sprintf(__('Cannot write in "%s" directory.'), GLPI_SESSION_DIR) | /src/Console/Application.php | 350 |
'Error during object deletion' | /src/CalDAV/Backend/Calendar.php | 250 |
'Component "%s" is not supported' | /src/CalDAV/Backend/Calendar.php | 301 |
'Error during object creation' | /src/CalDAV/Backend/Calendar.php | 235 |
sprintf('Object "%s" not found', $objectPath) | /src/CalDAV/Backend/Calendar.php | 246 |
'Error during object creation' | /src/CalDAV/Backend/Calendar.php | 220 |
sprintf('Object "%s" not found', $objectPath) | /src/CalDAV/Backend/Calendar.php | 231 |
"Sorry. You can't access this file directly" | /ajax/dropdownDelegationUsers.php | 41 |
"Sorry. You can't access this file directly" | /ajax/dropdownConnect.php | 39 |
"Sorry. You can't access this file directly" | /ajax/ruleactionvalue.php | 40 |
"Sorry. You can't access this file directly" | /ajax/dropdownTicketCategories.php | 39 |
'Upgrade is not supported before 0.80!' | /src/Update.php | 163 |
1 | /src/Update.php | 164 |
"Sorry. You can't access this file directly" | /ajax/getDropdownValue.php | 44 |
"Can't write in " . GLPI_SESSION_DIR . "\n" | /src/Update.php | 71 |
json_encode(["message" => __("The action you have requested is not allowed.")]) | /src/Session.php | 1429 |
1 | /src/DBConnection.php | 605 |
1 | /src/Update.php | 210 |
1 | /src/Update.php | 213 |
"Error opening file $file" | /src/Toolbox.php | 718 |
1 | /src/DBmysql.php | 438 |
1 | /src/Toolbox.php | 654 |
1 | /src/Toolbox.php | 659 |
"Sorry. You can't access this file directly" | /front/commonitilcost.form.php | 47 |
"Sorry. You can't access this file directly" | /front/commonitiltask.form.php | 43 |
1 | /front/cron.php | 45 |
"Sorry. You can't access this file directly" | /front/rule.common.php | 40 |
"Sorry. You can't access this file directly" | /ajax/ldapdaterestriction.php | 39 |
"security" | /front/pluginimage.send.php | 75 |
"security" | /front/pluginimage.send.php | 56 |
json_encode(['' => ['language' => $CFG_GLPI['languages'][$_SESSION['glpilanguage']][1], 'plural-forms' => 'nplurals=2; plural=(n != 1);', ], ]) | /front/locale.php | 59 |
"Sorry. You can't access this file directly" | /ajax/searchoptionvalue.php | 42 |
"Sorry. You can't access this file directly" | /ajax/rulecriteria.php | 40 |
"Sorry. You can't access this file directly" | /ajax/private_public.php | 39 |
"Sorry. You can't access this file directly" | /ajax/getDropdownUsers.php | 45 |
"Sorry. You can't access this file directly" | /ajax/getDropdownNumber.php | 44 |
"Sorry. You can't access this file directly" | /ajax/rulecriteriavalue.php | 40 |
"Sorry. You can't access this file directly" | /ajax/getDropdownConnect.php | 43 |
"Sorry. You can't access this file directly" | /ajax/ruleaction.php | 40 |
"Unable to load template: $tasktemplates_id" | /ajax/task.php | 75 |
"Missing or invalid parameter: 'itemtype'" | /ajax/task.php | 69 |
"Missing or invalid parameter: 'items_id'" | /ajax/task.php | 63 |
"Missing or invalid parameter: 'tasktemplates_id'" | /ajax/task.php | 51 |
"Missing or invalid parameter: 'itemtype'" | /ajax/itilfollowup.php | 69 |
"Missing or invalid parameter: 'items_id'" | /ajax/itilfollowup.php | 63 |
"Missing or invalid parameter: 'itilfollowuptemplates_id'" | /ajax/itilfollowup.php | 51 |
"Unable to load parent item: $parents_itemtype $parents_id" | /ajax/task.php | 81 |
"Object[class=$itemtype, id=$items_id] doesn't exist" | /ajax/impact.php | 84 |
"Missing or invalid 'action' parameter" | /ajax/impact.php | 110 |
"Missing itemtype" | /ajax/impact.php | 63 |
"Missing itemtype or items_id" | /ajax/impact.php | 79 |
"Missing rights" | /ajax/impact.php | 147 |
"Missing users_id parameter" | /ajax/getUserPicture.php | 46 |
"Missing 'impacts' payload" | /ajax/impact.php | 119 |
"Payload should be an array" | /ajax/impact.php | 125 |
1 | /src/DBmysql.php | 1449 |
1 | /src/DBmysql.php | 1328 |
1 | /src/DBmysql.php | 1609 |
1 | /src/DBmysql.php | 1559 |
json_encode(['message' => $message]) | /src/Http/Response.php | 72 |
1 | /src/Migration.php | 695 |
"Invalid stats itemtype" | /front/graph.send.php | 49 |
"Can't update the target impact item, id is missing" | /front/impactitem.form.php | 45 |
"Missing or invalid parameter: 'solutiontemplates_id'" | /ajax/solution.php | 48 |
'No item found for given id' | /front/manuallink.form.php | 43 |
"Invalid new password\n" | /tools/glpiuser.php | 87 |
"User not found {$_GET['user']}" | /tools/glpiuser.php | 107 |
"\n" | /tools/glpiuser.php | 58 |
"Only available from command line" | /tools/glpiuser.php | 35 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/ticket_contract.php | 35 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/supplier.php | 35 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/item_operatingsystem.php | 35 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/contact.php | 35 |
"Sorry. You can't access this file directly" | /front/rule.common.form.php | 42 |
"Sorry. You can't access this file directly" | /front/commonitilvalidation.form.php | 47 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/entity.php | 35 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/networkportalias.php | 35 |
1 | /install/update.php | 233 |
"usage php testmail.php [ --from=email ] --to=email [ --enc=7bit|8bit|binary|base64|quoted-printable ]\n" | /tools/testmail.php | 70 |
"--to option is mandatory\n" | /tools/testmail.php | 59 |
$q . " " . $DB->error( ) | /tools/fk_generate.php | 89 |
"Can't add PendingReasonCron" | /install/migrations/update_9.5.x_to_10.0.0/pendingreason.php | 126 |
"Can't add 'glpi-system' user" | /install/migrations/update_9.5.x_to_10.0.0/pendingreason.php | 104 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/tickettask.php | 35 |
"Sorry. You can't access this file directly" | /install/migrations/update_9.5.x_to_10.0.0/event.php | 35 |
"Missing mandatory 'preset' parameter" | /front/contenttemplates/documentation.php | 43 |
"Invalid filter" | /front/log/export.php | 60 |
"No item found for given id" | /front/log/export.php | 55 |
"Invalid itemtype" | /front/log/export.php | 49 |
'Unable to load agent #' . $_POST['id'] | /ajax/agent.php | 47 |
"Missing $param parameter" | /ajax/kanban.php | 106 |
"Invalid itemtype parameter" | /ajax/kanban.php | 61 |
"Missing action parameter" | /ajax/kanban.php | 50 |
0 | /src/Api/API.php | 234 |
0 | /tools/getsearchoptions.php | 55 |
"** mandatory option 'type' is missing\n" | /tools/getsearchoptions.php | 62 |
"Sorry. You can't access this file directly" | /inc/config.php | 35 |
1 | /inc/config.php | 102 |
1 | /tools/psr4.php | 73 |
1 | /tools/psr4.php | 81 |
"** unknown type\n" | /tools/getsearchoptions.php | 65 |
1 | /tools/psr4.php | 38 |
"Sorry. You can't access this file directly" | /inc/db.function.php | 35 |
"Sorry. You can't access this file directly" | /inc/based_config.php | 35 |
'PHP 7.4.0 - 8.2.0 (exclusive) required' | /index.php | 40 |
1 | /inc/autoload.function.php | 381 |
1 | /inc/autoload.function.php | 410 |
"Sorry. You can't access this file directly" | /inc/relation.constant.php | 35 |
"Sorry. You can't access this file directly" | /inc/autoload.function.php | 35 |
"Unable to load parent item: $parents_itemtype $parents_id" | /ajax/solution.php | 84 |
"Unable to load template: $solutiontemplates_id" | /ajax/solution.php | 77 |
"Unable to load template: $itilfollowuptemplates_id" | /ajax/itilfollowup.php | 75 |
"Itemtype does not have a Kanban tab!" | /src/Features/Kanban.php | 172 |
"Bad request: itemtype cannot be empty" | /ajax/dropdownTrackingDeviceType.php | 48 |
"Unable to load parent item: $parents_itemtype $parents_id" | /ajax/itilfollowup.php | 81 |