joschi99 / Osiris

Osiris NMS
0 stars 1 forks source link

[GLPI]: error visualization My settings -> Personalization #44

Closed joschi99 closed 8 years ago

joschi99 commented 8 years ago

On customer VI.P and also on Osiris 2.2.1 in GLPI the personalization page in "My settings" are displayed only in part and there is missing some information and there is no "save" button. The apache error log shows the error: PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /var/www/glpi/lib/tcpdf/fonts/cid0cs.php on line 15, referer: http://192.168.193.129/glpi/front/preference.php

joschi99 commented 8 years ago

The problem could be solved by modifying the .htaccess file in GLPI. You need to insert this lines in the file and restart the httpd service vi /var/www/glpi/.htaccess

<IfModule mod_php5.c>
php_value memory_limit 256M
<IfModule env_module>