• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Gravatar] Fatal Error.’ is closed to new replies.