Hi at all.
This is my first time with Fckeditor.
I could custumize, reading the documentation, all that I need but I have problems with configuration of filemanger.
I use php and apache on linux.
I activated the php connector in FCKeditor\editor\filemanager\browser\default\connectors\php
and in
FCKeditor\editor\filemanager\upload\php
changing $Config['Enabled'] = false ; in true in both files.
I also changed this part of code adding 'php'
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
in Fckconfig
Fckeditor directory stays in /srv/www/htdocs/editor/FCKeditor
The problem is that when I try to see what files are in the directory, obviously there isn't nothing and if I try to upload something, the script doesn't give me any error message but it doesn't upload.
Can someone exaplain me who the UserFiles directory works? and where have I to put it?
thanks!
This is my first time with Fckeditor.
I could custumize, reading the documentation, all that I need but I have problems with configuration of filemanger.
I use php and apache on linux.
I activated the php connector in FCKeditor\editor\filemanager\browser\default\connectors\php
and in
FCKeditor\editor\filemanager\upload\php
changing $Config['Enabled'] = false ; in true in both files.
I also changed this part of code adding 'php'
var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;
in Fckconfig
Fckeditor directory stays in /srv/www/htdocs/editor/FCKeditor
The problem is that when I try to see what files are in the directory, obviously there isn't nothing and if I try to upload something, the script doesn't give me any error message but it doesn't upload.
Can someone exaplain me who the UserFiles directory works? and where have I to put it?
thanks!