BBPress Wayne Tooze : Replies Created

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Logos not displayed since upgrade to PHP7 #471721
    Wayne Tooze
    Participant

    Thanks Steven,

    The 2nd getImageMeta call is being made a $customSize is false but the response is a WP_Error_object as follows…

    WP_Error Object
    (
        [errors] => Array
            (
                [image_no_editor] => Array
                    (
                        [0] => No editor could be selected.
                    )
            )
        [error_data] => Array
            ()
    )
    

    Turns out the PHP-GD was missing from the PHP7 builds on the server.

    Installed that and all working fine now. Thanks for your help and hope this thread helps someone else.

    in reply to: Logos not displayed since upgrade to PHP7 #471622
    Wayne Tooze
    Participant

    Hi Steven,

    Tried it on PHP7.1 as well now and still the same problem.

    As the $atts array doesn’t contain a permalink I was under the impression that the problem would be before it would attempt to open any image file. Could you give me some guidance on where the image data is fetched / generated from the database so I can go digging a little deeper.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)