Can you provide me with the PHP errors? I am not seeing any issue with the integration on my side.
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
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.