Title: This has broke
Last modified: August 22, 2016

---

# This has broke

 *  Resolved [joshholmes90](https://wordpress.org/support/users/joshholmes90/)
 * (@joshholmes90)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/)
 * When updating to the recent version of all in one event calendar, any pages that
   includes the event calendar no longer displays.
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [Bernd](https://wordpress.org/support/users/bernd-albers/)
 * (@bernd-albers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503598)
 * My pages containing a calendar are also white/blank after the update to 2.1.7,
   whereas everything was displayed fine before.
 * You do not really expect everybody to go through this?!
 * [https://wordpress.org/support/topic/white-screen-or-blank-page-with-all-in-one-event-calendar-please-read-1?replies=1](https://wordpress.org/support/topic/white-screen-or-blank-page-with-all-in-one-event-calendar-please-read-1?replies=1)
 *  [Nicola Peluchetti](https://wordpress.org/support/users/nicolapeluchetti/)
 * (@nicolapeluchetti)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503687)
 * If the page is blank, i can’t know what error is. You need to see in your PHP
   error log what the error is.
 * For 2.1.7 anyway the fix could be
 * add to file
 * app/model/event-compatibility.php the following method
 *     ```
       /**
       	 * Returns Event instance permalink for FER compatibility.
       	 *
       	 * @return string Event instance permalink.
       	 */
       	public function getpermalink() {
       		return $this->get_runtime( 'instance_permalink' );
       	}
       ```
   
 * [http://take.ms/4E9bg](http://take.ms/4E9bg)
 *  [djedefresky](https://wordpress.org/support/users/djedefresky/)
 * (@djedefresky)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503709)
 * Bernd,
    Yes, unfortunately a commercial organization is indeed asking you to 
   look into your own logs and edit PHP to make their product work.
 *  [jgjh151](https://wordpress.org/support/users/jgjh151/)
 * (@jgjh151)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503718)
 * all in one fail
 *  [Bernd](https://wordpress.org/support/users/bernd-albers/)
 * (@bernd-albers)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503774)
 * I added the following code that was given in another thread to 2.1.8 and now 
   my page displays as it should:
    ————– at the beginning of all-in-one-event-calendar.
   php on line 12 add
 * define( ‘AI1EC_THEME_COMPATIBILITY_FER’, false );
 *  [Nicola Peluchetti](https://wordpress.org/support/users/nicolapeluchetti/)
 * (@nicolapeluchetti)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503776)
 * [@bermd](https://wordpress.org/support/users/bermd/) good 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘This has broke’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/all-in-one-event-calendar.svg)
 * [Timely All-in-One Events Calendar](https://wordpress.org/plugins/all-in-one-event-calendar/)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-event-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-event-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-event-calendar/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [Nicola Peluchetti](https://wordpress.org/support/users/nicolapeluchetti/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/this-has-broke/#post-5503776)
 * Status: resolved