何らかの理由で、timthumb が私のサイトで動作しません。私はすべてのchmodを試し、htaccessを編集して必要なものを含めましたが、まだ機能していません。
サイトはこちら:
69.89.31.103/~infoconc/
ホストは、私が一緒に仕事をしたことのない bluehost です。私の選択ではありません。
助けが必要!ありがとう!
私はあなたのティムサムがこのエラーを出しているのを見ます:[an error occurred while processing this directive]
だから、これを試してください:
- Go to cPanel
- Open File Manager from Files section
- Navigate to domain folder
- Check "Perms" column on far right hand side
- Files should be set to: 0644 (this is the UNIX file permissions)
- Folders should be set to: 0755
bluehostforumから、私はテストしていません!
GD ライブラリが見つからない可能性があります。Apacheをインストールして再起動し、ファイルのアクセス許可を確認することで修正できます。
ステップ 1) GD ライブラリをインストールする
sudo apt-get install php5.6-gd
ステップ 2) Apache2 を再起動します。
sudo /etc/init.d/apache2 restart