form builder not working
6 posts by 3 authors in: Forums > CMS Builder
Last Post: Yesterday at 7:22am (RSS)
By celuch - Tuesday at 4:23am
When I try to use form generator on a HostGator server ( V 3.76, PHP 8.3) I get this error:
Not Acceptable!
An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.
I asked HostGator to remove the Mod_Security as I found in a forum post but I'm stilll getting that error. I noticed I appeared to be using version 1.1, but on downloading the newer 1.2 version it still says 1.1 in the listing.
Does the form generator still work? And is there something I shoudl try?
By Dave - Tuesday at 7:57pm
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?
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?
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)
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.