I installed the WriteAgain plugin for wordpress and it was going well until I started using it, its not exactly working. After attempting to import a .csv file (which then brought up the page where you check the words to be replaced), it registered an error and would not the wordlist enter. The error was: Parse error: syntax error, unexpected $end, expecting ')' in /home/topph0/public_html/wp-content/plugins/WriteAgain!/WriteAgain.php on line 2 and when looking at the file there is a $ on line 2, nothing worked to fix it, so we deleted the plugin and attempted to reinstall it. We then got "the plugin could not be activated because it triggered a fatal error" followed by that same error. I cannot figure this out at all
Have you checked if the plugin is up to date at all? When you install it, you can see if it will work with the newest 3.1 by an example. If it's not up to date, I am afraid there is not much to do about it.
is the plugin from the wordpress website, or was it downloaded privately? I may be able to help you out with this problem.
That error is often caused by a missing bracket. Try parsing the file through a PHP syntax checker. Just a $ on its own? That doesn't sound right. Can you post the first 10 lines then?