View Single Post

  #1 (permalink)  
Old 07-06-2007, 04:42 PM
richardo's Avatar
richardo richardo is offline
Senior Senile Member
 
Join Date: Feb 2006
Location: Co Wicklow
Posts: 395
Nominated 1 Time in 1 Post
TOTW/F/M Award(s): 0
richardo has a spectacular aura about
Send a message via ICQ to richardo
Default FCKEditor Browser problems

Gentlemen,
You saved me a lot of grief with my question below. Maybe now you can save me from going totally out of my mind???

My FCKEditor is running perfectly [on PHP]. Every aspect of it is fine. I can upload files and they all plonk into their respective directories and I can insert them in pages.

BUT

If I click on the Browse Server button in Image Properties, I get a blank browser page. It should be showing me the contents of '/userfiles/Image/' [which contains files].

The three relevant lines from the browser.... config.php file are as follows -
$Config['UseFileType'] = true ;
$Config['UserFilesPath'] = '/userfiles/' ;
$Config['UserFilesAbsolutePath'] = 'http://www.domain.com/userfiles/';

If I try to create a directory, I get an XML error that ends in CurrentFolder=%2F

I have tried just about everything.

Incidentally, both the browser and upload config files have the same values. Upload, as I say works perfectly, but the browser doesn't.

??
__________________
curratech.ie | enniskerry.ie | Grandad's Blog
Reply With Quote