Replies: 0
I am getting a strange behaviour. On a number of pages where I am displaying the user’s avatar, it works OK as long as I am viewing those pages as a logged in user (as administrator). As soon as I log off, a number of those avatar images revert to displaying the default avatar, and there are a number of notice messages if I am switching on WP_DEBUG. Those notices are all coming from within a core wp_include file, from within the get_comment() function (trying to get property of a non-object).
I traced it back as definitely a behaviour linked to this plugin – as soon as I deactivate it, the notices are gone and the site functions as expected with the proper images displayed.
Some further info that may be relevant – I am also using Avatar Manager to enable users to upload avatar images directly, and also using W3 Total Cache, so the issue might be related to plugin conflict.
Hope you can assist and if this is related to the plugin, fix it?