You are not logged in.
Hello there,
we're using GLPI 10.0.5 with PHP 8.
We've changed the displayed columns in the view admininstration -> users.
We added "numbers of created tickets". Now the view always times out when we change to administration -> users.
Due to this we're unable to change the selected columns back.
Does someone know the table/file where glpi stores the coloumn-settings of user list form?
Thank You!
PHP Error Log:
glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "searchtype" in C:\inetpub\glpi\src\Search.php at line 1244
Backtrace :
src\Search.php:836 Search::constructCriteriaSQL()
src\Search.php:446 Search::constructSQL()
src\Api\API.php:1662 Search::getDatas()
src\Api\APIRest.php:191 Glpi\Api\API->searchItems()
apirest.php:58 Glpi\Api\APIRest->call()
glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "value" in C:\inetpub\glpi\src\Search.php at line 1245
Backtrace :
src\Search.php:836 Search::constructCriteriaSQL()
src\Search.php:446 Search::constructSQL()
src\Api\API.php:1662 Search::getDatas()
src\Api\APIRest.php:191 Glpi\Api\API->searchItems()
apirest.php:58 Glpi\Api\APIRest->call()
glpiphplog.WARNING: *** PHP Warning (2): Undefined array key "field" in C:\inetpub\glpi\src\Search.php at line 1214
Backtrace :
src\Search.php:837 Search::constructCriteriaSQL()
src\Search.php:446 Search::constructSQL()
src\Api\API.php:1662 Search::getDatas()
src\Api\APIRest.php:191 Glpi\Api\API->searchItems()
apirest.php:58 Glpi\Api\APIRest->call()
Last edited by Jan 1977 (2023-02-23 08:59:31)
Offline
Solved: it's table glpi_displaypreferences
Offline