| Author |
Message |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 01/06/2010 18:41:52
|
yvo
Joined: 01/06/2010 15:39:47
Messages: 2
Offline
|
Hello,
A couple of weeks ago I installed weceem 0.8 when it was first released and it worked fine. Today I tried a fresh installation but now I can't edit the HTML pages anymore. The FCKeditor seems to be the problem since that's the part that doesn't show anymore. After loading a javascript alert shows 'Toolbar set "Standard" doesn't exist'
I tried different grails versions (1.3.1, 1.3.0 and 1.2.1), but none of them worked.
I'm using the FCKeditor version that comes with weceem (0.9.5)
Here's some more information, but I'm not sure if it is related (I can't remember if this was the same in the past):
- With the grails 1.3.x versions I encountered another mishap, both the 'title'-value in <input type="text" value="" name="title" id="title" maxlength="100" size="60" class=" "> is empty, with 1.2.1 the title information does show;
- Version 1.3.0 doesn't show the 'Extra' information, 1.3.1 does.
Did anybody else encounter the same problem(s)? Does anybody know of a fix?
Thanks in advance!!
Cheers, Yvo
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 02/06/2010 16:08:16
|
yvo
Joined: 01/06/2010 15:39:47
Messages: 2
Offline
|
Hi there,
Today we looked further into this and resolved the issue. It had to do with the version of fckeditor. Uninstalling the fckeditor 0.9.5 and installing version 0.9.4 did the trick:
grails uninstall-plugin fckeditor
grails install-plugin fckeditor 0.9.4
and to be sure: grails clean
Weceem still doesn't show the title though, for none of the content types. Did anybody encounter this issue as well? Does anybody know of a fix?
Cheers, Yvo
|
|
|
 |
![[Post New]](/forums/templates/default/images/icon_minipost_new.gif) 21/07/2010 10:18:44
|
marcpalmer
Joined: 04/06/2009 13:36:35
Messages: 286
Location: UK
Offline
|
This sounds like a beanfields plugin issue with newer versions of Grails.
Updating your app's beanfields to 1.0-RC3 should fix this.
Weceem 0.9 in trunk does not have any problems with title.
|
- -
Twitter: wangjammer5
Blog: http://www.anyware.co.uk
Grails plugins: http://www.grailsrocks.com
|
|
|
 |
|
|