FCKeditor

-GS-Master

Erfahrenes Mitglied
HI kennt sich jemand mit dem FCKeditor aus und wie der "richtig" installiert wird?
Also bisjetzt habe ich den nur hochgeladen doch was nicht funktioniert ist der Bilduplaod ...
Bekomm wenn ich das versuche eine Fehlermeldung

War irgend was mit XML ... naja wär echt froh wenn sich da wer auskennt

Das ganze liegt in verschiedenn unterordner ...
url/v1/FCKeditor/ soforn das das wichtig sein sollte
 
Wie man erkennen kann, versucht es eindeutig ein ASP Script aufzurufen, ergo vermute ich, hast du die Config von von asp auf php umgestellt, für den Bilderupload. Dafür gibt es im Wiki vom FCKEditor übrigens auch einen Teil.
Such einfach mal nach "upload".
 
Geil das passt ^^ nun noch letzte frage befor ich dich in ruhe lasse -.-
Weißt du vielleicht noch wo der Ordner gesetzt werden muss?
 
*

To set the path for saving uploaded files uncomment the following line in /FCKeditor/editor/filemanager/browser/default/connectors/php/config.php.
*

(do the same in /FCKeditor/editor/filemanager/upload/php/config.php, at least in version 2.3)

// $Config['UserFilesPath'] = '/UserFiles/' ;

*

Depending on your version, you may also need to set $Config['Enabled'] to true in /FCKeditor/editor/filemanager/browser/default/connectors/php/config.php.
*

(do the same in /FCKeditor/editor/filemanager/upload/php/config.php, at least in version 2.3)

// SECURITY: You must explicitly enable this "connector". (Set it to "true").
$Config['Enabled'] = true ;

Note: Set the permission of the upload directory properly. You should also uncomment the settings of LinkBrowserURL and the ImageBrowserURL in the /FCKeditor_2.0fc/fckconfig.js file for the browsing and uploading function to work properly.

Also set _FileBrowserLanguage and _QuickUploadLanguage to php in the fckconfig.js file.

var _FileBrowserLanguage = 'php' ;
var _QuickUploadLanguage = 'php' ;

See Built-in File Browser for more information.

Important Note for PHP with Safe Mode activated: You'll have to create /UserFiles/File, /UserFiles/Flash, /UserFiles/Image and /UserFiles/Media in order for the filebrowser to work. Of course, you'll also have to set the correct permissions for these directories. Furthermore, don't use the "Create new folder" button. The folder would be created but couldn't be used (Safe Mode restriction).
http://wiki.fckeditor.net/Developer's_Guide/Integration/PHP
 
Zurück