hi,
Have read all posts. Try some ideas. But still can’t solve my problem which is :
On localhost FCKeditor rocks. No pb. Upload browse etc.. works
On remote nothing appears in browser. No upload possible. And NO error msg.
All chmod to 777, files folder structure ok.
here is my config.php on remote :
$fckphp_config[‘basedir’]=substr($_SERVER[‘PATH_TRANSLATED’], 0, strlen($_SERVER[‘SCRIPT_NAME’]) * – 1);
//$fckphp_config[‘basedir’]=$_SERVER[‘DOCUMENT_ROOT’]; (doesn’t work with it uncomment either)
//$fckphp_config[‘basedir’] = ‘C:\www\’ ;
$fckphp_config[‘urlprefix’]=$fckphp_config[‘prot’].$_SERVER[‘SERVER_NAME’];
$fckphp_config[‘UserFilesPath’] = “/wp-content/files” ;
localhost : OSX 10.3 / apache
remote : ibm / apache
Am lost at sea !
thx
mat