Since the problem persist, I did find info about wp_cron.
they talk about set_time_limit(). I did find 2 cron files.
Neither had that line.
So I do not know how to increase the time limit.
I was finally able to find a log of the error:
[27-Aug-2020 13:53:37 UTC] EWZ: Failed to schedule close of webform. ;; 289 {user 67}~{ classes/ewz-webform.php, line 1319 }~
[27-Aug-2020 13:53:37 UTC] EWZ: ewz_save_webform_callback exception *** EntryWizard ERROR ***
Failed to schedule close of webform.
Is this related to the cron settings?
Have you in the past able to adjust the setting?
Also wondering if the settings in my php.ini are set right: Here are my settings:
allow_url_fopen = On
allow_url_include = Off
display_errors = on
enable_dl = Off
file_uploads = On
max_execution_time = 90
max_input_time = 180
max_input_vars = 2000
memory_limit = 256M
post_max_size = 12M
session.gc_maxlifetime = 1440
session.save_path = “/var/cpanel/php/sessions/ea-php73”
upload_max_filesize = 2M
zlib.output_compression = Off
Any help will be appreciated, thanks