Page 3 of 3
Re: FCKeditorX, updated to LATEST realese of FCK
Posted: Thu Oct 27, 2005 11:25 pm
by megabob3
Hans wrote:
Hi Bob
installed the latest version.
Submitting is OK but in preview there are no images and thing like:
{/nocache:49b590b31aff23a4fcecb426d31fcdea#3} {nocache:49b590b31aff23a4fcecb426d31fcdea#4}Add A Comment{/nocache:49b590b31aff23a4fcecb426d31fcdea#4} {nocache:49b590b31aff23a4fcecb426d31fcdea#5}
Fatal error: Call to a member function on a non-object in /home/shanran/public_html/cmsms/lib/classes/class.module.inc.php on line 1512
I checked and unchecked cache
Hans
If i remember well, this is a problem on content.
Try to create a new PAGE.
The is a problem with module that you include into content, you miss some { or "
Bye

Re: FCKeditorX, updated to LATEST realese of FCK
Posted: Fri Oct 28, 2005 7:37 am
by Hans
I have tried some more. The culprit doesn't seem to be FCK editor but the calendar module I had on the same page. The problem arises too if the calendar is the only content. I will try some more.
If necessary I'll post a new topic.
Thanks
Hans
4 Patricia
Posted: Fri Oct 28, 2005 9:43 am
by megabob3
Here you a beta
http://www.awakening.it/cmsms_dl/module ... t_beta.zip
You will not have problem when transport the work to client.
But in runtime editor with this version cannot see image, you have to CLICK PREVIEW.
And for LINK you must use PROTOCOL ""
Bye

Re: FCKeditorX, updated to LATEST realese of FCK
Posted: Fri Oct 28, 2005 9:53 am
by megabob3
Patricia wrote:
thx Bob. I can test later...
Too bad we cannot see image. cannot the runtime allow to see like it was in TinyMCE?
I cannot give this to client...
and I didn't understand the link thing..
No the problem is only your when you are develop the work initially.
After the transport the client must have all ok.
....
......
come back on hacking and programming
see you later

Re: FCKeditorX, updated to LATEST realese of FCK
Posted: Fri Oct 28, 2005 10:02 am
by megabob3
Patricia wrote:
all ok on client side only if he want it in domain root, if he wants it in domain.com/cms then he won't see images when he adds/edit a page...
I'm sure there must be a solution
Isn't easy because on FCK aren't config parameter like in CMSMS
like
$config['uploads_path'] = 'c:\\wamp\\www\\ww2\\cms-daily/uploads';
$config['uploads_url'] = '
http://localhost/ww2/cms-daily/uploads';
i am searching all forum of FCK and now next step is took complete source of FCK.
I hope to find soon a solution.