• Hi. Awesome plugin πŸ™‚

    I was getting a php warning.

    Warning: fopen(/2b436dd2aa07d4e15e1d6c38622410ff8cd822b1) [function.fopen]: failed to open stream: Permission denied in /home/thrive/public_html/wp-content/plugins/fv-code-highlighter/Includes/Cache.php `

    Seems like $this->setCacheDir( realpath($cacheDir) . ‘/’ ); Cache.php line 28 is looking in the wrong place.

    $this->setCacheDir( realpath($cacheDir) . ‘../’ ); fixed the issue.

    http://wordpress.org/extend/plugins/fv-code-highlighter/

  • The topic ‘[Plugin: FV Code Highlighter] [function.fopen]: failed to open stream: Permission denied’ is closed to new replies.