We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
php version?
Sorry, something went wrong.
PHP 5.5.9-1ubuntu4.20
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: