Title: Version 0.8.4 problems
Last modified: August 21, 2016

---

# Version 0.8.4 problems

 *  [madler99](https://wordpress.org/support/users/madler99/)
 * (@madler99)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/version-084-problems/)
 * This morning I installed the updates for Events Manager and WP FullCalendar. 
   I noticed that my September, December, and January events would not display on
   the my calendar. I deleted 0.8.4 and installed 0.8.3 and now everything is working
   fine. Please find and fix the problems in 0.8.4. This product truly is great!
 * [http://wordpress.org/plugins/wp-fullcalendar/](http://wordpress.org/plugins/wp-fullcalendar/)

Viewing 2 replies - 16 through 17 (of 17 total)

[←](https://wordpress.org/support/topic/version-084-problems/?output_format=md) 
[1](https://wordpress.org/support/topic/version-084-problems/?output_format=md) 
2

 *  [mrppp](https://wordpress.org/support/users/mrppp/)
 * (@mrppp)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/version-084-problems/page/2/#post-4078955)
 * Try here
    [http://wordpress.org/plugins/wp-fullcalendar/developers/](http://wordpress.org/plugins/wp-fullcalendar/developers/)
 *  [Kor1](https://wordpress.org/support/users/kor1/)
 * (@kor1)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/version-084-problems/page/2/#post-4078989)
 * Hi. I had the same problem, events for January 2014 not showing up, and here’s
   what I did.
 * Edited the file: /wp-content/plugins/events-manager/em-wpfc.php
    Function: wpfc_em_ajax
 * After this line:
 * `$month = date ( "m", $tomorrow );`
 * Added:
 *     ```
       $currentMonth = date ( "m", $_REQUEST ['start'] );
       if($currentMonth=="12" && $month=="01")
         $year++;
       ```
   
 * What it does is if current $month is = 12 “December” and $tomorrow’s month is
   01 “January” then increase the Year.
 * I know this is not the best solution, but the easier. I know there’s “end” timestamp
   posted to the ajax, so I know the devs will be able to fix this easier…
 * Hope this helps somebody…
 * Kor1.

Viewing 2 replies - 16 through 17 (of 17 total)

[←](https://wordpress.org/support/topic/version-084-problems/?output_format=md) 
[1](https://wordpress.org/support/topic/version-084-problems/?output_format=md) 
2

The topic ‘Version 0.8.4 problems’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fullcalendar.svg)
 * [WP FullCalendar](https://wordpress.org/plugins/wp-fullcalendar/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fullcalendar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fullcalendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fullcalendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fullcalendar/reviews/)

 * 17 replies
 * 13 participants
 * Last reply from: [Kor1](https://wordpress.org/support/users/kor1/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/version-084-problems/page/2/#post-4078989)
 * Status: not resolved