HTML editor in article center decided not to work....
-
- Posts: 9
- Joined: Fri 4. Jun 2004, 17:27
- Location: NY
- Contact:
HTML editor in article center decided not to work....
Hey everyone,
Yesterday FCKeditor was working just fine, and now today when i go to create an article, the summary box shows a small X in the top left corner and the editor doesnt come up. It seems the script isn't being called correctly or maybe the script itself is not functioning?
I've searched the site, havent found any posts with this problem. Went into the conf.inc.php file, changed the WYSIWYG editor options a few times, closed my browser windows, etc etc and nothing....
Any ideas on what happened? The only thing i did between last night and this morning was turn off my computer and then turn it on.
http://xplosiveconcepts.com/demo/login.php
user: test
pass: test
Thanks!
-Evan
Yesterday FCKeditor was working just fine, and now today when i go to create an article, the summary box shows a small X in the top left corner and the editor doesnt come up. It seems the script isn't being called correctly or maybe the script itself is not functioning?
I've searched the site, havent found any posts with this problem. Went into the conf.inc.php file, changed the WYSIWYG editor options a few times, closed my browser windows, etc etc and nothing....
Any ideas on what happened? The only thing i did between last night and this morning was turn off my computer and then turn it on.
http://xplosiveconcepts.com/demo/login.php
user: test
pass: test
Thanks!
-Evan
-
- Posts: 9
- Joined: Fri 4. Jun 2004, 17:27
- Location: NY
- Contact:
-
- Posts: 9
- Joined: Fri 4. Jun 2004, 17:27
- Location: NY
- Contact:
-
- Posts: 9
- Joined: Fri 4. Jun 2004, 17:27
- Location: NY
- Contact:
-
- Posts: 9
- Joined: Fri 4. Jun 2004, 17:27
- Location: NY
- Contact:
fck editor
hallo,
ich wollte ein paar tricks die aud der webseite von pepe beschrieben sind ausprobieren und habe in der conf auf den fck editor gewechselt.
nun habe ich das gleiche problem.
siehe screenshot ein bischen höher...
irgendjemand einen tip? (browsecache leeren hilft nicht)
gruß amadeus
ich wollte ein paar tricks die aud der webseite von pepe beschrieben sind ausprobieren und habe in der conf auf den fck editor gewechselt.
nun habe ich das gleiche problem.
siehe screenshot ein bischen höher...
irgendjemand einen tip? (browsecache leeren hilft nicht)
gruß amadeus
pfad stimmt denke ich...
hallo pappnase,
der pfad zeigt auf :
phpwcms/include/inc_ext/FCKeditor/phpwcms_fckeditor.php?FieldName=chtml&Toolbar=phpwcms
ist er das?
wenn ich mir mir rechtsklick in dem "sandfarbenen" bereich mir den quellcode anzeigen lasse, erhalte ich folgenden text:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003 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 go to http://www.fredck.com/FCKeditor/
* or contact fckeditor@fredck.com.
*
* fckeditor.html: Main page that holds the editor.
*
* Authors:
* Frederico Caldeira Knabben (fckeditor@fredck.com)
-->
<html>
<head>
<title>FCKeditor</title>
etc...
scheint also zu stimmen, das ding wird nur nicht angezeigt.
es gibt ja mittlerweile eine neue version, kann man die da so einfach
hineinkopieren?
oder sind bestimmte anpassungen nötig?
gruß amadeus
der pfad zeigt auf :
phpwcms/include/inc_ext/FCKeditor/phpwcms_fckeditor.php?FieldName=chtml&Toolbar=phpwcms
ist er das?
wenn ich mir mir rechtsklick in dem "sandfarbenen" bereich mir den quellcode anzeigen lasse, erhalte ich folgenden text:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003 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 go to http://www.fredck.com/FCKeditor/
* or contact fckeditor@fredck.com.
*
* fckeditor.html: Main page that holds the editor.
*
* Authors:
* Frederico Caldeira Knabben (fckeditor@fredck.com)
-->
<html>
<head>
<title>FCKeditor</title>
etc...
scheint also zu stimmen, das ding wird nur nicht angezeigt.
es gibt ja mittlerweile eine neue version, kann man die da so einfach
hineinkopieren?
oder sind bestimmte anpassungen nötig?
gruß amadeus
"/include/inc_lib/fckeditor.editor.inc.php"
FROM
TO
FROM
Code: Select all
// The editor base path
// You have to update it with you web site configuration
$FCKeditorBasePath = "/".$phpwcms["root"]."include/inc_ext/FCKeditor/" ;
Code: Select all
// The editor base path
// You have to update it with you web site configuration
$FCKeditorBasePath = $phpwcms["site"].$phpwcms["root"]."include/inc_ext/FCKeditor/" ;