Parse error: syntax error, unexpected T_ELSE in [deletia]s\wp-content\plugins\wp-gravatar\gravatars.php on line 752
Parse error: syntax error, unexpected T_ELSE in [deletia]s\wp-content\plugins\wp-gravatar\gravatars.php on line 752
The problem is that there are 2 places in the plugin PHP code that use short open PHP tags (<?) instead of the standard open tag (<?php). This will cause PHP to choke depending on whether your php.ini allows short open PHP tags.
You must log in to post.