You are not logged in.
Hi, i have a problem with migrations by GLPI 9.5.4 to 10, afther this migrations i have this error, i attached, aslo glpi 10 does n´t have options to print of pdf and make a qr code for actives, please i would appreciate your support for that thanks
2 primary or foreign keys columns are using signed integers. Run the "php bin/console glpi:migration:unsigned_keys" command to migrate them.
[root@copahue glpi]# sudo php bin/console glpi:migration:unsigned_keys
PHP Warning: Undefined array key "REQUEST_URI" in /var/www/html/glpi/marketplace/webresources/setup.php on line 51
PHP Warning: Undefined array key "REQUEST_URI" in /var/www/html/glpi/marketplace/webresources/setup.php on line 51
Found 8 primary/foreign key columns(s) using signed integers.
Desea continuar? [Yes/no]Yes
Migration of column "glpi_domains.entities_id" cannot be done as it contains negative values.
Migration of column "glpi_networkportethernets.items_devicenetworkcards_id" cannot be done as it contains negative values.
Migration of column "glpi_plugin_ocsinventoryng_networkports.items_devicenetworkcards_id" cannot be done as it contains negative values.
Migration of column "glpi_plugin_ocsinventoryng_threads.plugin_ocsinventoryng_ocsservers_id" cannot be done as it contains negative values.
8/8 [============================] 100%
Errors occured during migration.
[root@copahue glpi]#
Offline
Hi.
I got same issue after migration to 10.
[2022-05-17 22:45:09] glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "REQUEST_URI" in /var/www/glpi/marketplace/webresources/setup.php at line 51
Backtrace :
src/Plugin.php:286 plugin_init_webresources()
src/Plugin.php:236 Plugin::load()
inc/includes.php:84 Plugin->init()
front/cron.php:39 include()
Also draw.io plugin stop working and glpi inventory plugin got issue with snmp to ip range assignemnt.
Offline
The warning with the Web Resources plugin will show for any command line that loads the plugins. It shouldn't block anything though. I've opened an issue on my plugin's GitHub. It should be a quick fix so I'll look at it more later today and make a bug fix release for all affected versions.
https://github.com/cconard96/glpi-webre … /issues/29
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
thanks
Offline