I dont understand. What is the problem?
Plugin could not be activated because it triggered a fatal error.
Parse error: parse error in C:\wamp\www\wass\wp-content\plugins\wp-gravatar\gravatars.php on line 752
I dont understand. What is the problem?
Plugin could not be activated because it triggered a fatal error.
Parse error: parse error in C:\wamp\www\wass\wp-content\plugins\wp-gravatar\gravatars.php on line 752
Hi,
The plugin is not compatible when ASP short tags is turned off.
You can edit the file to fix if you need:
Line 741:
<? if (get_option('stylesheet') == 'prologue') { ?>
Change to:
<?php if (get_option('stylesheet') == 'prologue') { ?>
Line 859:
<? if (get_option('stylesheet') == 'prologue') { ?>
Change to:
<?php if (get_option('stylesheet') == 'prologue') { ?>
Hope this helps.
Jason.
This topic has been closed to new replies.