0.10.1 filemanager

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm

0.10.1 filemanager

Post 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
Daniel

Re: 0.10.1 filemanager

Post 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
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: 0.10.1 filemanager

Post by Ted »

I can't remember the exact fix, but I did fix it in the 0.11 betas...
cyberman

Re: 0.10.1 filemanager

Post by cyberman »

Move line 28 to line 53 and insert a new line 198 with

Code: Select all

$file = "";
tested with 0.10.3
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: 0.10.1 filemanager

Post by Ted »

There you go.  :)

Thanks
kishman155
Translator
Translator
Posts: 169
Joined: Sat Mar 12, 2005 12:30 pm

Re: 0.10.1 filemanager

Post by kishman155 »

Works nice thanks.

kishman155
Hans
Forum Members
Forum Members
Posts: 61
Joined: Sun Oct 09, 2005 10:49 am

Re: 0.10.1 filemanager

Post 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
cyberman

Re: 0.10.1 filemanager

Post by cyberman »

admin/files.php
Post Reply

Return to “CMSMS Core”