require_once(Zend⼀Session⼀Namespace.php) [function.require-once]:

2024-12-23 05:50:05
推荐回答(3个)
回答1:

failed to open stream: No such file or directory in F:\AppServ\www\mr\20\3\index.php on line 2

这个错误一般是因为权限问题造成的
linux的话chmod 777 对应的目录

如果权限给了就是路径不对,
假设你的这个文件index.php 文件路径是 /www/xxx/index.php,
那么Zend/Session/Namespace.php 这样写就是
/www/xxx/Zend/Session/Namespace.php 看看这个路径对不对
另外linux是区分大小写的,你看看是不是大小写的问题

回答2:

警告:require_once(Zend的/会话/ Namespace.php的)[function.require一次]:未能打开流:没有这样的文件或目录在F:\ appserv程序\ WWW\ MR\ 20\ 3 \的index.php上线2

没有正确答复或连接的主机没有反应,连接错误:require_once()[function.require]:无法打开需要“Zend的/会话/ Namespace.php的的'(include_path中=”C:\ PHP5\梨)在F:\ appserv程序\的www \ MR\ 20\ 3 \的index.php在第2行

没找到文件,估计是路径问题

回答3:

这个直接用就行了吧,去掉require_once试试应该可以