I have discovered a huge problem. Once your form gets rather large a server with a standard 30 second timeout limit will not load the form editor and I get the dreaded Fatal error: Maximum execution time of 30 seconds exceeded in /XXXX/XXXX/public_html/libraries/cegcore2/helpers/data_loader.php on line 72
Even on small forms the component seems to really battle to load forms. I didn't have this problem with 5.
Also I cannot set the execution time higher because as with most shared servers it is set at server level and cannot be changed with a custom php.ini file.
Even on small forms the component seems to really battle to load forms. I didn't have this problem with 5.
Also I cannot set the execution time higher because as with most shared servers it is set at server level and cannot be changed with a custom php.ini file.
Hi Ausfiero,
I will try to have a solution to this issue in the next update, but many users have long forms and the problem did not arise.
What is the number in the red box beside the preview button in your form edit screen ?
Best regards,
Max
I will try to have a solution to this issue in the next update, but many users have long forms and the problem did not arise.
What is the number in the red box beside the preview button in your form edit screen ?
Best regards,
Max
Strangely enough 1 form got to 3800 with no problems. The current on that will no longer open is 3208.
Hi ausfiero,
Please take a backup of the non working form and send it to me using the contact page.
Best regards,
Max
Please take a backup of the non working form and send it to me using the contact page.
Best regards,
Max
Hi Ausfiero,
I got it and replied earlier, he form link was broken, please upload the form backup file to Google drive and send me the link or just send it by email to: webmaster AT chronoengine DOT com
Best regards,
Max
I got it and replied earlier, he form link was broken, please upload the form backup file to Google drive and send me the link or just send it by email to: webmaster AT chronoengine DOT com
Best regards,
Max
Hi,
Both 6.0.6 and 5.0.16 should have fixed this issue.
Best regards,
Max
Both 6.0.6 and 5.0.16 should have fixed this issue.
Best regards,
Max
I am also having this same issue with a large, multi page form [Fatal error: Maximum execution time of 30 seconds exceeded in .../public_html/libraries/cegcore2/helpers/data_loader.phpon line192] I don't know where else to post this. Please help!
Hi gatoractiv,
Please check Max's post just before yours - do you have those versions (or later) on your site?
Bob
Please check Max's post just before yours - do you have those versions (or later) on your site?
Bob
Yes, I have Chronoforms6 Administrator Component v 6.0.19 installed and I'm running Joomla 3.8.10.
Just increase the max_execution_time on your server
Unfortunately, I am limited by my host (Hostgator) to the default. Even if I change the php.ini in my root folder, they have limited it in their php settings to 30 seconds.
PHP has been configured to use the following settings on our shared and reseller servers:
safe mode = Off (cannot adjust)
memory_limit = 256M (MAXIMUM)
max_execution_time = 30 (MAXIMUM in seconds)
max_input_time = 60 (MAXIMUM in seconds)
post_max_size = 64M (MAXIMUM)
upload_max_filesize = 64M (MAXIMUM)
enable_dl = Off (cannot adjust)
The above settings either CANNOT be changed or exceeded...
well then you're SOL, unless you break it up into seperate forms.
I reported the same problem for me here https://www.chronoengine.com/forums/posts/t105854/wsod-loading-a-form-for-edit-and-timeout and it's getting worse over time.
Today I had to set max_execution_time = 300 and apache TimeOut = 300 in order to load my form.
I had to parse logs and change random (sort of) server parameters for hours before getting it loaded.
Last time I opened that form there was no timeout problem, max_execution_time was 150, TimeOut was set to its default value.
The record of the form doesn't seem too big to me: views + events + sections + functions account for about 200 KB, including html text.
My server is a standard Centos vps with a standard production configuration.
As I wrote in the other thread the problem probably arises in a str_replace call.
I believe this problem should be addressed as soon as possible.
bye
maxx
Today I had to set max_execution_time = 300 and apache TimeOut = 300 in order to load my form.
I had to parse logs and change random (sort of) server parameters for hours before getting it loaded.
Last time I opened that form there was no timeout problem, max_execution_time was 150, TimeOut was set to its default value.
The record of the form doesn't seem too big to me: views + events + sections + functions account for about 200 KB, including html text.
My server is a standard Centos vps with a standard production configuration.
As I wrote in the other thread the problem probably arises in a str_replace call.
I believe this problem should be addressed as soon as possible.
bye
maxx
This topic is locked and no more replies can be posted.