intgusa
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Plugin ErrorsReferring to the 4 lines that were inserted as a replacement
ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Plugin ErrorsEdgar:
Okay, I tried both methods. The first method I tried yesterday but forgot to mention. After reading the article I replaced the one line of code
define('WP_DEBUG', false);with the 4 lines in the wp-config.php file. As of now the form is still behaving in the same manner.Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Plugin ErrorsAlso if this helps, the form completes successfully when testing from the preview button. It’s when I add it to a webpage it starts to fail.
Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Plugin ErrorsWithin the Entries table, all entries are being recorded even though there’s an error after hitting the submit button. No emails are being sent. From my debug log I pretty much saw the same errors as before when I turned off debugging. Here is what the log pulled from today. I even tried recreating a new form but that one has the same effect, yet I have another form that still functions correctly. I appreciate your time with trying to help me out.
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant id – assumed ‘id’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 37
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant section – assumed ‘section’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 37
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant id – assumed ‘id’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 38
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant section – assumed ‘section’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 38
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant id – assumed ‘id’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 39
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant section – assumed ‘section’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 39
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant id – assumed ‘id’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 40
[14-Sep-2017 13:27:41 UTC] PHP Notice: Use of undefined constant section – assumed ‘section’ in /var/www/html/wp-content/plugins/smart-forms/additional_fields/smart-forms-additional-fields-list.php on line 40
Forum: Plugins
In reply to: [Smart Forms - when you need more than just a contact form] Plugin ErrorsEdgar:
Our WordPress site is internal so I can’t provide a link. What I can tell you is my other form seems to be working except my new hire form after the updates. After submit it just says “An error occurred, please try again later”. No emails are sent out but I can see the information in the entries table. I’m going to try to remove all the emails and re-add them to ensure one isn’t causing an issue. Anymore suggestions?