Hi Tullio, this error message means, that the paragraph definition 'messaggi-medici-lista-paragraph' is not registered anymore. You had defined a paragraph named (node name) 'messaggi-medici-lista-paragraph' and used it on some pages -> stores the paragraph name in the content node's metaData to render it.
Now i guess, you still use the Memory DB -> you restarted -> the paragraph definition is gone. As long you use Memory DB, you need to persist EVEY change/definition you do as a bootstrap file (xml export) BEFORE you restart. That why I suggested in the other mail, that you use the Derby (or MySQL) persistence manager. Then you only have to export, before deleting the repository manually. Regards, Christian On Dec 14, 2010, at 10:21 AM, Tullio Bettinazzi wrote: > > > I upgraded to 4.4.1 but I get an error > info.magnolia.module.templating.RenderException: Can't find renderable > definition messaggi-medici-lista-paragraph > on every blossom based page. > What's wrong ? > Did I miss something ? > Tks > Tullio > -- > View this message in context: > http://old.nabble.com/Error-after-migration-to-4.4.1---blossom-tp30453034p30453034.html > Sent from the Magnolia - User mailing list archive at Nabble.com. > > > > ---------------------------------------------------------------- > For list details see > http://www.magnolia-cms.com/home/community/mailing-lists.html > To unsubscribe, E-mail to: <[email protected]> > ---------------------------------------------------------------- Best regards, Christian Ringele Magnolia International Ltd. Magnolia® - Simple Open Source Content Management ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
