[ERROR] Cannot change directory to /

Explorer-like frontend add-on to upload/download.
Post Reply
Gy0m
Posts: 10
Joined: Wed Apr 22, 2009 9:51 am

[ERROR] Cannot change directory to /

Post by Gy0m »

Hi,

I'm trying the JDiskExplorer soution and I have some problems.

For HTTP Upload, I have an error : [ERROR] HTTPRemoteTFileSystem - Cannot change directory to /

For JFileUpload solution, I have not error, Upload is complete but file is not transfered

Could you help me

Gy0m
Posts: 10
Joined: Wed Apr 22, 2009 9:51 am

Re: [ERROR] Cannot change directory to /

Post by Gy0m »

I have integrated the explorer.php in my webserver and I have not error actually.

But in the Remote section I haven't my files

See it in attachment
Attachments
applet.JPG
(58.86 KiB) Downloaded 227 times

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: [ERROR] Cannot change directory to /

Post by support »

It seems that there is an error when you've integrated explorer.php. Could you check one which line you've declared it in process.php ? If must be like:

Code: Select all

...
function emu_getallheaders()
{
   ...
}
// Insert below
include "explorer.php";

?>
...

Gy0m
Posts: 10
Joined: Wed Apr 22, 2009 9:51 am

Re: [ERROR] Cannot change directory to /

Post by Gy0m »

I have found, but I still have problem.

It works on local (webserver Apache in my workstation) BUT WHEN i DEPLOY IT ON LINE, THE JAVA CONSOLE THROW THIS EXCEPTION

java.net.SocketException: Connection reset

The transfert is OK. But I can't view files and folders in remote section

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: [ERROR] Cannot change directory to /

Post by support »

Could you provide a testing URL we could check from here ?

Gy0m
Posts: 10
Joined: Wed Apr 22, 2009 9:51 am

Re: [ERROR] Cannot change directory to /

Post by Gy0m »

I have found my error.

But I have a question.

It is possible to drag & drop file in the same section? (remote or local)

Thanks

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: [ERROR] Cannot change directory to /

Post by support »

You can drag&drop files between left/right panels but not from panels to local file system (desktop).

Gy0m
Posts: 10
Joined: Wed Apr 22, 2009 9:51 am

Re: [ERROR] Cannot change directory to /

Post by Gy0m »

Ok

I have buy the premium JFileUpload and JDiskExplorer.
I thinked that I replace the jar files to have "Registred" Applet. But I still have "Unregistred" marked on the applet.

I must rebuild the applet?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: [ERROR] Cannot change directory to /

Post by support »

No, replace all JAR files only.
Try to clean browser cache and try to clean Java cache:
Start->Control Panel->Java->First tab->Delete temporary files->Apply

Post Reply