yoshiislandblog.net
元営業の駆け出しアラサーSEが、休日にMACと戯れた際の殴り書きメモ。日々勉強。日々進歩。

この記事は3年以上前に書かれた記事で内容が古い可能性があります

SyntaxHighlighterがハイライトされない問題1(Installation failed: Destination folder already exists.)

2019-02-11
重い腰を上げて、SyntaxHighlighterがハイライトされない(機能指定ない)問題に取り組む

まずは、Pluginをインストールしなおしてみる

GUIでdelete→reinstallをしたが、以下のエラーが表示される
「Installation failed: Destination folder already exists.」

以下を参考に、CLIでWordpressのサーバに入って、該当ディレクトリを削除(私の場合はリネーム)してみる
How to Fix Destination Folder Already Exists Error in WordPress

# mv /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/syntaxhighlighter /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/syntaxhighlighter.20190211

これでインストールできるようになった

しかし、インストールしなおしても事象解決せず、、、2に続く
SyntaxHighlighterがハイライトされない問題2(Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.)