You are not logged in.
It is not possible to save any changes under the "personalization" tab when logged in at any access level.
This problem is repeated at superadmin level when editing users via /glpi/front/user.form.php - the settings/personalisation tab is again unable to save changes.
Additionally at /glpi/front/user.form.php - if "All" is selected, the page stops displaying at the settings/personalization section. No php errors or mysql errors are logged.
Offline
Version of GLPI used?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
0.85.4 (and 3 and possibly earlier)
This has been reported in this forum in the past by other people
Last edited by stoatwblr (2015-05-26 19:22:17)
Offline
Have uou error for apache?
CentOS 6.5 - CentOS 7.x
PHP 5.6 - PHP 7.x - MySQL 5.6 - MariaDB 10.2 + APC + oOPcache
GLPI from 0.72 to dev version
Certifiée ITIL (ITV2F, ITILF, ITILOSA)
Offline
interesting.....
"all"
==> ssl_error_log <==
[Mon Jun 08 14:09:02 2015] [error] [client 128.40.73.30] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 3145728 bytes) in /usr/share/php/tcpdf/fonts/uni2cid_ag15.php on line 5, referer: https://localsite/glpi/front/user.form.php?id=568
"settings"
==> ssl_error_log <==
[Mon Jun 08 14:10:04 2015] [error] [client 128.40.73.30] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /usr/share/php/tcpdf/fonts/cid0cs.php on line 15, referer: https://localsite /glpi/front/user.form.php?id=568
Last edited by stoatwblr (2015-06-08 15:27:45)
Offline
memory_limit was set to 128Mb in php.ini, however the default GLPI limit was 64Mb
Bumping it to 128Mb works - but why does this form take so much memory?
Offline
If using the "all" selection in user.form.php:
==> ssl_error_log <==
[Mon Jun 08 14:25:56 2015] [error] [client 128.40.73.30] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /usr/share/php/tcpdf/fonts/cid0ct.php on line 15, referer: https://localsite /glpi/front/user.form.php?id=11
blowing 128Mb is a bit much isn't it?
Offline