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.
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required '0ff' (include_path='.:/tmp:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
....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
; 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. Also, the value in the error message (0ff
) seems like "Off" but it actually begins with a zero - most probable cause of the error.
精彩评论