简体   繁体   English

未知:在第0行的未知中打开所需的'0ff'(include_path ='。:/ tmp:/ usr / lib / php:/ usr / local / lib / php')失败

[英]Unknown: Failed opening required '0ff' (include_path='.:/tmp:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0

I got the following errors today.I did not any changes to my PHP program. 我今天遇到了以下错误。我的PHP程序没有任何变化。

Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 警告:未知:无法打开流:第0行的“未知”中没有此类文件或目录

Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 警告:未知:无法打开流:第0行的“未知”中没有此类文件或目录

Fatal error: Unknown: Failed opening required '0ff' (include_path='.:/tmp:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0 致命错误:未知:在第0行的未知中打开所需的'0ff'(include_path ='。:/ tmp:/ usr / lib / php:/ usr / local / lib / php')失败

....after a few hours...server admin says at his point of view 'there is no problem'! ....几个小时后......服务器管理员在他的观点上说'没有问题'!

what a nice solution :)) 多么好的解决方案:))

Now, after a few hours the error changed to the following message 现在,几个小时后,错误更改为以下消息

Fatal error: Unknown: Failed opening required '0ff 致命错误:未知:未能打开所需的'0ff

; As of 4.0b4, PHP always outputs a character encoding by default in
; the Content-type: header. To disable sending of the charset, simply
; set it to be empty. 
; 
; PHP's built-in default is text/html default_mimetype = text/html 
;default_charset = iso-8859-1 
; Always populate the $HTTP_RAW_POST_DATA variable. 
;always_populate_raw_post_data = On 
;;;;;;;;;;;;;;;;;;;;;;;;; 
; Paths and Directories 
; 
;;;;;;;;;;;;;;;;;;;;;;;;; 
; UNIX: /path1:/path2 include_path = .:/tmp:/usr/lib/php:/usr/local/lib/php
; 
; Windows: \path1' (include_path='.:/usr/lib/php') in Unknown on line 0

Unknown on line 0 usually indicates a configuration error, so talk to your sysadmin. Unknown on line 0通常表示配置错误,因此请与您的系统管理员联系。 Also, the value in the error message ( 0ff ) seems like "Off" but it actually begins with a zero - most probable cause of the error. 此外,错误消息( 0ff )中的值看起来像“关闭”,但它实际上从零开始 - 最可能的错误原因。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在第 22 行的 /usr/local/lib/php/pear/common.php 中打开所需的 'PEAR.php' (include_path='.:/usr/local/lib/php/pear') 失败 - Failed opening required 'PEAR.php' (include_path='.:/usr/local/lib/php/pear') in /usr/local/lib/php/pear/common.php on line 22 Laravel错误 - 未知:需要打开失败'。 第0行的Unknown中的./public'(include_path ='。; C:\\ php \\ pear \\') - Laravel error - Unknown: Failed opening required '. ./public' (include_path='.;C:\php\pear\') in Unknown on line 0 PHP 5.6 升级 PHP 7 导致打开失败需要 include_path='.:/usr/local/php70/pear - PHP 5.6 to upgrade PHP 7 causes failed opening required include_path='.:/usr/local/php70/pear require():打开所需的'../vendor/autoload.php'失败(include_path ='。:/ usr / share / php') - require(): Failed opening required '../vendor/autoload.php' (include_path='.:/usr/share/php') laravel 致命错误:未知:打开失败需要../root/htdocs/myapp/server.php' (include_path='.:') 在第 0 行的未知 - laravel Fatal error: Unknown: Failed opening required ../root/htdocs/myapp/server.php' (include_path='.:') in Unknown on line 0 PHP 致命错误:require():无法打开所需的“template/header.phtml”(include_path='.:/usr/share/php') - PHP Fatal error: require(): Failed opening required 'template/header.phtml' (include_path='.:/usr/share/php') PHP 致命错误:require_once():打开所需的“Mail.php”失败(include_path='.:/usr/share/pear:/usr/share/php') - PHP Fatal error: require_once(): Failed opening required 'Mail.php' (include_path='.:/usr/share/pear:/usr/share/php') 在第0行上出现未知中的致命错误(include_path ='。:/ opt / alt / php54 / usr / share / pear:/ opt / alt / php54 / usr / share / php') - Fatal error (include_path='.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php') in Unknown on line 0 PHP启动:无法加载动态库“ /usr/lib/php/20131226/tidy.dll”-在第0行的“未知”中没有这样的过程 - PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/tidy.dll' - No such process in Unknown on line 0 致命错误:require_once()[function.require]:无法打开所需的'languages / Array.php'(include_path ='。:/ usr / share / pear /') - Fatal error: require_once() [function.require]: Failed opening required 'languages/Array.php' (include_path='.:/usr/share/pear/')
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM