由于某些原因,timthumb在我的网站上不起作用。我已经尝试了所有chmod的东西,编辑了我的htaccess以包含它需要的东西,但它仍然不起作用。
网站在这里:
69.89.31.103/~infoconc/
主持人是bluehost,我从未和他共事过。这不是我的选择。
需要帮助!谢谢!
发布于 2013-01-31 04:47:23
我看到你的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,没有经过我的测试!
发布于 2018-05-12 03:42:58
也许GD库丢失了。您可以通过安装并重新启动Apache,然后检查您的文件权限来修复它。
步骤1)安装GD库
sudo apt-get install php5.6-gd步骤2)重启Apache2
sudo /etc/init.d/apache2 restarthttps://stackoverflow.com/questions/14612042
复制相似问题