Zipper icon indicating copy to clipboard operation
Zipper copied to clipboard

mkdir(): Invalid path

Open ZhuoWei93 opened this issue 9 years ago • 2 comments

mkdir(): Invalid path!!! In vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php,391 line $path = realpath($path); delete,ok

ZhuoWei93 avatar Oct 08 '16 08:10 ZhuoWei93

a bug: special character likes JCK Multi-Byte-Char in path need to decode

netmou avatar Oct 19 '16 06:10 netmou

this issue ate my an hour... According to php docs, realpath() returns FALSE on failure, e.g. if the file does not exist.

ghost avatar Jan 11 '17 15:01 ghost