Yes, finally I managed to upgrade NSpeaks to WordPress 2.3. It was a only a bit painful upgrade but eventually everything fell into place. Most of plugins I used were already updated for WordPress 2.3. Those which were not updated by plugin authors were already working in WordPress 2.3. Only 1 plugin gave a trouble on WordPress 2.3 Upgrade. It was TanTan WordPress Reports Plugin.
It requires a file from wp-admin directory which no longer exists. It shows the following error on upgrading to WordPress 2.3
|
1 |
Fatal error: Cannot redeclare get_users_drafts() |
For fixing this trouble it is only a small fix. Open wordpress-reports/tantan_reports_load.php in your plugin directory(tantan) and find this line:
|
1 |
require_once(dirname(__FILE__).$tmpPath.'/wp-admin/admin-db.php'); |
And Comment this line so it becomes:
|
1 |
//require_once(dirname(__FILE__).$tmpPath.'/wp-admin/admin-db.php'); |
That’s all. It will now work with WordPress 2.3.
December 20, 2007 at 4:49 am
Oh, and did not know about it. Thanks for the information …
October 21, 2007 at 10:35 pm
Thanks for the fix!
October 18, 2007 at 4:18 am
Thanks very much for the fix! Works like a charm. :grin:
October 17, 2007 at 10:32 pm
I’m using it. Thanks!
October 16, 2007 at 3:21 pm
Just found the plugin and was pretty disapointed that it didn’t work with 2.3… but then you came on and tadaam : I got a new cool plugin. thank you very much
October 15, 2007 at 10:19 pm
sorry I figured it out thanks for the fix…
October 15, 2007 at 10:12 pm
This fix that you have posted on your website will not download? any chance I can get you to send over the file. I stepped through the install but still for some reason never even see a Reports Tab.
Thanks
Jonathanmcguire.com
October 10, 2007 at 1:37 am
Thanks for doing this! Much appreciated!
October 8, 2007 at 11:14 pm
Good to see that it worked for you. :grin:
October 8, 2007 at 8:47 pm
Awesome fix! That worked for me. Thanks so much…