09/10/2018, 23:28
Xài wamp5 sao bị lỗi GD2
Tớ xài wamp5 bản 1.7 sao cứ bị lỗi GD2 hoài, dùng thư viện GD ko được. Tới đã enable cái gd rồi, hôm qua load hình còn bình thường, hôm nay tự nhiên lại bị lỗi. Ai biết cách khắc phục xin chỉ cho tớ với.
Bài liên quan
<?php
header("Content-type: image/png");
$im = imagecreatefrompng("confirm_code.png");
imagepng($im);
imagedestroy($im);
?>
Nó báo lỗi thế này này: Call to undefined function imagecreatefrompng() in <b>E:\www_root\test.php
File confirm_code.png OK, hôm qua mình chạy còn bình thường, hôm nay tự nhiên nó thế. Cài lại wamp5 cũng vậy.
cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
Mình cũng bỏ dấu ; trước dòng extension=php_gd2.dll rồi.
cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared"
là cái gì thế.
Nếu ban config đúng thì khi chạy phpinfo() nó phải hiện ra thế này mới ok
gd
GD Support enabled
GD Version bundled (2.0.28 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.1.9
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XBM Support enabled
Bạn bật GD thủ công àh? sao kô bật bằng cái Menu của nó