Hello,

I'm still getting the problem with RSSAggregator task running (and
having exceptions) even if there's no RSSAggregator configured.
I try not to think too much about that.
Now, I'm getting an even rarer (but I know the source) problem.
Last night I tried changing the footer so that I was able to write a
rich text on top (for some button and text links to another stuff in
other websites.)
I changed the dialog and added a fckEditor control named buttonArea.
Once I added information, the appearance was right, but on console I
was getting this exception:

2010-04-14 12:58:33,775 ERROR info.magnolia.cms.taglibs.Include
         : Can't find renderable definition
info.magnolia.module.templating.RenderException: Can't find renderable
definition
        at 
info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:156)
        at 
info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:124)
        at 
info.magnolia.module.templating.engine.DefaultRenderingEngine.render(DefaultRenderingEngine.java:117)
        at 
info.magnolia.module.templating.engine.DefaultRenderingEngine$$EnhancerByCGLIB$$d155597a.render(<generated>)
        at info.magnolia.cms.taglibs.Include.doEndTag(Include.java:209)
        at 
freemarker.ext.jsp.TagTransformModel$TagWriter.endEvaluation(TagTransformModel.java:430)
        at 
freemarker.ext.jsp.TagTransformModel$TagWriter.afterBody(TagTransformModel.java:406)
        at freemarker.core.Environment.visit(Environment.java:301)
        at freemarker.core.UnifiedCall.accept(UnifiedCall.java:130)
        at freemarker.core.Environment.visit(Environment.java:210)
        at freemarker.core.Environment.visit(Environment.java:299)
        at freemarker.core.UnifiedCall.accept(UnifiedCall.java:130)
        at freemarker.core.Environment.visit(Environment.java:210)
        at freemarker.core.MixedContent.accept(MixedContent.java:92)
        at freemarker.core.Environment.visit(Environment.java:210)
        at freemarker.core.Environment.process(Environment.java:190)
        at freemarker.template.Template.process(Template.java:237)
        at 
info.magnolia.freemarker.FreemarkerHelper.render(FreemarkerHelper.java:152)
        [and about 100 more traces after this]

I figured I did something bad as I saw the JCR Browser and found out
that in MySite/footer there was a new content node (named
buttonArea_files).

So, the @cms.contentNodeIterator in paragraphs/content/footer.ftl is
reading the buttonArea_files node as one of the real content nodes and
there's the source of all my exception (as there's nothing renderable
there).
I really need the FCKEditor as I need to be able to add bold, italic
text and button images to that area.

Is there a solution to bypass that content node or something I can use
so that I don't get that annoying and LARGE exception message and
still be able to write a rich text there?

Thanks,

Juan Pablo García Hernández

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to