The test script required PHP 4.3.0 or above for the file_get_contents function. I have just manually performed the same test and it appears that it is failing due to restrictions by the host provider. I will contact you regarding this.
Thankyou for you comments, the testme.php script has been updated to use the file function (available from php 3 >) the folder image has been renamed. Also fixed a problem with IE not wrapping the thumbnails. Latest version available from the link at the top of this topic.
I have two extensions planned, one is a progress bar for uploads (built up from mega upload (sf.net/megaupload)) and image editing functionallity, both of which i would like to develop with the same architecture as the filebrowser in the fckeditor to facilitate different server side connectors.
I can't say how much I appreciate your work on the PHP connector! It's great to see open source at work; truely great work.
I've struggled with getting the editor to work with both FireFox and IE. I was wondering if you might be able to ZIP/RAR your complete FCKEditor/PHP Connector - all together - for those of us unable to follow all of the bug/error corrections over the past month?
Do you intend to use the perl(cgi) upload progress monitor to get the progress bar? if so check that ExecCGI permissions are granted to the filemanager/browser/default/connectors/php/Commands/helpers/ folder. If you cannot use the perl upload monitor then the info that you posted should look like:
As far as i can tell the LinkUpload bit hasnt been implemented in FCKEditor yet, so you dont need to worry about that config. There is no developer documentation on it anyway.
n.b. ExecCGI has to be set through the apache configuration file, of if your configuration allows it through a .htaccess in the required folder. Alternatively you may place the perl scripts in a cgi-bin folder and change the reference to them in the fckeditor config
Thanks for your speedy response! I placed the files in the /cgi-bin directory and updated the references but it's still throwing the same error. I made sure the ownership of the cgi files was right, and the permissions are 755.
Just for reference, here are my updated fckconfig.js entries
If you dont want to do all that you could just goto the url of the progress.cgi file in your web browser, it should return a valid xml output even without anything passed to it.
The problem you described is due to the perl MegaUpload part, it for some reason cant handle the chars in your test filename, i will look at fixing this..
RE: Unofficial filemanager update + php conne
http://pedagogie.ac-toulouse.fr/ariege- ... testme.php
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
http://pedagogie.ac-toulouse.fr/ariege- ... estme2.php
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
http://www.prosjektweb.net/FCKeditor2/_ ... fault.html
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
http://www.prosjektweb.net/imagemanager ... alone.html
RE: Unofficial filemanager update + php conne
http://www.mcpuk.net/downloads/fck_fb_conn_php_new.zip
RE: Unofficial filemanager update + php connector
BR Martin Kronstad
RE: Unofficial filemanager update + php conne
Will keep you all posted on progress...
RE: Unofficial filemanager update + php connector
RE: Unofficial filemanager update + php conne
I can't say how much I appreciate your work on the PHP connector! It's great to see open source at work; truely great work.
I've struggled with getting the editor to work with both FireFox and IE. I was wondering if you might be able to ZIP/RAR your complete FCKEditor/PHP Connector - all together - for those of us unable to follow all of the bug/error corrections over the past month?
Thanks in advance,
Jeff Walters
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
i hope it is possible.
thanks a lot
janosh
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
I hope soon...
Is there any other way to upload files in fck?
I hope there is...
RE: Unofficial filemanager update + php connector
http://www.myserver.com/fckeditor/edito ... pload.html
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
`FCKConfig.LinkBrowserURL =
FCKConfig.BasePath + "filemanager/browser/default/browser.html?" +
"Connector=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/connector.php&" +
"UploadHandler=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/Commands/helpers/upload.cgi" ;
FCKConfig.LinkUploadURL = FCKConfig.BasePath + "filemanager/upload/aspx/upload.aspx" ;
(***I probably have to change this, but to what?***)
FCKConfig.ImageBrowserURL =
FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&" +
"Connector=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/connector.php&" +
"UploadHandler=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/Commands/helpers/upload.cgi" ;
----------------------------------
I have set 0777 to the helpers directory and all files in it. Not sure what else to try. Thanks for your help!
RE: Unofficial filemanager update + php conne
filemanager/browser/default/connectors/php/Commands/helpers/
folder. If you cannot use the perl upload monitor then the info that you posted should look like:
FCKConfig.LinkBrowserURL =
FCKConfig.BasePath + "filemanager/browser/default/browser.html?" +
"Connector=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/connector.php";
FCKConfig.ImageBrowserURL =
FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&" +
"Connector=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/connector.php";
As far as i can tell the LinkUpload bit hasnt been implemented in FCKEditor yet, so you dont need to worry about that config. There is no developer documentation on it anyway.
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
Just for reference, here are my updated fckconfig.js entries
FCKConfig.LinkBrowserURL =
FCKConfig.BasePath + "filemanager/browser/default/browser.html?" +
"Connector=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/connector.php&" +
//"UploadHandler=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/Commands/helpers/upload.cgi" ;
"UploadHandler=/cgi-bin/upload.cgi" ;
FCKConfig.ImageBrowserURL =
FCKConfig.BasePath + "filemanager/browser/default/browser.html?Type=Image&" +
"Connector=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/connector.php&" +
//"UploadHandler=" + FCKConfig.BasePath + "filemanager/browser/default/connectors/php/Commands/helpers/upload.cgi" ;
"UploadHandler=/cgi-bin/upload.cgi" ;
Any idea what else I coudl try?
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
http://www.mcpuk.net/fbxp/downloads/TestUpdate.zip
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
http://www.mcpuk.net/fbxp/demo/editor/test.php
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php conne
RE: Unofficial filemanager update + php connector
http://wcv.dyndns.org/test.php
RE: Unofficial filemanager update + php connector
It works fine ! Great extensions ! Nice job ! Thanks a lot !
Lionel