Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Event Overview month filter cutting off last few days | Event Espresso - Staging Server

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