FCKeditor not working

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Haasboy
Posts: 12
Joined: Mon 28. May 2012, 09:34

FCKeditor not working

Post by Haasboy »

I've got a problem where fckeditor is not working, instead of displaying the editor, it replaces it with the frontend, showing the 404 error!

Does anybody know how to fix this issue. CKeditor displays, but I need fckeditor to work as well!
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: FCKeditor not working

Post by flip-flop »

I think you have switched to rewrite_url and uses the extend .html

Insert into the .htaccess:

Code: Select all

# Ignore
	RewriteRule ^(include|img|template|picture|filearchive|content)/ - [L]
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Haasboy
Posts: 12
Joined: Mon 28. May 2012, 09:34

Re: FCKeditor not working

Post by Haasboy »

Yes, I have switch to rewrite_url, although I already have that line in the .htaccess
Haasboy
Posts: 12
Joined: Mon 28. May 2012, 09:34

Re: FCKeditor not working

Post by Haasboy »

This is what my .htaccess file looks like

Code: Select all

# These settings are recommend
# Check phpinfo() before try these
#	register_globals ON
#	php_flag magic_quotes_gpc Off
# 	php_flag magic_quotes_runtime Off
#	php_flag register_globals Off

<IfModule mod_rewrite.c>

# Check that you have set Options FollowSymLinks
# and right Allow
	Options +FollowSymLinks
	RewriteEngine On

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d

# maybe you need this
	DirectoryIndex index.html index.php 


# Default ReWrite settings for phpwcms
# ====================================

	RewriteBase /beta_2

# Ignore
	RewriteRule ^(include|img|template|picture|filearchive|content)/ - [L]

# Rewrite 0.0.0.0.0.0.phtml => index.php?id=0.0.0.0.0.0
	RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.html$ index.php?id=$1,$2,$3,$4,$5,$6

# Rewrite mypage.html => index.php?mypage
	RewriteRule ^(.+)\.html$ index.php?$1

</IfModule>

#Sometimes neccessary to add those
#
AddType application/x-javascript .js
AddType text/css .css
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: FCKeditor not working

Post by flip-flop »

Mhh,

I can not reproduce this behavior.
Tested with the release r490.

Knut
Attachments
r488-r490.zip
Update r488-r490
(57.44 KiB) Downloaded 190 times
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Haasboy
Posts: 12
Joined: Mon 28. May 2012, 09:34

Re: FCKeditor not working

Post by Haasboy »

I thought I should mention I get this error when I'm logged into the backend, and I create a new article.

Instead of FCKeditor displaying, it replaces the area where the editor was suppose to appear with the frontend site, displaying a 404 error.

This happens with content parts as well that have the wysywig feature included!

I didn't exactly explain where the issue occurs in my first post!
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: FCKeditor not working

Post by juergen »

switch to CKEditor in Profile. Same problem with my install using fckEditor.
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: FCKeditor not working

Post by Oliver Georgi »

empty browser cache.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply