EllisLab text mark
Advanced Search
     
Problem with FCKeditor implementation
Posted: 24 June 2007 07:59 AM   [ Ignore ]
Joined: 2007-04-06
67 posts

I’ve done everything following http://codeigniter.com/wiki/FCKeditor/ page and I get an error: The URI you submitted has disallowed characters. when I try to load fckeditor in browser

Any ideas? :/

 Signature 

My Celebrity Blog, My Magento Blog

 
Posted: 24 June 2007 08:07 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2007-04-06
67 posts

Problem solved..
I added base_url(). to the line

$this->fckeditor->BasePath base_url().'sisteminiai_failai/plugins/fckeditor/'

in view file and everything is Ok.
Sorry for consuming your time wink

 Signature 

My Celebrity Blog, My Magento Blog

 
Posted: 25 June 2007 04:37 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Avatar
Joined: 2006-12-26
18 posts

Actually, I am having different problem with FCKeditor. I am getting the following error:

404 Page Not Found

The page you requested was not found

If I change :

$this->fckeditor->BasePath 'system/plugins/FCKeditor/';
//to
$this->fckeditor->BasePath base_url() . '/plugins/fckeditor/'

Then I am getting the following error:

Object not found!

The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.

If 
you think this is a server errorplease contact the webmaster.
Error 404 

What’s wrong? Where should I look at?

 Signature 

Looking To Improve…

 
Posted: 29 June 2007 05:54 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Avatar
Joined: 2006-12-26
18 posts

Ok,

when I write

$this->fckeditor->BasePath base_url().'system/plugins/FCKeditor/'

instead of

$this->fckeditor->BasePath 'system/plugins/FCKeditor/'

Then it is working. But I think this should be mentioned in the wiki.

 Signature 

Looking To Improve…

 
Posted: 21 July 2007 10:33 AM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Joined: 2007-03-18
4 posts

hi all,
am using FCKeditor i followed the steps in wiki it works on localhost but when i upload it it gave me this msg:

A PHP Error was encountered

Severity: Warning

Message: Invalid argument supplied for foreach()

Filename: libraries/Fckeditor.php

Line Number: 132


Not Found

The requested URL /system/index.php/plugins/FCKeditor/editor/fckeditor.html was not found on this server.

and am using .htaccess to remove index.php but its still here :S


thnx all

 
Posted: 21 July 2007 02:26 PM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Joined: 2006-07-10
485 posts

Generally, you might consider using Mozilla FireFox with the Firebug extension. It will help isolate problems caused by incorrect paths, missing files, css and js file naming problems and much more.