gpt4 book ai didi

PHP 7.1.7 imagecreatetruecolor 产生 500 错误

转载 作者:可可西里 更新时间:2023-10-31 23:27:39 25 4
gpt4 key购买 nike

我一直在将我的网站更新到 PHP 7.1.7 和 IIS,但遇到了 imagecreatetrucolor 抛出 500 错误的问题。

http://localhost/test.php 500 (Internal Server Error)

该文件中唯一的代码行是

<?php imagecreatetruecolor(10,10) ?>

这一直在 PHP 5.6.31 和 Apache 下的站点中运行并返回

resource(2) of type (gd)

GD imaging 在 7.1.7 下的 phpinfo() 中被列为

GD imaging  Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger

这是错误

Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor() in D:\Intranet\www\public\test.php:11 Stack trace: #0 {main} thrown in D:\Intranet\www\public\test.php on line 11

可能是什么问题?

最佳答案

根据您的评论确保您已经安装了 php7.1-gd 并且它已启用

看看这个答案可能会有帮助 call-to-undefined-function-imagecreatetruecolor

关于PHP 7.1.7 imagecreatetruecolor 产生 500 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45443652/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com