Home › Forums › Calendar Products › Community Events › Community Events Settings revisions don't get saved
- This topic has 27 replies, 4 voices, and was last updated 9 years, 10 months ago by
Becky Raney.
-
AuthorPosts
-
June 1, 2016 at 11:13 am #1121294
Becky Raney
ParticipantHi There,
I’m trying to add an email address to be alerted when a new event is submitted, when I click ‘Save Changes’ the changes do not occur.
This also happens when I’m trying to update any other part of the Community Events Section.
I’ve disabled the plug-in, reinstalled it, and the problem continues.
Please advise. Thank you.June 1, 2016 at 11:18 am #1121297George
ParticipantSorry to hear this @Becky!
I just tested this locally on my own site and it works for me. To help investigate, can you post your site’s “System Information”? Here’s how ? https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Cheers,
GeorgeJune 1, 2016 at 11:39 am #1121308Becky Raney
ParticipantThis reply is private.
June 2, 2016 at 8:58 am #1121638George
ParticipantThis reply is private.
June 9, 2016 at 2:09 pm #1124765Becky Raney
ParticipantHi George,
I finally had some time to test for conflicts.
Unfortunately, the issue has not been resolved.
I have yet to save any changes when I am in the Community Events Settings page and I really need to add another email address for notifications.
Please advise.
Thanks.Phillip
June 9, 2016 at 5:25 pm #1124837Becky Raney
ParticipantHi George,
This is the error message that is displayed when I try to submit an event:
Warning: in_array() expects parameter 2 to be array, boolean given in /home/whatcalendar/whatcalendar2/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php on line 510
Warning: Invalid argument supplied for foreach() in /home/whatcalendar/whatcalendar2/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php on line 514
Here is the link: http://whatcalendar.com/events/community/add
June 10, 2016 at 8:56 am #1125107George
ParticipantThank you for this information, @Becky, and for doing all of that testing.
One thing that may help here is updating to the most recent versions of our code—as of Wednesday this week, that is version 4.2.
Once you update The Events Calendar and Community Events both to version 4.2, do your problems persist? Do they improve at all?
Thank you!
GeorgeJune 10, 2016 at 1:34 pm #1125364Becky Raney
ParticipantHi George,
Issue has not been resolved … I try to change the email notification to another email address, I’ve tried adding another email address to the notification; and have even changed my email address in the eventcalendar.com My Account settings to see if that affects it … no luck.
The Community Events Settings page does not save new entries.
Please advise. Thanks.I also get the following message when an event is submitted:
Warning: in_array() expects parameter 2 to be array, boolean given in /home/whatcalendar/whatcalendar2/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php on line 510
Warning: Invalid argument supplied for foreach() in /home/whatcalendar/whatcalendar2/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts.php on line 514
June 10, 2016 at 1:54 pm #1125380George
ParticipantI’m sorry to hear this Becky! I am a bit stumped because I cannot recreate this problem.
Though you already posted your System Information, can you post it anew to this thread? Just so I can have a look at it now that you’ve done those updates.
I am sorry for all of the trouble here; as noted, no matter what I try I am unable to recreate these issues.
One possible workaround for now is to add a snippet of code like this to your theme’s functions.php file:
add_filter( 'tribe_get_single_option', 'becky_add_emails_to_community_events_notifications', 1, 3 );
function becky_add_emails_to_community_events_notifications( $option, $default, $optionName ) {
if ( 'emailAlertsList' !== $optionName ) {
return $option;
}$option = '[email protected] [email protected] [email protected]';
return $option;
}
Pay close attention to the line of code that looks like this:
$option = '[email protected] [email protected] [email protected]';Add all of the email address you need here, separated by one space.
While this may not look like it changes anything in the settings panel, try “submitting” some test events on the community form and see if you get the email updates at those email addresses you enter.
I hope this helps!
GeorgeJune 10, 2016 at 2:44 pm #1125412Becky Raney
ParticipantThis reply is private.
June 13, 2016 at 7:11 am #1126067Becky Raney
ParticipantGood Morning George,
Any other recommendations to this problem?
Thanks.June 13, 2016 at 1:06 pm #1126303Daniel
ParticipantHaving the same issue on mine now. I installed and everything went smoothly. After I turned on the alert and saved the first time, it stopped updating any changes I made thereafter. Trying to add another email and restrict access to another role, but even though the dialogue says the setting were saved, they were not.
June 13, 2016 at 6:20 pm #1126466George
ParticipantHey @Becky,
Thank you for your patience with my delayed reply over the weekend!
To be clear, my snippet does NOT change the settings; it just forces a different list of emails to be alerted upon submission. It is just meant to be a temporary help while we keep investigating this….
On that note, thank you for chiming in here, @Daniel. Would you mind posting your site’s System Information if possible? Here’s how ? https://theeventscalendar.com/knowledgebase/sharing-sys-info/
I am still unable to recreate the issues reported here. 🙁
@Becky, earlier you mentioned this:I finally had some time to test for conflicts.
Unfortunately, the issue has not been resolved.☝️ When you performed these tests, did you still find the error messages you report elsewhere in this thread? Or did issues persist, but this error was no longer visible, etc.? Any variation or details are worth sharing…just curious about what exactly you found.
Thank you for your patience with this issue.
Sincerely,
GeorgeJune 13, 2016 at 10:46 pm #1126554Daniel
ParticipantStrangely enough, with the Community Events plugin enable, the titles on all my posts disappeared, a very odd side effect. I attached images showing the same post, one with the plugin activated, the other with it disabled. No idea how they two are related, but mentioned it on the off-chance it leads to something.
System info included with the Community Add-on activated and disabled in another post
June 13, 2016 at 10:52 pm #1126558Daniel
ParticipantImages didn’t come through. (Email support would be awesome btw)
-
AuthorPosts
- The topic ‘Community Events Settings revisions don't get saved’ is closed to new replies.
