Hi, I'm running Lime survey Version 3.14.9+180917 - just upgraded and things seem to be working okay. I was getting an error "The CSRF token could not be verified" so I updated my PHP.ini based on feedback in this thread:
www.limesurvey.org/forum/can-i-do-this-w...ould-not-be-verified
session.gc_maxlifetime = 10800
max_input_time = 10800
max_execution_time = 10800
memory_limit = 1024M
upload_max_filesize =110M
post_max_size =650M
The problem now is that it seems to take forever to save. For instance, when doing the "save and resume later" after entering information then clicking submit and after completing the survey and clicking 'submit', it seems like nothing is happening for awhile (more than 20 seconds, you know that is forever when you are expecting something to happen) - then after patiently waiting, I get a confirmation screen.
As a work around I added language to the page that instructs respondents to be patient, but this is a bit annoying. is this normal or do I have some of my settings too high? (like max_execution_time?)
thanks in advance for any guidance.