form builder not working

6 posts by 3 authors in: Forums > CMS Builder
Last Post: Yesterday at 7:22am   (RSS)

Hi celuch, 

It sounds like they didn't actually disable mod_security, especially if the error still references it.  

I'd try asking them again, saying you're still getting the same error. 

Does it show mod_security is enabled at the bottom of Admin > General? 

Dave Edis - Senior Developer
interactivetools.com

You are correct, it is NOT disabled.  Here is PHP Text:

PHP VersionPHP v8.3.12 (phpinfo) - View Errors and Warnings (295) >>

  • Running as npnaz564 and using config files:
    • /home4/npnaz564/public_html/cmsb/.htaccess
    • /home4/npnaz564/public_html/cmsb/.user.ini
    • /opt/cpanel/ea-php83/root/etc/php.ini
  • Security Modules: ModSecurity
  • Caching Modules: Zend OPCache (php files may take 2s to reflect code changes)
  • Image Modules: gd, imagick

Is the gd module OK to have here?

celuch

form generator not working

The ModSecurity is disabled, but Form Generator won't show the code, just stays on that page with no errors.   Does have this in header each time I load. Checking for database schema updates... (initiated by plugin: csvImport_functions.php:313)

celuch

form generator not working

Celuch, you might check that your CSV Import is the latest version 1.17. I'm not seeing reference to CSV Import in the CMS Setup header - just "Checking for database schema updates...".

My sever has PHP 8.3.13 and ModSecurity active, but I have not enabled Zend OPCache.

PHP v8.3.13 (phpinfo) - View Errors and Warnings (4) >>

  • Running as web and using config files:
    • /home/web/public_html/cmsbbeta/.htaccess
    • /home/web/public_html/cmsbbeta/.user.ini
    • /opt/cpanel/ea-php83/root/etc/php.ini
  • Disabled functions: exec, passthru, shell_exec, system
  • Security Modules: ModSecurity
  • Caching Modules: None detected
  • Image Modules: gd, imagick

I was able to generate the form code without any issues, but a few PHP errors were logged in reference to the data + time field in my form. These errors did not affect the recording of the date field data from the form submission.

Warning: Undefined array key "yearRangeStart" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 678

Warning: Undefined array key "yearRangeEnd" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 679

Warning: Undefined array key "use24HourFormat" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 688

Warning: Undefined array key "use24HourFormat" in /home/web/public_html/cmsbbeta/plugins/formgenerator_1-02/formGenerator/fg_codeGenerator.php on line 709

~ Deborah

form generator not working

Thank you, that was it!  It is working now.  Appreciate the guidance.

celuch