2.4 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
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 definedthe fix is this:
on line 169 of app/model/event/parent.phpchange
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
The topic ‘2.4 plugin error after update’ is closed to new replies.