mwbarker
Member
Posted 2 years ago #
Whenever I try to login to the admin panel, I get the following error message:
Fatal error: Call to undefined function get_plugin_data()
I get this with both the tantan-flickr and tantan-spam plugins. This didn't happen until the upgrade to 2.9.2. Anybody else getting this and know what to do to fix it? Without it, I have to go in and rename both plugin folders to something else in order to log in.
http://wordpress.org/extend/plugins/tantan-flickr/
bradhilldesign
Member
Posted 2 years ago #
I have/had the same issue. I had to remove the plugin folder via ftp to be able to access the wp admin again.
I believe it's a 2.9.2 conflict. I wish I had an answer for you, I'm very interested in a solution.
mwbarker
Member
Posted 2 years ago #
Anybody? This is by far the best WP Flickr plugin around and I would hate to have to move on to something else.
mwbarker
Member
Posted 2 years ago #
I think this has to do with the old auto update feature this plugin first used (updated from Joe Tan's site). I think that if you add this to your wp-config.php file, you should be good:
define('TANTAN_AUTOUPDATE_NOTIFY', false);
I'm still waiting to verify on my end, but I think that should do the trick.
mwbarker
Member
Posted 2 years ago #
Yes, it worked for me. I no longer get the fatal error when logging into the backend.
thebootroom
Member
Posted 1 year ago #
@mwbarker - thanks so much for documenting the define('TANTAN_AUTOUPDATE_NOTIFY', false); fix - seems to have worked a treat.