linux+nginx 应用include无法包含文件?
程序员文章站
2024-04-05 14:41:06
...
linux+nginx 使用include无法包含文件????
比如一个子目录:test下面有一个文件init.php 子目录a文件夹下有一个类文件a.class.php
linux+nginx 使用include无法包含文件????
init.php 代码如下:
define('web_root',str_ireplace('test','',str_ireplace('\\','/',dirname(__FILE__))));
include(web_root.'a/a.class.php');
$bb=new a();
Fatal error: Class 'a' not found in init.php on line x行
但是在本机 window+apahce+php5.2x中运行没有问题很正常
如果不能使用include 那我的程序全瘫痪了 没法运行呀这个
------解决方案--------------------
dirname(__FILE__) 后并无最后的路径符
所以你 include(web_root.'a/a.class.php');
实际是 testa/a.class.php
当然是不行的
你说 在本机 window+apahce+php5.2x中运行没有问题很正常
是不负责任的
比如一个子目录:test下面有一个文件init.php 子目录a文件夹下有一个类文件a.class.php
linux+nginx 使用include无法包含文件????
init.php 代码如下:
define('web_root',str_ireplace('test','',str_ireplace('\\','/',dirname(__FILE__))));
include(web_root.'a/a.class.php');
$bb=new a();
Fatal error: Class 'a' not found in init.php on line x行
但是在本机 window+apahce+php5.2x中运行没有问题很正常
如果不能使用include 那我的程序全瘫痪了 没法运行呀这个
------解决方案--------------------
dirname(__FILE__) 后并无最后的路径符
所以你 include(web_root.'a/a.class.php');
实际是 testa/a.class.php
当然是不行的
你说 在本机 window+apahce+php5.2x中运行没有问题很正常
是不负责任的
相关文章
相关视频
推荐阅读
-
linux+nginx 应用include无法包含文件?
-
本地文件包含(Local File Include)
-
sublime-text - SublimeText 求插件支持php跳转到require include包含的文件?
-
PHP包含文件-set_include_path
-
PHP包含文件函数include、include_once、require、require_once区别总结_php实例
-
PHP下include包含文件有关问题
-
linux+nginx 应用include无法包含文件?
-
php文件调用与包含几个函数include_once() require_once()include()require(
-
PHP INCLUDE语句包含一系列不同文件
-
怎么解决压缩文件不能打开显示无法找到应用程序的问题