catyco
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Docs] attach files to doc for non-adminsMarmuel, what did the function.php. I have the same problem and I can’t figure it out why
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Daily/Weekly Digest Memory IssueYes, I increased it 128mb. When I tried to 256mb, I exceed my memory allocation ?? and it rebooted the server.
As I stated earlier, we have about 30K users and a very high activity. We need email notification to trigger for daily/weekly.
All Email is working. However, users are getting notification from groups they do not belong to (which is a different issue)
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Email Notification is not triggeringThe emails are not triggering for daily.
Could it be a compatibility issue with BP 1.7.2? I have the same issue. We upgraded to the latest BP and the email notification is not working. It is a blank screen when you click on View queued digest items
Yes, we updated to latest version of events. The issue is resolved once the events is re-created.
@angelo….that is the issue. I have not been able to replicate it. If you look at the data I provided it is intermittent
We have not made any changes to the table.
If you look at the data, it goes back to April 2013. This issue showed up last week.
We have over 7400 events and 720 locations.
The query showed that I had 2062 events that did not have a post associated with it.
See attached link
https://members.blackgirlsrun.com/wp-content/uploads/2013/06/Events-with-No-Post-ID.xlsx
This is the query I used
SELECT event_id, post_id, id, event_name,event_date_created FROMwp_em_events
LEFT JOIN
wp_posts
onwp_em_events
.post_id=wp_posts
.id@angelo – I did some further investigation and I found something interesting. With the events that are displaying 1970, I saw the following:
1. The event created date is null
2. There is a post ID. However, when I go to the wp_post table and search by the post ID, the results came back zero.I deleted the event and then recreated it and now it displays the event created date and when I go to the wp_post table, the post is listed.
Currently, I am querying the em_events and wp_post tables to see how events that do not have a related post.
Yes. What was interesting was we deleted the widget and re-added it. The 1970 was resolved on the widget side, however it was still displaying on the page (i.e. when you went to view a listing of the events). We then upgraded to the latest version and so far we have not seen this issue.
I just find it puzzling that it appears all of sudden and then disappears.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] No more Event Manager SettingsI actually removed that plugin thinking it was causing the problem. However, the settings are still not working. The “Email” is blank I am not able to make any changes on the other tab. When I make changes, it does not stay.
We just upgrade to latest version of EM hoping it would resolve the issue. We made no customization and it is still there.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] No more Event Manager Settingslatest version of what
Angelo, the data in the wp_post and wp_em_events table looks fine. I don’t know what am I supposed to look for.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] No more Event Manager SettingsNo errors.