Hi Folks,

This page...

http://testblog.keithborden.com/machblog/

...gives this message...



Element KNOWN_BF_POSTPROCESSORS is undefined in VARIABLES.


The error occurred in D:\hshome\tlynch\testblog.keithborden.com\coldspring\beans\DefaultXmlBeanFactory.cfc: line 324 Called from D:\hshome\tlynch\testblog.keithborden.com\coldspring\beans\DefaultXmlBeanFactory.cfc: line 230 Called from D:\hshome\tlynch\testblog.keithborden.com\coldspring\beans\DefaultXmlBeanFactory.cfc: line 199 Called from D:\hshome\tlynch\testblog.keithborden.com\coldspring\machii\ColdspringPlugin.cfc: line 111 Called from D:\hshome\tlynch\testblog.keithborden.com\MachII\framework\PluginManager.cfc: line 95 Called from D:\hshome\tlynch\testblog.keithborden.com\MachII\framework\AppManager.cfc: line 57 Called from D:\hshome\tlynch\testblog.keithborden.com\MachII\framework\AppFactory.cfc: line 126 Called from D:\hshome\tlynch\testblog.keithborden.com\MachII\framework\AppLoader.cfc: line 84 Called from D:\hshome\tlynch\testblog.keithborden.com\MachII\framework\AppLoader.cfc: line 60 Called from D:\hshome\tlynch\testblog.keithborden.com\MachII\mach-ii.cfm: line 62 Called from D:\hshome\tlynch\testblog.keithborden.com\machblog\index.cfm: line 47


322 :
323 : <!--- look for a factory-post-processor attribute for this bean def ---> 324 : <cfif StructKeyExists(beanAttributes,'class') and listFind(variables.known_bf_postprocessors,beanAttributes.class)>
325 :                                   <cfset factoryPostProcessor = true />
326 : <cfelseif StructKeyExists(beanAttributes,'factory-post-processor') and len(beanAttributes['factory-post-processor'])>



A search of the entire site -- which contains ColdSpring 1.0 (with version 1.44 of DefaultXmlBeanFactory.cfc), Mach-II 1.1.1 and MachBlog 1.0 Beta 2 -- reveals no other instance of
known_bf_postprocessors (in "variables" or otherwise).  Therefore, line 324 of
coldspring\beans\DefaultXmlBeanFactory.cfc is referencing a variable which is not defined anywhere.

Suggestions?

Thanks,

Keith

Reply via email to