Steve Posted April 28, 2013 Report Share Posted April 28, 2013 Recently I moved one of my Wordpress sites to another hosting provider. The move went flawless however I kept getting an error once I enabled the FV Code Highlighter Plugin Warning: unlink(/boot) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/.autorelabel) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/home) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/.rnd) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/selinux) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/lib64) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/mnt) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/opt) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/srv) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/inst_update.php?group_id=939&num=406&step=2) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/etc) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/usr) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/dev) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Warning: unlink(/inst_update.php?group_id=939&num=406&step=4) [function.unlink]: Permission denied in /home/gpost1/public_html/wp-content/plugins/fv-code-highlighter/classes/Cache.php on line 101 Found the issue. The plugin has a database entry pointing to the cache folder on my old host. The table is "wp_options" and the option name is "fvch-cache-dir". Just update the path and you should be golden. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.