i had a wordpress plugin developed a while ago and all of a sudden it doesn't work with the latest wordpress. i get the folllowing error when trying to activate it: Fatal error: Cannot redeclare flush_rewrite_rules() (previously declared in /home/freedisk/public_html/wp-includes/rewrite.php:91) in /home/freedisk/public_html/wp-content/plugins/wptrader/wptrader.php on line 219 can anyone help please. pm me and i'll send you the plugin zip file.
woops just clicked on your link - that is not my plugin at http://wordpress.org/extend/plugins/wp-trader/. even though my is called wp-trader, it is for wordpress barter sites.
Open /home/freedisk/public_html/wp-content/plugins/wptrader/wptrader.php in a text editor. Find line 219. Comment it. (Add // at the beginning of the line.) If it's on a hosted site, do the change in your local copy (you should always have a local copy of every file on your site), save it and upload it to the site.