[Plugin: Slickr Flickr] Fatal error: Uncaught exception 'Exception' with message 'Co
-
I’ve recently inherited a site that is running v1.42 of Slikr Flickr and I’m finding an error in my logs that I’m having trouble debugging. The errors are as follows (with site information removed):
[08-Oct-2012 02:56:12 UTC] PHP Fatal error: Uncaught exception ‘Exception’ with message ‘Connection closed’ in /wp-content/plugins/slickr-flickr/phpFlickr.php:19
Stack trace:
#0 /wp-content/plugins/slickr-flickr/phpFlickr.php(19): session_start()
#1 /wp-content/plugins/slickr-flickr/slickr-flickr-feed.php(4): require_once(‘/mnt/stor12-wc2…’)
#2 /wp-content/plugins/slickr-flickr/slickr-flickr-public.php(52): require_once(‘/mnt/stor12-wc2…’)
#3 /wp-content/plugins/slickr-flickr/slickr-flickr.php(140): require_once(‘/mnt/stor12-wc2…’)
#4 /wp-settings.php(196): include_once(‘/mnt/stor12-wc2…’)
#5 /wp-c in /wp-content/plugins/slickr-flickr/phpFlickr.php on line 19Any suggestions on how to handle this? The (‘/mnt/stor12-wc2…’) is exactly as printed out by the error logs, along with #5 ‘/wp-c in’
I am assuming it has something to do with sessions as the line that starts it all is @session_start (line 19 in phpFlickr.php) but I really am not sure what might need to be changed in my environment. Any information or suggestions would be greatly appreciated.
- The topic ‘[Plugin: Slickr Flickr] Fatal error: Uncaught exception 'Exception' with message 'Co’ is closed to new replies.