Posted: March 19, 2015 at 6:08 pm
|
If I try to save or save and close the question groups for the registration form I get SELECT Question_Group.QSG_ID AS ‘Question_Group.QSG_ID’, Question_Group.QSG_name AS ‘Question_Group.QSG_name’, Question_Group.QSG_identifier AS ‘Question_Group.QSG_identifier’, Question_Group.QSG_desc AS ‘Question_Group.QSG_desc’, Question_Group.QSG_order AS ‘Question_Group.QSG_order’, Question_Group.QSG_show_group_name AS ‘Question_Group.QSG_show_group_name’, Question_Group.QSG_show_group_desc AS ‘Question_Group.QSG_show_group_desc’, Question_Group.QSG_wp_user AS ‘Question_Group.QSG_wp_user’, Question_Group.QSG_system AS ‘Question_Group.QSG_system’, Question_Group.QSG_deleted AS ‘Question_Group.QSG_deleted’ FROM wp_pf1m2kymvc_esp_question_group AS Question_Group WHERE Question_Group.QSG_ID = 3SELECT Question_Group.QSG_ID FROM wp_pf1m2kymvc_esp_question_group AS Question_Group WHERE Question_Group.QSG_deleted = 0 AND Question_Group.QSG_ID = 3 I am on the most recent release of EE4. Let me know if you require anymore information. Thanks. |
Hi Ryan, could you try adding this towards the middle of your wp-config.php file? define('WP_DEBUG_DISPLAY', false); @ini_set('display_errors',0); Also, if WP debugging is only, try turning that off through the macro in the wp-config.php file. — |
|
|
Hi, Adding those lines to the wp-config.php file made no effect onto what happens. Any other suggestions? It does save the data, just redirects to a blank page that spits out the sql query and the warning. Thanks. |
Hi Ryan, We are investigating this currently. Can you tell me which question types you have in this group please? |
|
Hi Ryan, A fix for this was included within the latest update to Event Espresso. This version is 4.6.18.p and is available to download through your account page or using the one click updates through your Dashboard. |
|
|
Hi, Thank you very much! Works perfectly now. |
The support post ‘Issue with saving a question group’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.