Greg

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • in reply to: Event Times Off By One Hour After DST #1479638
    Greg
    Participant

    OK, we are good to go. I reached out to them too, they are friends. He pointed me to this: https://cl.ly/qC9T. I toggled to on, created a new event and all was good. It didn’t fix anything that had already been created, but anything newly created was fixed. I think we are good to go.

    In their next release of Series Engine they are going to rename that option as well in the admin to add TEC to it as well.

    Thank you again for your help and making things happen.

    in reply to: Event Times Off By One Hour After DST #1479252
    Greg
    Participant

    Hey Barry, thanks for digging into this and trying to figure it out with us.

    So this seems that we have a compatibility issue here, which makes me wonder the best way to resolve this. A lot of churches use your plugin as well as the Series Engine plugin. So what do you think?

    in reply to: Event Times Off By One Hour After DST #1475078
    Greg
    Participant

    This reply is private.

    in reply to: Event Times Off By One Hour After DST #1474672
    Greg
    Participant

    This reply is private.

    in reply to: Event Times Off By One Hour After DST #1474168
    Greg
    Participant

    This reply is private.

    in reply to: Event Times Off By One Hour After DST #1473927
    Greg
    Participant

    Please let Barry, Reid, and anyone else in management over there know that a fix coming at the end of March, for what I would deem a major issue that you’ve known about for weeks, if not months, is completely unacceptable. Seriously unacceptable.

    in reply to: Event Times Off By One Hour After DST #1473877
    Greg
    Participant

    How is this not even on your list of known issues? https://theeventscalendar.com/known-issues/

    So not only have I not been kept up to date, it seems that you are not actively working on this. I’ve paid you guys a lot of money with my subscriptions…I’m strongly starting to look elsewhere. I’m not getting support, nor am I getting what I’ve paid for. You guys can do better.

    in reply to: Event Times Off By One Hour After DST #1472384
    Greg
    Participant

    Hey guys, day light savings time hits here this weekend and still no resolution or reply to my ticket from a week ago. Could I please get an update?

    in reply to: Event Times Off By One Hour After DST #1467505
    Greg
    Participant

    Anything else known on the timeline of this fix? It is going to be hard to go too far into this month with many of our events showing the wrong time. I hope this is a top priority for the team there.

    in reply to: Purging 40K+ Deleted Items From Database #1442186
    Greg
    Participant

    Well let me add the solution here in case anyone needs it and comes across this thread.

    Caveat, make a back-up of your database. Just do it, don’t be silly.

    All you need to do is run a SQL command

    DELETE wp_posts,wp_term_relationships,wp_postmeta,wp_term_taxonomy
    FROM wp_posts
    LEFT JOIN wp_term_relationships ON ( wp_posts.ID = wp_term_relationships.object_id )
    LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
    LEFT JOIN wp_term_taxonomy ON ( wp_term_taxonomy.term_taxonomy_id = wp_term_relationships.term_taxonomy_id )
    WHERE wp_posts.post_status='trash';

    Just like that, over 44,000 trashed posts gone.

    in reply to: Purging 40K+ Deleted Items From Database #1441913
    Greg
    Participant

    Looks like that can do it, however, requires a $15 addon to get the stuff from the trash. Any other options that wouldn’t require a $15 purchase? I’m looking at this as a one time dealio.

    in reply to: Some All-Day Events Showing Up on the Day After #1221041
    Greg
    Participant

    Perfect, that solved it.

    in reply to: Duplicate Events and Weird Times #1167833
    Greg
    Participant

    OK, that plugin purged the events just fine, thanks for that. I ran my import again and it pulled the events in as I would expect. However, the import is not right and good. For example, if you look at this day: http://immanuelbaptist.org/events/2016-09-14/, there are 10 of the same event being imported into the the events. Now that event is in the past. That said, here is another day into the future that is doing it as well, http://immanuelbaptist.org/events/2017-01-22/.

    in reply to: Duplicate Events and Weird Times #1167606
    Greg
    Participant

    OK, so one thing I tried was to delete the import and delete all of the events with it.

    When I try to set the import backup I get this error: http://d.pr/i/dD8j.

    I’m not sure where to go from here.

    in reply to: Two Day, All Day Event Shows for Three Days #1164910
    Greg
    Participant

    YES!!! It was that End of Day setting. I moved it to 12:00am and tested. Now, I had to create a new event, it didn’t update the existing event, but once I created a new one it worked just fine.

    Thank you also for pointing the bug out. I’ll have my developer take a peak at that.

Viewing 15 posts - 1 through 15 (of 29 total)