Wordpress 2.3 Powers NSpeaks finally

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.

Navjot Singh

Navjot Singh is a wordpress freak and blogs about blogging and wordpress on his blog NSpeaks.

Share with others

Share post via Digg Share post via Delicious Share post via Stumbleupon Share post via Facebook Share post via Reddit Share post via Twitter

11 responses to “Wordpress 2.3 Powers NSpeaks finally”

  1. Andy

    Oh, and did not know about it. Thanks for the information …

Leave a Reply

Subscribe without commenting