1

Topic: filesystem.rootpath ok with IE but bug with firefox

i configure $mcImageManagerConfig['filesystem.rootpath'] = '/home/xxxx/www/'.

It's all right with IE but i have this message 'The specified path is not a directory. Probably an incorrect setting for the filesystem.rootpath option' with firefox.

2

Re: filesystem.rootpath ok with IE but bug with firefox

That sounds really strange, everything works fine with IE but not Firefox?

Afraithe
TinyMCE Developer
Moxiecode Systems

3

Re: filesystem.rootpath ok with IE but bug with firefox

yes. You can test http://www.glastint.com/test.php

Imanager and Filemanager config.php =
$mcFileManagerConfig['filesystem'] = "Moxiecode_LocalFileImpl";
$mcFileManagerConfig['filesystem.path'] = '';
$mcFileManagerConfig['filesystem.rootpath'] = '/home/glastint.com/www/test/';

4

Re: filesystem.rootpath ok with IE but bug with firefox

Didn't work in any browser for me, rootpath must be wrong. You also have JS errors in your page.

Afraithe
TinyMCE Developer
Moxiecode Systems