• Resolved DickRaney

    (@dickraney)


    Logs are full of these PHP warnings:

    AH01071: Got error 'PHP message: PHP Warning: Undefined property: stdClass::$media in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/easy-facebook-likebox/facebook/frontend/views/templates/template-fullwidth.php on line 342; PHP message: PHP Warning: Attempt to read property "image" on null in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/easy-facebook-likebox/facebook/frontend/views/templates/template-fullwidth.php on line 342; PHP message: PHP Warning: Attempt to read property "src" on null in /var/www/vhosts/mysite.com/httpdocs/wp-content/plugins/easy-facebook-likebox/facebook/frontend/views/templates/template-fullwidth.php on line 342'
Viewing 1 replies (of 1 total)
  • Hi @dickraney,

    Thank you for reporting this issue.

    We always strive to improve our plugin and ensure that no errors are shown. However, some PHP warnings can vary depending on different server environments and configurations.

    I will forward this to our development team so they can investigate it further.

    In the meantime, you can suppress these warnings by disabling WordPress debug logging in your wp-config.php file. Simply set the following:

    define( 'WP_DEBUG', false );
    define( 'WP_DEBUG_LOG', false );
    define( 'WP_DEBUG_DISPLAY', false );
    

    This will prevent the warnings from being written to your server logs.

    Thank you for your patience and for helping us improve the plugin.

    Best regards,
    Easy Social Feed Support Team

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.