HTML editor in article center decided not to work....

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
XplosiveConcepts
Posts: 9
Joined: Fri 4. Jun 2004, 17:27
Location: NY
Contact:

HTML editor in article center decided not to work....

Post by XplosiveConcepts »

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
Pappnase

Post by Pappnase »

hello

i was logged in! and the editor works fine! try to delete your browser cache. also install the new version!*smile*
XplosiveConcepts
Posts: 9
Joined: Fri 4. Jun 2004, 17:27
Location: NY
Contact:

Post by XplosiveConcepts »

Pappnase,

I'm jealous! I see how it does work, but not for me! :?

I deleted my browser cache as per your suggestion and still no luck.

Do you think upgrading will fix it?
Pappnase

Post by Pappnase »

XplosiveConcepts wrote:Pappnase,

I'm jealous! I see how it does work, but not for me! :?

I deleted my browser cache as per your suggestion and still no luck.

Do you think upgrading will fix it?
hello

can't tell you if this will fix it. but in RC4 you have much more features.
XplosiveConcepts
Posts: 9
Joined: Fri 4. Jun 2004, 17:27
Location: NY
Contact:

Post by XplosiveConcepts »

Supposing the upgrade does not work...

What else could be causing the problem? It's quite strange!

-Evan
Pappnase

Post by Pappnase »

XplosiveConcepts wrote:Supposing the upgrade does not work...

What else could be causing the problem? It's quite strange!

-Evan
i can only imagine that this is an error of your system! wich browser did
you use!?

----
edit did you use a firewall!?
XplosiveConcepts
Posts: 9
Joined: Fri 4. Jun 2004, 17:27
Location: NY
Contact:

Post by XplosiveConcepts »

Hi Pappnase,

I am using IE6 on an XP Pro machine....I do not know if there is a firewall involved, although i'm sure it is possible because I am in my office at work.

Here is what it looks like when I try to create a new article or edit an existing one:

Image[/img]
Pappnase

Post by Pappnase »

strange! did you made some system changes in xp!? or try to include a hack!?
XplosiveConcepts
Posts: 9
Joined: Fri 4. Jun 2004, 17:27
Location: NY
Contact:

Post by XplosiveConcepts »

NOPE!!

No changes at all...I did setup a model template and pagelayout to resemble the phpwcms website, images and all, but thats just a template...

I've rebooted my computer and still nothing.

Maybe i'll just uninstall phpwcms and reinstall it clean... :(

Thanks for all your help.

-Evan
amadeus
Posts: 18
Joined: Sun 13. Jun 2004, 15:21
Location: Hildesheim
Contact:

fck editor

Post by amadeus »

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
Pappnase

Post by Pappnase »

hallo

hast du schonmal geschaut wohin den link geht!?
denke du hast ein pfadproblem! mache mal rechtsklick aufs kreuz und schau mal nach!
amadeus
Posts: 18
Joined: Sun 13. Jun 2004, 15:21
Location: Hildesheim
Contact:

pfad stimmt denke ich...

Post by amadeus »

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
Pappnase

Post by Pappnase »

hallo

komischer fehler! hast du java eingeschaltet!? eine firewall am laufen?
oder die sicherheitseinstellungen im ie verändert?!
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

"/include/inc_lib/fckeditor.editor.inc.php"
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/" ; 
TO

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/" ; 
Post Reply