Hey,
One of my users is complaining about timeout. Sometimes he tries to save a form after some time, but he was logged out, so he looses his changes. What I don't understand is that I set timeout to 1000 minutes :
Is there anything to change in my php config too ? Like in php.ini ?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Timeout
-
- Posts: 101
- Joined: Mon Mar 26, 2018 5:57 pm
Timeout
You do not have the required permissions to view the files attached to this post.
Config:
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23
-
- Posts: 101
- Joined: Mon Mar 26, 2018 5:57 pm
Re: Timeout
So it seems I found a way. I followed what was told here: https://forums.nubuilder.cloud/viewtopic. ... out#p10001
I changed my php.ini config (for ubuntu, it is in /etc/php5/apache2/php.ini). I changed the value of gc_maxlifetime to 36000 (= 10 hours)
I changed my php.ini config (for ubuntu, it is in /etc/php5/apache2/php.ini). I changed the value of gc_maxlifetime to 36000 (= 10 hours)
Config:
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23
nuBuilder v4 on a dedicated LAMP server:
-Ubuntu 14.04.5 LTS
-Apache 2.4.7
-MySQL 14.14 Distrib 5.7.22
-PHP 5.5.9-1ubuntu4.23