Welcome Guest, Not a member yet? Register   Sign In
Fckeditor in CodeIgniter 1.7.1 in 10 steps
#13

[eluser]kulldox[/eluser]
[quote author="umefarooq" date="1236273226"]i just check the in CI doc there is written that

Code:
GET data is simply disallowed by CodeIgniter

here you can check in doc

Get data

how to enable enable GET for any editors only like fckeditor or tinymce. for ajax purpose these editors are passing variables using get to php files.[/quote]

I've found the solution to this.
Just set the correct $Config['UserFilesAbsolutePath'] in \fckeditor\editor\filemanager\connectors\php\config.php

My situation is like this:
The fckeditor is located in http://www.kullcms.local/www/www/admin/js/fckeditor
The filebrouser config is in kullcms.local\www\www\admin\js\fckeditor\editor\filemanager\connectors\php\config.php
so I've set the $Config['UserFilesAbsolutePath'] to:
Code:
$Config['UserFilesAbsolutePath'] = '../../../../../../../assets/' ;
and $Config['UserFilesPath'] to:
Code:
$Config['UserFilesPath'] = '/assets/' ;

In consequence it's working fine and no more "The server didn't reply with a proper XML data. Please check your configuration" error displayed.


Messages In This Thread
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-04-2009, 01:00 PM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-04-2009, 01:45 PM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-04-2009, 03:34 PM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-04-2009, 04:27 PM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-05-2009, 04:34 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-05-2009, 04:49 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-05-2009, 05:13 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 03-21-2009, 11:10 PM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 04-01-2009, 07:51 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 06-16-2009, 02:43 PM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 07-03-2009, 02:27 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 08-20-2009, 09:46 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 08-29-2009, 05:39 AM
Fckeditor in CodeIgniter 1.7.1 in 10 steps - by El Forum - 11-08-2009, 03:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB