Home > Backend Development > PHP Tutorial > windows下写的网站上传到LINUX系统的空间显示不正常

windows下写的网站上传到LINUX系统的空间显示不正常

WBOY
Release: 2016-06-23 14:11:41
Original
1112 people have browsed it

这是为什么,是编码问题还是什么,我用的是hostgator在本地一切正常上传上去,就是运行的网页都不正常,还是权限问题,我都设的是644,有人用过吗,


回复讨论(解决方案)

怎么不正常 报错信息贴上来

Warning: include(conn/conn.php) [function.include]: failed to open stream: Permission denied in /home/leo/public_html/shop/top1.php on line 3

Warning: include(conn/conn.php) [function.include]: failed to open stream: Permission denied in /home/leo/public_html/shop/top1.php on line 3

Warning: include() [function.include]: Failed opening 'conn/conn.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/leo/public_html/shop/top1.php on line 3
这是错误信息

Warning: include(conn/conn.php) [function.include]: failed to open stream: Permission denied in /home/leo/public_html/shop/top1.php on line 3

Warning: include(conn/conn.php) [function.……

是权限的问题,配置文件没加载成功。

改成apache用户组

你把文件的权限改成0777试试

chmod 0777 /home/leo/public_html/shop/ -R
Copy after login

Warning: include(conn/conn.php) [function.include]: failed to open stream: Permission denied in /home/leo/public_html/shop/top1.php on line 3
无法读取文件,因为权限不够,你用flashFXP在需要修改权限的文件上点击右键选择chmod,把权限修改成755试一下

Warning: include(conn/conn.php) [function.include]: failed to open stream: Permission denied in /home/leo/public_html/shop/top1.php on line 3
同上

Warning: include() [function.include]: Failed opening 'conn/conn.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/leo/public_html/shop/top1.php on line 3
这个感觉不是权限问题,似乎是文件大小写不同造成找不到文件所致

己经解决了,谢谢各位

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template