出于某种原因,timthumb 无法在我的网站上运行。我已经尝试了所有 chmod 的东西,编辑了我的 htaccess 以包含它需要的内容,但它仍然无法正常工作。
该网站在这里:
69.89.31.103/~infoconc/
主持人是bluehost,我从未与之合作过。不是我的选择。
需要帮忙!谢谢!
我看到你的 timthumb 给出了这个错误:[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