这会出错,即使它不应该

时间:2013-06-19 17:23:25

标签: php

此错误:

$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的文件?

帮助?

1 个答案:

答案 0 :(得分:0)

您可以使用相对路径,但请确保“Shop”目录位于第一个被调用的php文件的父目录的父目录中(实例为“index.php”)。