Hello,
I can't seem to get the path to work on a Godaddy server. Here's the structure:
/root/app/fckeditor
/root/app/test.php
In test.php, I added:
include("fckeditor/fckeditor.php") ;
$oFCKeditor->BasePath = "fckeditor/";
Get a page not found loading http://xxxxx.com/fckeditor/editor/fcked ... lbar=Basic
It seems like it is always trying to read from the root of the server no matter what I do.
Please advise. Thank you!
Wed, 02/27/2008 - 01:18
#1
Re: Path error
Putting it in root's directory seems a little scary. I'm not sure if there will be permissions problems with that either. I'd try putting it in your domain's root (i.e. /home/sites/domain.com/httpdocs/fckeditor). Then your BasePath would be '/fckeditor/'. That's what I did to get mine working.
Re: Path error
eg:
/appfolder/test.php
/appfolder/fckeditor/fckeditor.php