You are not logged in.
Pages: 1
Hi,
I am running glpi V0.90 on debian.
Under Entity/Assistance, I cannot change the survey duration to anything except 1 (If I change it to another number, it always reverts back to 1)
So I always get "Satisfaction survey expired" if I try and access the survey.
Is anyone else experiencing this problem? How can I fix it?
Regards,
Leslie
Offline
Hi,
I am running glpi V0.90 on debian.
Under Entity/Assistance, I cannot change the survey duration to anything except 1 (If I change it to another number, it always reverts back to 1)
So I always get "Satisfaction survey expired" if I try and access the survey.Is anyone else experiencing this problem? How can I fix it?
Regards,
Leslie
Same here, and I can't find any inquest_duration field in database or anywhere :'(
Offline
inquest_duration is a field of glpi_entities table (last one)
and should be a INT type
Offline
Hi,
The field is not there with a clean install of GLPI V0.90.
Run:
ALTER TABLE `glpi_entities` ADD `inquest_duration` INT(1) NOT NULL ;
this has added the field, and solved the problem.
Regards,
Leslie
Offline
This problem will be correct in next version : https://github.com/glpi-project/glpi/issues/212
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
Thanks Leslie!..
Offline
Pages: 1