• Resolved Jos Klever

    (@josklever)


    On my WP dashboard I’m seeing the following images in the browser console that can’t be loaded:

    GET https://platform-lookaside.fbsbx.com/platform/profilepic/?psid=4328171733904329&height=100&width=100&ext=1634041528&hash=AeRuPuW83vT1T9RNxzs 404
    GET https://platform-lookaside.fbsbx.com/platform/profilepic/?psid=2862520867194524&height=100&width=100&ext=1587460276&hash=AeRXu678OG2geami 404
    GET https://platform-lookaside.fbsbx.com/platform/profilepic/?psid=3341304362566001&height=100&width=100&ext=1589576775&hash=AeTZolWiQZjD6bYo 404
    GET https://platform-lookaside.fbsbx.com/platform/profilepic/?psid=3150765138319640&height=100&width=100&ext=1587460276&hash=AeQZjffXbxhaUt0y 404

    These are loaded within a wprev_dash_revdiv div, so this is related to your plugin and specifically the file ./admin/class-wp-fb-reviews-admin.php

    I have no idea why these 4 images are called on the WP dashboard, because there’s nothing to show there for this plugin. On the plugin pages the errors are not there, so it’s specifically for the dashboard page.

    Without any other plugins and a default theme the issue persists.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author jgwhite33

    (@jgwhite33)

    The plugin has a recent reviews dashboard widget. That’s probably where the messages are coming from. It looks like Facebook expired the avatars for those reviews. You’ll need to go to the Review List page in the plugin and delete the Facebook reviews, then re-download them. The plugin will try to save them locally so they don’t expire, but if your PHP copy command isn’t working, then it defaults to referencing them from Facebook.

    Thread Starter Jos Klever

    (@josklever)

    The widget was not shown, but when I enable it, there are indeed 4 reviews without a picture. The cause is clear now, but I don’t think that the widget should be loaded when it’s disabled via Screen options. It slows down the admin.

    Plugin Author jgwhite33

    (@jgwhite33)

    That’s just how the WordPress screen options function works. If you want I can tell you the code in the plugin to change to turn off that widget.

    Thread Starter Jos Klever

    (@josklever)

    The errors are solved by removing and importing all reviews again.

    I’ve tested how other widgets are loaded when disabled and it looks like it doesn’t make a difference. So that’s a WordPress “issue”.

    Thanks for the quick response!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remote images not loaded on dashboard’ is closed to new replies.