此错误:
$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的文件?
帮助?
答案 0 :(得分:0)
您可以使用相对路径,但请确保“Shop”目录位于第一个被调用的php文件的父目录的父目录中(实例为“index.php”)。