I've managed to get almost everything working, except for the file browsers, I'm not allowed to create new folders or upload files, it says I don't have permission to create new folders, I think it also may have something to do with the folder I created to put the files, media, images and flashes folders in, may have named it incorrectly or put it in the wrong place.(UserFiles).
Any help would be appreciated (And yes I've read the Developer's Guide from http://fckeditor.wikiwikiweb.de/)
Wed, 10/19/2005 - 11:00
#1
RE: Trouble Integrating on PHP
RE: Trouble Integrating on PHP
RE: Trouble Integrating on PHP
I had to have UserFiles/Images and then make sure the user that runs httpd (apache in my case) could read and write to that folder. Make sure those settings are correct.
RE: Trouble Integrating on PHP
RE: Trouble Integrating on PHP
RE: Trouble Integrating on PHP
I'm also having problems with this, I have two installations FCKeditor and FCKeditor2, FCKeditor2 works fine, FCKeditor doesn't work at all. The lack of error messages is making it difficult for me.
Could someone point me in the right direction:
admin/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php?Command=GetFoldersAndFiles&Type=File&CurrentFolder=/&ServerPath=/u/web/gener2/images/
When I go to the above URL in a browser directly, I get a blank page. If I delete connectors.php I get a page not found message (so I'm certainly looking in the correct directory!). The page has no PHP syntax problems because I added a random echo statement and that was echo'd no problem.
Where do I start looking for this?
Thanks
Andrew
RE: Trouble Integrating on PHP