• Resolved bdow

    (@bdow)


    Receiving error when loading the gallery view:

    Trying to get property ‘id’ of non-object

    wp-content/plugins/filebird/includes/Controller/Folder.php:607

    I’ve patched this by placing is_null check on the $screen variable first…

    if( ! is_null($screen) && ‘attachment’ === $screen->id )
    return $form_fields;

    Please fix!!

Viewing 1 replies (of 1 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @bdow ,

    Thanks for coming today!
    Can you please record a short screencast for us to see exactly how you arrive at that error?

    So that we can check and fix it properly!

    Kind regards,
    -Bruce-

Viewing 1 replies (of 1 total)
  • The topic ‘Error when loading gallery view’ is closed to new replies.