• I get a syntax error on plugin activation :

    Parse error: syntax error, unexpected ”;’ (T_CONSTANT_ENCAPSED_STRING) in /[path to]/public_html/wp-content/wp-cache-config.php on line 17

    I replaced the path with [path to]…

Viewing 1 replies (of 1 total)
  • That’s the configuration file created by the plugin. Maybe something odd happened when you turned it on. Can you delete it? You might have to delete it through a PHP script as the file is owned by the webserver. The command unlink( '[path to]/public_html/wp-content/wp-cache-config.php' ); will delete the file.

Viewing 1 replies (of 1 total)
  • The topic ‘Syntax error on activation’ is closed to new replies.