hiddentao / wp-flickr-embed

Insert Flickr images into your Wordpress posts using an interactive interface
http://wordpress.org/extend/plugins/wp-flickr-embed/
GNU General Public License v3.0
19 stars 12 forks source link

Unable to authorize with Flickr #14

Open cfletcher opened 9 years ago

cfletcher commented 9 years ago

Hi, I'm trying to use this plugin with my Azure hosted Wordpress blog, but I'm getting an "Oops, something went wrong whilst trying to authorize access to Flickr." error with I press "Authorize with Flickr". Is there any way to get more information from the error?

hiddentao commented 9 years ago

Sounds like the plugin encountered something unexpected. You'd need to be able to debug the code step-by-step on your host (e.g. putting in print out statements at various points into the plugin code)

hiddentao commented 9 years ago

Specific line: https://github.com/hiddentao/wp-flickr-embed/blob/master/include/class.admin-page.php#L36

cfletcher commented 9 years ago

I've found the line, are there any variables that I should debug in-particular? Sorry I'm not a php developer!