Hi,
I've downloaded and intergrated RC2 without any problems. From reading the documentation it implies that there is a PHP connector in the package, I can certainly see some PHP files in
FCKeditor/editor/filemanager/browser/default/connectors/php
Are these usable as is? I've created a UserImages folder and set the correct permissions but the sample01.php still isn't able to create folders / upload images. Is there some additional changes to be made to a configuration file?
Many thanks, I appreciate the docs are the last thing developers worry about when they're trying to make progress on a project.
Andrew
I've downloaded and intergrated RC2 without any problems. From reading the documentation it implies that there is a PHP connector in the package, I can certainly see some PHP files in
FCKeditor/editor/filemanager/browser/default/connectors/php
Are these usable as is? I've created a UserImages folder and set the correct permissions but the sample01.php still isn't able to create folders / upload images. Is there some additional changes to be made to a configuration file?
Many thanks, I appreciate the docs are the last thing developers worry about when they're trying to make progress on a project.
Andrew
RE: Could someone please clarify, image uploa
Further to this,
My site is setup as:
/admin/FCKeditor/
physical
/var/http/public/sitename/admin/FCKeditor/
I've made the relevant changes for the connector in
/var/http/public/sitename/admin/FCKeditor/fckconfig.js
To comment out the ASP connector string and enable the PHP connector string.
I've noticed by bringing up the page info on the imagebrowser component, it shows it's using the ASP connector in the querystring not the PHP.
Any clues, I've tried deleting the fckconfig.js file and I don't get any error messages, I also tried looking at editor/debug and it's not showing anything.
Thanks andrew
RE: Could someone please clarify, image uploa
Thanks
Andrew
RE: Could someone please clarify, [RESOVLED]
That's a gotcha that could go in the manual!
Andrew