ERROR!! Your request timed out. Please retry the request.
cromobe said 1 year, 2 months ago:
I have a submission page on my website that is attached to a database through godaddy.If you dont hurry and fill the submission page out you get the error”Your request timed out. Please retry the request” I figure it gives you about 60 secs to fill this thing out, sometimes if im fast it works, sometimes it works if im slow,i dont understand.I need more time for this form, anyone know how to increase the time?
http://www.doctorlawyersearch.com/submission%20form/submission_form.html
here is my php.ini file
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = “-1″
variables_order = “EGPCS”
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = “a=href,area=href,frame=src,input=src,form=,fieldset=”
; Only uncomment zend optimizer lines if your application requires Zend Optimizer support
;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so
; — Be very careful to not to disable a function which might be needed!
; — Uncomment the following lines to increase the security of your PHP site.
;disable_functions = “highlight_file,ini_alter,ini_restore,openlog,passthru,
; phpinfo, exec, system, dl, fsockopen, set_time_limit(300),
; popen, proc_open, proc_nice,shell_exec,show_source,symlink”
JasonP said 1 year, 2 months ago:
@cromobe
I tested the page and was unable to replicate the issue. Is there a specific time that this is occurring? You might also check the error logs for additional information.
Jason
cromobe said 1 year, 2 months ago:
If you take more than usually 60 seconds and hit submit it gives the error.
I checked the error log, but could not find much in it, then again, im not to smart on these matters, just enough to get me in trouble
grizzam said 1 year, 1 month ago:
I had the same issue and it ended up being a .htaccess issue. You have to append the “L” flag on to your rewrite rules to stop an infinite loop from happening. If you check your error logs you’ll notice that it says, “Request exceeded the limit of 10 internal redirects due to probable configuration error.” This is telling you there’s an infinite loop. So, try appending the “L” flag to any mod_rewrite rules you have in your .htaccess file.
JasonP said 1 year, 1 month ago:
@cromobe
Were you able to review the .htaccess file? If the issue still remains, you may want to post the contents of the file as other Forum Members can offer suggestions.
Jason
8 min expected wait time