Kohana_Exception [ 0 ]:GD 未安装或未启用,请检查您的配置
我在 kohana 3 中遇到以下异常 Kohana_Exception [ 0 ]:GD 未安装或未启用,请检查您的配置 请指教。
i am getting the following exception in kohana 3
Kohana_Exception [ 0 ]: GD is either not installed or not enabled, check your configuration
please advise.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为 PHP 安装安装 GD。我假设您正在使用 Ubuntu 等存储库中的 PHP 软件包,在这种情况下您需要安装 php5-gd。
然后重新启动 Apache
如果没有,那么您需要查阅您使用的软件的文档。
You need to install GD for your PHP installation. I'm going to assume you're using the PHP packages from the Ubuntu, etc ... repositories in which case you need to install php5-gd.
Then restart Apache
If not then you need to consult the documentation for the software you use.