Closed Loopers29 closed 9 months ago
In my php-errors.log I have :
[2024-02-05 21:59:30] glpiphplog.ALERT: PHP Compile Error (64): Cannot redeclare plugin_version_phpsaml() (previously declared in /var/www/html/glpi/plugins/phpsaml.bak/setup.php:61) in /var/www/html/glpi/plugins/phpsaml/setup.php at line 56
[2024-02-05 21:59:54] glpiphplog.WARNING: PHP User Warning (512): plugin_version_phpsaml.bak method must be defined! in /var/www/html/glpi/src/Plugin.php at line 1810
Backtrace :
src/Plugin.php:1810 trigger_error()
src/Plugin.php:1848 Plugin::getInfo()
src/Plugin.php:517 Plugin->getInformationsFromDirectory()
src/Plugin.php:786 Plugin->getPluginInformation()
src/Plugin.php:570 Plugin->getNewInfoAndDirBasedOnOldName()
src/Plugin.php:505 Plugin->checkPluginState()
front/plugin.php:43 Plugin->checkStates()
public/index.php:82 require()
Hi @Loopers29
You cannot keep the backup inside the GLPI plugins folder. The subfolders are indexed by GLPI and this causes naming issues in the files loaded by default (like setup.php). Move the backup version of the plugin away from the glpi/plugin installation.
Yes thanks ! It works but now, with same certificate and input, I have now this error :
Enable or disable (toggle) the message and response compression in the settings in the config.class.php.
I did this : public const CMPREQ = true; // Compress requests public const CMPRES = true; // Compress response but I have now this :
Hello,
Since I've update my GLPI to 10.0.12, when I click on "Plugins" on left side bar, I have an error 500. Maybe @DonutsNL your fork is not update for 10.0.12 version ?
Thanks for you help.