I'm trying to do an upgrade from 3.0 to 3.1
After upgrade I get the following error:
[Error] :82:21: cvc-complex-type.2.4.a: Invalid content was found
starting with element 'BugTracerReports'. One of
'{"":DebuggerSettings, "":Cache, "":CacheBox, "":Interceptors,
"":Conventions, "":LogBox, "":IOC, "":Models, "":Modules, "":WireBox}'
is expected.
event: onApplicationStart
template: C:/Workspace/50_framework/system/core/util/Util.cfc
line: 164
server: DEV/coldfusion
What does it mean?
Thanks,
Leonty
--You received this message because you are subscribed to the Google Groups "ColdBox Platform" group.To post to this group, send email to col...@googlegroups.comTo unsubscribe from this group, send email to coldbox-u...@googlegroups.comFor more options, visit this group at http://groups-beta.google.com/group/coldboxFor News, visit http://blog.coldbox.orgFor Documentation, visit http://wiki.coldbox.org
The config.xml file does not validate with the framework's schema.
The error details are: [Error] :13:69: src-resolve: Cannot resolve the
name 'BugTracerReports' to a(n) 'element declaration' component.
event: onApplicationStart
template: C:/Workspace/50_framework/system/core/util/Util.cfc
line: 164
server: DEV/coldfusion
All other stuff is the same as in 3.0 config.
As for CFC configuration it's in plans but our application is kind of
huge so now I'm running 3.1 on my localhost to see if we can safely
upgrade.
After we switch app to 3.1 and it works - we'll update config.
Leonty