Title: Fatal error after update
Last modified: August 30, 2016

---

# Fatal error after update

 *  Resolved [Eric A. Silva](https://wordpress.org/support/users/ericsil24/)
 * (@ericsil24)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/)
 * After updating to the latest version (2.3.0) I got the error below. I **immediately**
   had to revert back to the previous version.
 * > Plugin failed to reactivate due to a fatal error.
   > Parse error: syntax error, unexpected ‘:’ in /home/content/07/8659907/html/
   > wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php on line
   > 451
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

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

 *  [ahoefling](https://wordpress.org/support/users/ahoefling/)
 * (@ahoefling)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447003)
 * Just downloaded- tried twice and both times I got the same thing as member above:
 * Plugin could not be activated because it triggered a fatal error.
 * Parse error: syntax error, unexpected ‘:’ in /home/content/t/k/d/tkd0229/html/
   wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php on line
   451
 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447007)
 * Hi,
 * Please create a new topic on [timely forum](https://time.ly/forums/) and send
   us your WP admin details privately there. I’d like to take a closer look at what’s
   occurring.
 *  [jeffrey wilcox](https://wordpress.org/support/users/jeffrey-wilcox/)
 * (@jeffrey-wilcox)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447009)
 * Thanks for reporting guys. Can you post a link back here to where you post in
   our forums? Want to make sure we don’t lose track.
 *  Thread Starter [Eric A. Silva](https://wordpress.org/support/users/ericsil24/)
 * (@ericsil24)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447013)
 * I just posted it.
 * [https://time.ly/forums/topic/fatal-error-after-update-2/](https://time.ly/forums/topic/fatal-error-after-update-2/)
 *  [cefiar](https://wordpress.org/support/users/cefiar/)
 * (@cefiar)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447054)
 * Your host is using a version of PHP lower than 5.3. If you’re running PHP 5.2.
   X or lower, the following solves the problem.
 * To fix this, edit: **all-in-one-event-calendar/lib/calendar-feed/ics.php**
 * And change line 451 from:
 * `'feed_name' => $row->feed_name ?: $row->feed_url,`
 * To:
 * `'feed_name' => $row->feed_name ? $row->feed_name : $row->feed_url,`
 * Note: I’ve just got a reply from Jeff that a hot-fix release will be out soon
   that contains this fix. This should at least allow the early adopters running
   older versions to get their sites up and running.
 *  [mrskeeney](https://wordpress.org/support/users/mrskeeney/)
 * (@mrskeeney)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447057)
 * I am getting the same error after updating all in one event calendar
 * Parse error: syntax error, unexpected ‘:’ in /home4/region2/public_html/pkchq.
   com/wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed/ics.php on
   line 451
 * How can I revert back to the previous version. I really need my site to work.
   We are in the middle of registering competitors for an event and the link to 
   registraion is on the event calendar
 *  [cefiar](https://wordpress.org/support/users/cefiar/)
 * (@cefiar)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447085)
 * Just edit the file as I mentioned above, and it will be fixed.
 *  [jeffrey wilcox](https://wordpress.org/support/users/jeffrey-wilcox/)
 * (@jeffrey-wilcox)
 * [11 years ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447142)
 * This is fixed in the latest release. Please update to 2.3.2
 *  [ahoefling](https://wordpress.org/support/users/ahoefling/)
 * (@ahoefling)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447188)
 * I updated to 2.3.2 and all fixed. Thank you so much!

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

The topic ‘Fatal error after update’ 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/)

 * 9 replies
 * 6 participants
 * Last reply from: [ahoefling](https://wordpress.org/support/users/ahoefling/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/fatal-error-after-update-41/#post-6447188)
 * Status: resolved