Page 1 of 1

0.10.1 filemanager

Posted: Sat Sep 03, 2005 8:25 am
by kishman155
filemanager at 0.10.1 gaves that error

Code: Select all

Aktuelles Verzeichnis: /root/admin/lang/de_DE

Warning: dir(/root/uploads/images/root/admin/lang/de_DE) [function.dir]: failed to open dir: No such file or directory in /root/admin/files.php on line 241

Fatal error: Call to a member function read() on a non-object in /root/admin/files.php on line 243
happens when you change the direktory to images and whant to go back in the
upper directory.

have someone the same problem its happens still i make upgrade from 0.10 to 0.10.1

thanks for help

kris

Re: 0.10.1 filemanager

Posted: Wed Sep 21, 2005 8:05 am
by Daniel
I have a similar problem and it occours in the same situation that you describe, when you go back to a directory in filemanager. But in my case it seems to depent on a double root-path. I don't have a solution. I upgrade from 0.09.. to 0.10.1. Somebody knows a solution?

Code: Select all

Current Directory: /images/home/pionjarm/public_html/cms/admin/lang/en_US

Warning: dir(/home/pionjarm/public_html/cms/uploads/images/home/pionjarm/public_html/cms/admin/lang/en_US): failed to open dir: No such file or directory in /home/pionjarm/public_html/cms/admin/files.php on line 241

Fatal error: Call to a member function on a non-object in /home/pionjarm/public_html/cms/admin/files.php on line 243

Re: 0.10.1 filemanager

Posted: Sat Sep 24, 2005 6:40 pm
by Ted
I can't remember the exact fix, but I did fix it in the 0.11 betas...

Re: 0.10.1 filemanager

Posted: Thu Oct 13, 2005 11:40 am
by cyberman
Move line 28 to line 53 and insert a new line 198 with

Code: Select all

$file = "";
tested with 0.10.3

Re: 0.10.1 filemanager

Posted: Thu Oct 13, 2005 12:09 pm
by Ted
There you go.  :)

Thanks

Re: 0.10.1 filemanager

Posted: Thu Oct 13, 2005 6:11 pm
by kishman155
Works nice thanks.

kishman155

Re: 0.10.1 filemanager

Posted: Fri Oct 14, 2005 6:36 am
by Hans
cyberman wrote: Move line 28 to line 53 and insert a new line 198 with

Code: Select all

$file = "";
tested with 0.10.3
In what file should I do that?
Have the same issue in 0.10.3
Thanks Hans

Re: 0.10.1 filemanager

Posted: Fri Oct 14, 2005 9:23 am
by cyberman
admin/files.php