0

这个错误:

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

帮助?

4

1 回答 1

0

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

于 2013-06-19T17:29:07.260 回答