这个错误:
$image_1 = imagecreatefrompng("../Shop/" . $sql1->Eyes);
我不知道为什么?我收到此错误:
Warning: imagecreatefrompng(../Shop/none.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /home/m4st3r/public_html/avatar.php on line 18
但是有一个名为 Shop 的目录,还有一个名为 none.png 的文件?
帮助?