Item1848: RenderListPlugin uses the deprecated startRenderingHandler
Priority: Normal
Current State: No Action Required
Released In:
Target Release: n/a
I just enabled the
RenderListPlugin and I got this error (using %FAILEDPLUGINS%):
startRenderingHandler |
RenderListPlugin This handler is deprecated - please check for updated versions of the plugins that use it! |
I was looking in
EmptyPlugin and I think that
RenderListPlugin should use preRenderingHandler instead.
Thanks.
--
ItaloValcy - 23 Jul 2009
Thanks Italo. It's not an error, it's a warning, and is known about. Ignore it.
--
CrawfordCurrie - 23 Jul 2009
Ok, Crawford, sorry the incorret word.. but, anyawy, I'd like to see this
warning fixed!
--
ItaloValcy - 24 Jul 2009
You could try to change it into a preRenderingHandler, and see if it works.
The only difference should be in how it handles <pre<> blocks
theoretically.
Anyway, patches (and testing) welcomed
--
OlivierRaginel - 24 Jul 2009