Penguin
Annotated edit history of ENOENT version 3, including all changes. View license author blame.
Rev Author # Line
1 WikiAdmin 1 !!!No such file or directory
2
3 This error occurs when a file or directory cannot be found. Note, this can happen when creating a file if one of the parent directories doesn't exist, eg:
3 JohnMcPherson 4 <verbatim>
1 WikiAdmin 5 touch /etc/doesnotexist/foo
3 JohnMcPherson 6 </verbatim>
7 will complain with "No such file or directory" since /etc/doesnotexist does not exist.
2 JohnButtery 8
3 JohnMcPherson 9 This error can be returned by many system calls that work with files.
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors. The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument