edgardmessias / glpi-singlesignon

GNU General Public License v3.0
68 stars 51 forks source link

Warning: plugin_version_glpi-modifications method must be defined! #54

Closed Megachip closed 1 year ago

Megachip commented 1 year ago

After upgrading from 10.0.0.5 to 10.0.0.6 Ive get the following error/warning when I try to login with SSO

Warning: plugin_version_glpi-modifications method must be defined! in .../src/Plugin.php on line 1654
Warning: Cannot modify header information - headers already sent by (output started at .../src/Plugin.php:1654) in .../plugins/singlesignon/inc/provider.class.php on line 919

and the process died.

edgardmessias commented 1 year ago

According your error message, the problem is with modifications plugin

Megachip commented 1 year ago

You're right... deleting it, everything works fine