1

Topic: Filemanager Install Directory

Hi,

I have just bought filemanager and imagemanger, and have a problem.
I already have a folder on my website called filemanager so I tried to install filemanager to the directory /wysiwyg/filemanager.

The problem is that when you click the browse button the page cannot be found.

Does anyone know how to change the file path so that it will recognise that I have installed filemanager to a different directory?

Many thanks.

Alex

2

Re: Filemanager Install Directory

Try using an absolute path to the mcfilemanager.js script.

<script language="javascript" type="text/javascript" src="/imagemanager/jscripts/mcimagemanager.js"></script>

Are you using Internet Explorer?

Afraithe
TinyMCE Developer
Moxiecode Systems

3

Re: Filemanager Install Directory

Thanks for the reply, I am using IE and Firefox.

This is the code I am using:

<script language="javascript" type="text/javascript" src="/wysiwyg/filemanager/jscripts/mcfilemanager.js"></script>

4

Re: Filemanager Install Directory

And can you see what path it tries to go to when you get the error?

(Right click, view page info, and check the path).

Afraithe
TinyMCE Developer
Moxiecode Systems

5

Re: Filemanager Install Directory

Here is the information:

URL: /wysiwyg/filemanager/frameset.php?a=b&js=mcFileManager.insertFileToForm&js=mcFileManager.insertFileToTinyMCE

Thanks

6

Re: Filemanager Install Directory

That looks like a correct link?

Afraithe
TinyMCE Developer
Moxiecode Systems

7

Re: Filemanager Install Directory

I have solved it!!!

The PHP files in filemanager were trying to include each other, so I set the include path in apache to point to the folder /wysiwyg/filemanager/ and it is working!

I really appreciate your time and help!!

Alex