RE: [coldbox:3175] coldbox and codexwiki.org "Could not find the included template /config/routes.cfm"

I'm guessing you don't have the wiki installed in the root directory of
your web server. The framework is failing as it tries to find the route
config file for the ses interceptor. The path used for the ses config
file is /{your appMapping setting}/{configFile property}

your appmapping setting is found in your coldbox.xml.cfm file in the
config directory of your CB install.
The configFile property is a parameter in the same settings file in the
config for the coldbox.system.interceptors.ses interceptor and defaults
to "config/routes.cfm".

Long story short, if you are placing the wiki in this sub folder:
www.mysite.com/thisismyspecialwikifolder/ then you probably just need to
change the appMapping value to "/thisismyspecialwikifolder/"

Hopefully that helps.

~Brad