When updating the contents of a folder and the name of this folder contains spaces, we get the error :
"folder%20name" object not fond, we have modified lib/proto/proto.php line 140 by this :
$arr = $this->M->decode(urldecode($str));
No error is reported, but the tree shown in the top of the page is show like this :
root level->folder%20name
The version used is 1.2.6.
Many thanks for your help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When updating the contents of a folder and the name of this folder contains spaces, we get the error :
"folder%20name" object not fond, we have modified lib/proto/proto.php line 140 by this :
$arr = $this->M->decode(urldecode($str));
No error is reported, but the tree shown in the top of the page is show like this :
root level->folder%20name
The version used is 1.2.6.
Many thanks for your help.