出现这样的错误怎么解决啊,试了好多办法都不行。!
<br />
<b>Warning</b>: imagecreatefromjpeg(/images/photo.jpg): failed to open stream: No such file or directory in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>: imagecolorallocate() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>4</b><br />
<br />
<b>Warning</b>: imagettftext() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>7</b><br />
<br />
<b>Warning</b>: imagejpeg() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>8</b><br />
<br />
<b>Warning</b>: imagedestroy() expects parameter 1 to be resource, boolean given in <b>C:\Apache24\htdocs\Excerse\index.php</b> on line <b>9</b><br />
------解决思路----------------------
Warning: imagecreatefromjpeg(/images/photo.jpg): failed to open stream: No such file or directory in C:\Apache24\htdocs\Excerse\index.php on line 3
failed to open stream: No such file or directory 打开失败:没有这样的文件或目录
------解决思路----------------------
提示图片不存在,获取不到图片资源,接下来都报错了
检查下文件路径
------解决思路----------------------
用IDE运行会有偏差的,还是用浏览器运行吧。浏览器运行没问题就行。