Open LordBat opened 7 years ago
Hi, when i try to install the plugin i have this error.
i think is the Version Check...
Thanks and Regards!
EDIT:
Hi i found this on setup.php
function plugin_physicalinv_check_prerequisites() { global $DB;
if (!isset($_SESSION['glpi_plugins'])) { $_SESSION['glpi_plugins'] = array(); }
if (version_compare(GLPI_VERSION, '0.85', 'lt') || version_compare(GLPI_VERSION, '0.90', 'ge')) { echo __('Your GLPI version not compatible, require >= 0.85 and < 9.1', 'physicalinv'); return FALSE; } return TRUE; }
I think this is the problem.
Regards!
php version?
PHP 5.5.9-1ubuntu4.20
Hi, when i try to install the plugin i have this error.
i think is the Version Check...
Thanks and Regards!
EDIT:
Hi i found this on setup.php
function plugin_physicalinv_check_prerequisites() { global $DB;
if (!isset($_SESSION['glpi_plugins'])) { $_SESSION['glpi_plugins'] = array(); }
if (version_compare(GLPI_VERSION, '0.85', 'lt') || version_compare(GLPI_VERSION, '0.90', 'ge')) { echo __('Your GLPI version not compatible, require >= 0.85 and < 9.1', 'physicalinv'); return FALSE; } return TRUE; }
I think this is the problem.
Regards!