注册 登录
编程论坛 PHP技术论坛

PHP网站图片显示问题(有源码文件)

czg123698741 发布于 2010-01-18 19:45, 1505 次点击
大侠们,救救我啊~~~~~~~~~

Tun2企业网站管理系统1.0版本的问题.......................(主要是后台的问题)
<1>动态新闻模块,就是不知道明明已经上传啦图片啦,但是就是没有浏览页面看到文字就是看不见已经添加的图片,但是图片明明已经上传到cms\upfile的目录中啦。
<2>产品展示模块,上传到cms\upfile目录成功,在网页中也能顺利的看到添加后的缩略图,但是一旦点击缩略图查看详情的时候,就会有下面的错误。
Warning: include(C:\AppServ\www\cms/templates/default.tpl/showproduct.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\AppServ\www\cms\ShowProduct.php on line 51

Warning: include() [function.include]: Failed opening 'C:\AppServ\www\cms/templates/default.tpl/showproduct.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\AppServ\www\cms\ShowProduct.php on line 51

请帮帮忙啊~~~~~~~~~~~~
O(∩_∩)O谢谢~~~~~~~~~~

只有本站会员才能查看附件,请 登录
5 回复
#2
czg1236987412010-01-18 22:52
请帮帮忙啊~~~~~~~~~~~~~~~~
#3
czg1236987412010-01-19 12:16
??????????????
#4
mp3aaa2010-01-20 00:37
(C:\AppServ\www\cms/templates/default.tpl/showproduct.tpl.php  

路径有问题吧
#5
czg1236987412010-01-20 18:10
我也知道啊,但是我不知道在哪里改,改成怎么样啊~~~~~~
可以帮帮忙嘛???
#6
sirtang2010-01-22 17:51
Warning: include(C:\AppServ\www\cms/templates/default.tpl/showproduct.tpl.php) [function.include]: failed to open stream: No such file or directory in C:\AppServ\www\cms\ShowProduct.php on line 51

Warning: include() [function.include]: Failed opening 'C:\AppServ\www\cms/templates/default.tpl/showproduct.tpl.php' for inclusion (include_path='.;C:\php5\pear') in C:\AppServ\www\cms\ShowProduct.php on line 51

明明告诉你是C:\AppServ\www\cms/templates/default.tpl/showproduct.tpl.php文件无法打开,你看一下showproduct.tpl.php模板存在吗。
1