Support

Home Forums Event Espresso Premium Event Overview month filter cutting off last few days

Event Overview month filter cutting off last few days

Posted: February 12, 2014 at 10:34 am

Viewing 2 reply threads


thinkbiglearnsmart

    February 12, 2014 at 10:34 am

    On the back-end, when viewing events, it’s consistently not displaying the last few days of the month.

    As an example, you can see here that a class starts March 31: http://screencast.com/t/QNplppmZa

    But when we filter for March, and Retrieve All from the database, we don’t see this class: http://screencast.com/t/3jl0vVSj

    We can find it using the Live Search Filter as long as Month Filtering is off. This behavior started recently and is apparent for past and future months/events. The exact day being cut off varies, but it’s usually the last day or two of the month.

    http://thinkbiglearnsmart.com/
    WP 3.6.1
    EE 3.1.35.P


    Alekka Sweeney

      February 12, 2014 at 10:40 am

      We are having the same problem at http://givesugar.com. The events are visible on the front end to visitor, but when we are in the Events Manager and filter by month, days 29 – 31 are missing for every month. Please advise and let us know if you have any questions about this issue.


      Sidney Harrell

      • Support Staff

      February 12, 2014 at 1:27 pm

      We were made aware of the bug about a week ago. We have put a fix in for the next update of EE, 3.1.37. If you would like to apply the patch now, open up includes/event-management/queries.php and add this in between lines 65 and 66:

      $days_this_month = date('t', strtotime($month_range));

      so that it then reads:

         $month_r = $pieces[1];
         $days_this_month = date('t', strtotime($month_range));
      }
      Viewing 2 reply threads

      The support post ‘Event Overview month filter cutting off last few days’ 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.

      Event Espresso - Staging Server