Yep, that's about it. My editor works. WOnderful thing to use.
But I cannot upload nor browse files on my server. So ... Anyone getting this to work?
Where can I please find a detailed recipe to get this working?
I've gone through the wiki. here are pertinent config changes.
As I said in my feature request, it would be so much easier to have one, and only one config file.
Thanks. P.S. it is the most recent download from the sourceforge site.
C:\.\FCKeditor\editor\filemanager\browser\default\connectors\php\config.php
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/';
$Config['UserFilesAbsolutePath'] = '/var/www/html2/UserFiles/';
chmod 777 /var/www/html2/UserFiles/
C:\.\FCKeditor\editor\filemanager\upload\php\config.php
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/' ;
<?php
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/editor/FCKeditor/';
include_once("/var/www/html2/editor/display.inc");
if ($contents = displaynew())
$contents = displaynew();
$oFCKeditor->Value = $contents;
$oFCKeditor->ToolbarSet = "MyCustom";
$oFCKeditor->Config['CustomConfigurationsPath'] = '/editor/FCKeditor/myconfig.js' ;
$oFCKeditor->Create() ;
But I cannot upload nor browse files on my server. So ... Anyone getting this to work?
Where can I please find a detailed recipe to get this working?
I've gone through the wiki. here are pertinent config changes.
As I said in my feature request, it would be so much easier to have one, and only one config file.
Thanks. P.S. it is the most recent download from the sourceforge site.
C:\.\FCKeditor\editor\filemanager\browser\default\connectors\php\config.php
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/';
$Config['UserFilesAbsolutePath'] = '/var/www/html2/UserFiles/';
chmod 777 /var/www/html2/UserFiles/
C:\.\FCKeditor\editor\filemanager\upload\php\config.php
$Config['Enabled'] = true ;
$Config['UserFilesPath'] = '/UserFiles/' ;
<?php
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/editor/FCKeditor/';
include_once("/var/www/html2/editor/display.inc");
if ($contents = displaynew())
$contents = displaynew();
$oFCKeditor->Value = $contents;
$oFCKeditor->ToolbarSet = "MyCustom";
$oFCKeditor->Config['CustomConfigurationsPath'] = '/editor/FCKeditor/myconfig.js' ;
$oFCKeditor->Create() ;
RE: cannot upload
I don't guess the developers use this forum much?
RE: cannot upload
try chmod 777 the files and folders
RE: cannot upload
chmod 777 /var/www/html2/UserFiles/
But the opload and browser cannot even see the contents of UserFiles as it is now.
Does someone have the exact config they used I can copy from. I'm not a newbie at installing this stuff. I'm convinced something is wrong with the code. There should at least be a config page that expalins everything. There are, but none of them seems to work.
RE: cannot upload
The editor works beautifully. I love it.
http://wiki.fckeditor.net/Developer%27s ... stallation
http://wiki.fckeditor.net/Developer%27s ... ration/PHP
And here's proof the uploader and browser work.
http://www.fckeditor.net/demo/default.html
I do not have FCKeditor in the basepath, but I still should be able to configure it to work with php.
If the authors can point me to a page with specific detail on how to configure the uploader and browser ... that would be great. These do not
http://fckeditor.wikiwikiweb.de/Develop ... le_Browser
http://wiki.fckeditor.net/Developer%27s ... tions_File
http://wiki.fckeditor.net/Developer%27s ... le_Browser
RE: cannot upload
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* "Support Open Source software. What about a donation today?"
*
* File Name: fckconfig.js
* Editor configuration settings.
* See the documentation for more info.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
FCKConfig.CustomConfigurationsPath = '' ;
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ;
FCKConfig.BaseHref = '' ;
FCKConfig.FullPage = false ;
FCKConfig.Debug = false ;
FCKConfig.AllowQueryStringDebug = true ;
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/silver/' ;
FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
// FCKConfig.Plugins.Add( 'placeholder', 'de,en,fr,it,pl' ) ;
FCKConfig.ProtectedSource.Add( /<script[\s\S]*?\/script>/gi ) ; // <SCRIPT> tags.
// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%>
FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code <?...?>
RE: cannot upload
With this configuration in the fckconfig.js file, everything is working for me ! Don't forget to change the settings of your config.php files in the filemanager !
RE: cannot upload
Need: upload file for link to be included in a page to work
I was wondering if I could pay someone to get Upload working on FCKEditor. I have tried support, searching and I cannot find out how. I have tried many things, with no luck.
I am a volunteer for United Way Center for Nonprofits trying to make a workshop registration for them. I am not being paid for this work.
But if you would let me pay you something to just get it working properly I would gladly do it – I just cannot figure this out.
Since I am doing this on my own for free I would love to find someone who would fix the upload as a gift-in-kind contribution to United Way or would let me pay like $10 or something to fix it.
Please let me know if you can fix it, how much and the soonest you can. email me at portrower8 at aol.com or jwilkins at chattanoogarowing.org
RE: cannot upload
Are you using a content management system for the website (Postnuke, PHP Nuke..)?
RE: cannot upload
a stand alone web page. it partially works when you go to file browser it let's you add stuff -- but when you click upload, browse, send to server there is no response...
http://uwcnp.chattanoogarowing.org/work ... ttings.php
RE: cannot upload
I've had to go ahead and password protect the site to get this project moving forward...
I can upload and include stuff as long as it is through "BROWSE SERVER" section. The 'upload' tab and "send it to server' still doesn't work.
but I guess that's okay we can still use the browse server section...
if anyone has ideas on how to fix, please do shoot me an email at portrower8 at aol dot com