• 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 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/

Viewing 1 replies (of 1 total)
  • 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.