WordPress 4.4 + ECP 4.0 Breaks menu editing ability

Home Forums Calendar Products Events Calendar PRO WordPress 4.4 + ECP 4.0 Breaks menu editing ability

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1038305
    Jeff
    Participant

    Hi Just today I updated WP to 4.4, then I purchased Events Calendar Pro 4.0 and the plugin (non pro) breaks the menu editing feature of Word Press. Deactivating Events Calendar Pro, does not fix it, but deactivating the free Events Calendar does.

    Screenshot:
    http://s28.postimg.org/94bryeiot/evpscreen.jpg

    Tried Twentyfourteen, all other plugins deactivated ect.

    Thanks!

    #1038384
    Thomas
    Participant

    I saw this fix posted earlier:
    https://wordpress.org/support/topic/upgrade-breaks-menu-admin

    The page never fully loads and the JavaScript inspector shows “columns is not defined”.

    This is due to a missing load-scripts.php I think, but that’s irrelevant. If you activate WP_DEBUG you will see a PHP error.

    <b>Fatal error</b>: Cannot use object of type stdClass as array in <b>\httpdocs\wp-content\plugins\the-events-calendar\src\Tribe\Main.php</b> on line <b>1135</b>

    I changed this line:
    ‘post_title’ => $post_type[‘args’]->labels->all_items,

    To this:
    ‘post_title’ => $post_type->labels->all_items,

    It seems to work, but I am not claiming this is a proper fix. It was just enough to get rid of the error and get the site running again.

    #1038531
    Nico
    Member

    Hey Folks,

    Thanks so much for the report! We are aware of this issue and a fix for this will be mostly sure included in the maintenance release coming out hopefully tomorrow (4.0.1). For now using the Customizer and editing the menu there should work.

    Thanks for your patience,
    Best,
    Nico

    #1040887
    Nico
    Member

    Hi there,

    Just wanted to give you a heads up on this issue: the fix we included in version 4.0.1 ๐Ÿ™‚ Can you please update and test if this got fixed for you as well?

    Thanks,
    Nico

    #1040978
    Jeff
    Participant

    Nico,

    Yes, thanks so much. Installed the updates this past weekend and all is great! Menu editing works again, Calendar look super.

    Thanks!

    Jeff

    #1041245
    Nico
    Member

    Thanks for confirming it works Jeff, that’s music to my ears ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WordPress 4.4 + ECP 4.0 Breaks menu editing ability’ is closed to new replies.