You are not logged in.
On opening network ports of an asset, I've got the following error:
Fatal error: Uncaught Zend\I18n\Exception\OutOfBoundsException: Provided index 1 does not exist in plural array in /usr/share/php/Zend/I18n/Translator/Translator.php:413 Stack trace: #0 /usr/share/glpi/inc/autoload.function.php(153): Zend\I18n\Translator\Translator->translatePlural('Internet inform...', 'Internet inform...', 2, 'glpi') #1 /usr/share/glpi/inc/networkport.class.php(582): _n('Internet inform...', 'Internet inform...', 2) #2 /usr/share/glpi/inc/networkport.class.php(1122): NetworkPort::showForItem(Object(Computer)) #3 /usr/share/glpi/inc/commonglpi.class.php(455): NetworkPort::displayTabContentForItem(Object(Computer), '1', '') #4 /usr/share/glpi/ajax/common.tabs.php(87): CommonGLPI::displayStandardTab(Object(Computer), 'NetworkPort$1', '', Array) #5 {main} thrown in /usr/share/php/Zend/I18n/Translator/Translator.php on line 413
Offline
Various PHP 7 fix are included in 0.90.1, s you need to update
Dév. Fedora 29 - PHP 5.6/7.0/7.1/7.2/7.3/7.4 - MariaDB 10.3 - GLPI master
Certifié ITILv3 - RPM pour Fedora, RHEL et CentOS sur https://blog.remirepo.net/
Offline
Various PHP 7 fix are included in 0.90.1, s you need to update
No updates/fixes for the 0.85 root? ATM, can't upgrade to 0.9 cause a lot of plugins missing.
Offline
Replaced the networkport.class.php to fix this problem. Seems there where only php7 changes.
Offline