Wordpress 2.3 Powers NSpeaks finally
By NSpeaks on Oct 8, 2007 in NSpeaks, Wordpress
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
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:
require_once(dirname(__FILE__).$tmpPath.’/wp-admin/admin-db.php’);
And Comment this line so it becomes:
//require_once(dirname(__FILE__).$tmpPath.’/wp-admin/admin-db.php’);
That’s all. It will now work with Wordpress 2.3.
Want a easier method??
Download the fixed version of Wordpress Reports Plugin (Size: 46.49 KB)
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

On Oct 8, 2007, Casey said:
Awesome fix! That worked for me. Thanks so much…
[Reply]
On Oct 8, 2007, NSpeaks said:
Good to see that it worked for you.
[Reply]
On Oct 10, 2007, James said:
Thanks for doing this! Much appreciated!
[Reply]
On Oct 15, 2007, Jonathan said:
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
[Reply]
On Oct 15, 2007, Jonathan said:
sorry I figured it out thanks for the fix…
[Reply]
On Oct 16, 2007, Alen said:
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
[Reply]
On Oct 17, 2007, ywamer said:
I’m using it. Thanks!
[Reply]
On Oct 18, 2007, Jeff Hester said:
Thanks very much for the fix! Works like a charm.
[Reply]
On Oct 21, 2007, Flash said:
Thanks for the fix!
[Reply]
On Dec 20, 2007, Andy said:
Oh, and did not know about it. Thanks for the information …
[Reply]