Title: 2.4 plugin error after update
Last modified: August 31, 2016

---

# 2.4 plugin error after update

 *  [squivo](https://wordpress.org/support/users/squivo/)
 * (@squivo)
 * [10 years ago](https://wordpress.org/support/topic/24-plugin-error-after-update/)
 * I’ve had this problem since 2.3.12 -> with this update I had the same error… 
   here is the link to the issue: [https://wordpress.org/support/topic/2312-broken](https://wordpress.org/support/topic/2312-broken)
 * Here is the summary:
 * when I try to navigate to any top level posts in my admin section I get the following
   error:
 * > All-in-One Event Calendar has been disabled due to an error:
   >  Argument 1 passed
   > to Ai1ec_Event_Parent::post_row_actions() must be an array, null given, called
   > in /home/blah/blah/blah/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/
   > registry/object.php on line 211 and defined
 * the fix is this:
    on line 169 of app/model/event/parent.php
 * change
    `public function post_row_actions( array $actions, $post ) {` to `public
   function post_row_actions( $actions, $post ) {`
 * I knew I would have to do this every update now… sigh. Hopefully this helps someone,
   maybe even the devs will look into it
 * [https://wordpress.org/plugins/all-in-one-event-calendar/](https://wordpress.org/plugins/all-in-one-event-calendar/)

Viewing 1 replies (of 1 total)

 *  [Benjamin](https://wordpress.org/support/users/bsokic/)
 * (@bsokic)
 * [10 years ago](https://wordpress.org/support/topic/24-plugin-error-after-update/#post-7431373)
 * Hi squivo,
 * This looks like a bug, I have reported it to the development team and hopefully
   it will be resolved soon. Thank you for your solution, it will certainly help
   other users and our team to fix the bug.
 * Thanks,
    Ben

Viewing 1 replies (of 1 total)

The topic ‘2.4 plugin 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/)

## Tags

 * [disabled](https://wordpress.org/support/topic-tag/disabled/)
 * [plugin error](https://wordpress.org/support/topic-tag/plugin-error/)

 * 1 reply
 * 2 participants
 * Last reply from: [Benjamin](https://wordpress.org/support/users/bsokic/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/24-plugin-error-after-update/#post-7431373)
 * Status: not resolved