My ISP recently had been hacked and is in the process of restoring everything from backup. The WordPress installation I had used to work, but now I get an error:
Parse error: syntax error, unexpected T_ELSE in <absolute path to my wp installation>/wp-content/plugins/wp-gravatar/gravatars.php on line 752.
This error occurs on my login page: wp-login.php
Obviously, it is not a parse error as stated, but it might likely originate from possibly an SQL problem or some other technical problem. I can't get any more specific than that, so does anyone have any idea how to troubleshoot it? And yes, I checked the file and it is not corrupt.
Paul