• Resolved Ben Davidson

    (@kzooben)


    In the admin and on the front end, it seems as though the plugin no longer shows Flickr galleries that were working a couple of weeks ago. I have my auth set up and galleries that were loading correctly, but now if I try to edit a gallery I get a never-ending loader and it shows nothing when visiting the webpage.

    I’m seeing PHP errors associated with the plugin and a 500 error code in my console log that were not showing previously, too. To avoid potential issues, I am using ‘photonic’ as the shortcode identifier instead of ‘gallery’, and after discussion with my hosting company they were unable to see other conflicts or server issues that could be causing the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    Can you provide me with the PHP errors? I am not seeing any issue with the integration on my side.

    Thread Starter Ben Davidson

    (@kzooben)

    Sure thing and thank you for the prompt reply! This was the latest, which showed up when I was trying to edit an existing gallery, though I get similar issues with trying to create new ones:

    PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, null given in /nas/content/live/***/wp-content/plugins/photonic/Admin/Wizard/Flickr.php:458#012Stack trace:#012#0 /nas/content/live/***/wp-content/plugins/photonic/Admin/Wizard/Flickr.php(458): array_merge(NULL, Array)#012#1 /nas/content/live/***/wp-content/plugins/photonic/Admin/Wizard/Wizard.php(262): Photonic_Plugin\Admin\Wizard\Flickr->make_request('album-photo', 'other', Array)#012#2 /nas/content/live/***/wp-content/plugins/photonic/Admin/Wizard/Wizard.php(126): Photonic_Plugin\Admin\Wizard\Wizard->validate(2, 'flickr', Array)#012#3 /nas/content/live/***/wp-content/plugins/photonic/Admin/Admin.php(179): Photonic_Plugin\Admin\Wizard\Wizard->get_screen()#012#4 /nas/content/live/***/wp-includes/class-wp-hook.php(324): Photonic_Plugin\Admin\Admin->wizard_next_screen('')#012#5 /nas/content/live/***/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters('', Array)#012#6 /nas/content/live/***/wp-includes/plugin.php(517): WP_Hook->do_action(Array)#012#7 /nas/content/live/***/wp-admin/admin-ajax.php(192): do_action('wp_ajax_photoni...')#012#8 {main}#012 thrown in /nas/content/live/***/wp-content/plugins/photonic/Admin/Wizard/Flickr.php on line 458

    Additionally, I’m seeing the following show up sometimes:

    PHP Warning: Undefined array key "success" in /nas/content/live/***/wp-content/plugins/photonic/Admin/Wizard/Flickr.php on line 458

    Plugin Author Sayontan Sinha

    (@sayontan)

    The logs are indicative of a failed connection between your host and Flickr. Basically you are getting a null response or an empty response when your website is trying to connect to Flickr to fetch some basic information, and that is causing the issue.

    There is no fix for this apart from waiting – in most cases this gets resolved in a day or so, though I am not sure how long it has been for you. I am a little surprised that your host said that there is no issue on their side, given that their server is the one that is making the call to Flickr via Photonic.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Flickr Integration Has Stopped Working’ is closed to new replies.