Title: PHP Warning: Undefined property: stdClass::$med
Last modified: July 5, 2026

---

# PHP Warning: Undefined property: stdClass::$med

 *  Resolved [DickRaney](https://wordpress.org/support/users/dickraney/)
 * (@dickraney)
 * [2 weeks, 1 day ago](https://wordpress.org/support/topic/php-warning-undefined-property-stdclassmed/)
 * Logs are full of these PHP warnings:
 *     ```wp-block-code
       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)

 *  Plugin Support [Fasih (Easy social feeds support)](https://wordpress.org/support/users/mrfasih/)
 * (@mrfasih)
 * [1 week, 6 days ago](https://wordpress.org/support/topic/php-warning-undefined-property-stdclassmed/#post-18958370)
 * Hi [@dickraney](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-warning-undefined-property-stdclassmed%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/easy-facebook-likebox/assets/icon-128x128.png?rev=2476598)
 * [Easy Social Feed - Social Photos Gallery and Post Feed for WordPress](https://wordpress.org/plugins/easy-facebook-likebox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-facebook-likebox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-facebook-likebox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-facebook-likebox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-facebook-likebox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-facebook-likebox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fasih (Easy social feeds support)](https://wordpress.org/support/users/mrfasih/)
 * Last activity: [1 week, 6 days ago](https://wordpress.org/support/topic/php-warning-undefined-property-stdclassmed/#post-18958370)
 * Status: resolved