Kohana_Exception [ 0 ]:GD 未安装或未启用,请检查您的配置

发布于 2024-11-29 22:19:43 字数 73 浏览 1 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

残花月 2024-12-06 22:19:43

您需要为 PHP 安装安装 GD。我假设您正在使用 Ubuntu 等存储库中的 PHP 软件包,在这种情况下您需要安装 php5-gd。

sudo aptitude install php5-gd

然后重新启动 Apache

sudo /etc/init.d/apache2 restart

如果没有,那么您需要查阅您使用的软件的文档。

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.

sudo aptitude install php5-gd

Then restart Apache

sudo /etc/init.d/apache2 restart

If not then you need to consult the documentation for the software you use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文