neokoenig / RoomBooking

This is an open source application for booking rooms via a web based calendar, using cfWheels, Bootstrap3, jQuery, FullCalendar.js, and other bits. AKA the OxAlto RoomBooking System
http://roombooking.readme.io
187 stars 73 forks source link

Installation Error #54

Closed vipin28 closed 8 years ago

vipin28 commented 8 years ago

When i install roombooking then got error

Failed A simple query failed: please check roombooking exists and that you've run roombooking.sql against it.

i have already restore database

neokoenig commented 8 years ago

Did you set up the datasource in either /CFIDE/ or lucee/admin/server.cfm?

vipin28 commented 8 years ago

i m running with railo

neokoenig commented 8 years ago

Ok, so have you set a data source name in the /railo-context/admin/server.cfm then?

vipin28 commented 8 years ago

not found /railo-context/admin/server.cfm file :(

neokoenig commented 8 years ago

Are you on shared hosting? if so you may only have access to /railo-context/admin/web.cfm; either way, you need to access that to add the datasource name so railo can see the database. I would consider upgrading to lucee, as Railo has unpatched security vulnerabilities

vipin28 commented 8 years ago

i have installed lucee now where i need to enter database entry

vipin28 commented 8 years ago

hi issue resolved

one more thing what is the default path after All checks passed because after all check passed i have delete install folder and reload the page but it shows only folder not application

neokoenig commented 8 years ago

Then I don't think you've installed Lucee properly; I'm afraid that's something you may have to seek help with on the Lucee Mailing list: https://groups.google.com/forum/?fromgroups#!forum/lucee as there's too much to talk through here

vipin28 commented 8 years ago

Thanks installation has been done one more thing how i can change the rooms name

neokoenig commented 8 years ago

Please see documentation at https://roombooking.readme.io/docs/locations-overview

vipin28 commented 8 years ago

can we integrate this with single sign in with google

neokoenig commented 8 years ago

Not at the moment. It requires a local account. you could write your own OAuth integration I guess

vipin28 commented 8 years ago

Hi Tom,

When i book a meeting and enter mail id to send information then i got error MSG in browser

**Error!

Sorry, that caused an unexpected error. Please try again later. **

but if we booked without mail id then it was created successfully.

Regards, Vipin

vipin28 commented 8 years ago

Can we sent mail to multiple contacts or mail ids

neokoenig commented 8 years ago

You've not set up a SMTP server in /lucee/admin/server.cfm, so lucee can't send mail, hence the error. There's no multiple contact support at present, although that is something which might make into the next version

laonap commented 8 years ago

Hello neokoeig,

when installation has been done, i had rename folder install to install123 i already follow this step Final tweaks

Open /config/settings.cfm and change set(reloadPassword="roombooking"); to something unique. This is used to reload the application, and will often be needed by administrators making configuration changes. Not changing this means that a malicious user could cause significant server load by hitting the reload url repeatedly. Open /config/production/settings.cfm and set an error handling email address: this is by far the best way to work out if something is going wrong in production mode.

but when i go to the root of my website, i got error:

Lucee 4.5.2.018 Error (java.net.UnknownHostException) Message lxt: lxt: unknown error Cause java.net.UnknownHostException Stacktrace The Error Occurred in /opt/lucee/tomcat/webapps/ROOT/roombooking/wheels/events/onapplicationstart.cfm: line 50 48: // set up containers for routes, caches, settings etc 49: application.$wheels.version = "1.4.1"; 50: application.$wheels.hostName = CreateObject("java", "java.net.InetAddress").getLocalHost().getHostName(); 51: application.$wheels.controllers = {}; 52: application.$wheels.models = {};

Java Stacktrace lxt: lxt: unknown error at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method):-2 at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:928):928 at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1323):1323 at java.net.InetAddress.getLocalHost(InetAddress.java:1500):1500 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method):-2 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62):62 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43):43 at java.lang.reflect.Method.invoke(Method.java:497):497 at lucee.runtime.reflection.pairs.MethodInstance.invoke(MethodInstance.java:55):55 at lucee.runtime.java.JavaObject.call(JavaObject.java:237):237 at lucee.runtime.java.JavaObject.call(JavaObject.java:259):259 at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:742):742 at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1590):1590 at roombooking.wheels.events.onapplicationstart_cfm$cf.udfCall(/opt/lucee/tomcat/webapps/ROOT/roombooking/wheels/events/onapplicationstart.cfm:50):50 at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:111):111 at lucee.runtime.type.UDFImpl._call(UDFImpl.java:328):328 at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229):229 at lucee.runtime.ComponentImpl._call(ComponentImpl.java:642):642 at lucee.runtime.ComponentImpl._call(ComponentImpl.java:524):524 at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1761):1761 at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:405):405 at lucee.runtime.listener.ModernAppListener.onApplicationStart(ModernAppListener.java:283):283 at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:2842):2842 at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:118):118 at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:35):35 at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2262):2262 at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2225):2225 at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:456):456 at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:47):47 at javax.servlet.http.HttpServlet.service(HttpServlet.java:729):729 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291):291 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239):239 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206):206 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:217):217 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502):502 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79 at mod_cfml.core.invoke(core.java:152):152 at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616):616 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:518):518 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1091):1091 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:673):673 at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1500):1500 at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1456):1456 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142):1142 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617):617 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61 at java.lang.Thread.run(Thread.java:745):745

please help me. thanks.

neokoenig commented 8 years ago

hmm, I've never seen this error before, nor can I replicate it. It's being thrown in the cfwheels core which is a little odd... have you tried restarting the lucee/ACF server?

laonap commented 8 years ago

i have restarted the lucee/ACF server , error occured :((

do you have another roombooking version?

neokoenig commented 8 years ago

Looks like it's a server configuration error? http://stackoverflow.com/questions/6484275/java-net-unknownhostexception-invalid-hostname-for-server-local

laonap commented 8 years ago

i configured follow this post https://www.digitalocean.com/community/tutorials/how-to-set-up-railo-cfml-engine-with-tomcat-and-apache-on-a-debian-7-or-ubuntu-13-vps

i'm a newbie in lucee/ACF server , could you show me the tutorial to config the lucee/ACF server to run your app ? i do like your app. thanks!

neokoenig commented 8 years ago

Sorry, that's beyond what I can reasonably offer in a github comment. There's a CFML Slack channel with a lucee sub channel where someone will probably be able to help: http://cfml-slack.herokuapp.com/

laonap commented 8 years ago

Thank you so much.

laonap commented 8 years ago

Good afternoon,

i got an error when i book a room,

**Error!

Sorry, that caused an unexpected error. Please try again later. **

http://i.imgur.com/x8T78AE.jpg

i had configured settings.cfm file on /config/production/

`<!--- This file is used to configure specific settings for the "production" environment. A variable set in this file will override the one in "config/settings.cfm". Example: <cfset set(errorEmailAddress="someone@somewhere.com")> ---> <cfset set(errorEmailAddress="tamxx@xxxxx")

` and You've set up a SMTP server in /lucee/admin/server.cfm

(please see attached file below)

http://i.imgur.com/89LnLkj.jpg

thanks.

laonap commented 8 years ago

i got an error when i book a room,

**Error!

Sorry, that caused an unexpected error. Please try again later. **

and system sent error details:

`Summary Error: No matching function [PROCESSSHORTCODES] found Location: Line 65 in views/bookings/_form.cfm Line 7 in views/bookings/add.cfm URL: http://xxxxxxxxxxx/roombooking/index.cfm?controller=bookings&action=add Referrer: http://xxxxxxxxxx:8888/roombooking/index.cfm?controller=bookings&action=location&key=1 Method: GET IP Address: xxx.xxx.xxx.xxx User Agent: Mozilla/5.0 (Windows NT 10.0; rv:47.0) Gecko/20100101 Firefox/47.0 Date & Time: June 15, 2016 at 4:45 PM Details CGI CGI Scope [Entries: 47]

auth_password string auth_type string auth_user string cert_cookie string cert_flags string cert_issuer string cert_keysize string cert_secretkeysize string cert_serialnumber string cert_server_issuer string cert_server_subject string cert_subject string cf_template_path string /opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm content_length string content_type string context_path string gateway_interface string httpaccept string text/html,application/xhtml+xml,application/xml;q=0.9,/_;q=0.8 http_accept_encoding string gzip, deflate http_accept_language string en-US,en;q=0.5 http_connection string keep-alive http_cookie string cfid=a5d24065-d089-4fe8-83d9-420446abb46f; cftoken=0; RBS_UN= http_host string xxxxxxxxxxx:8888 http_referer string http://xxxxxxxxxxx:8888/roombooking/index.cfm?controller=bookings&action=location&key=1 http_user_agent string Mozilla/5.0 (Windows NT 10.0; rv:47.0) Gecko/20100101 Firefox/47.0 https string https_keysize string https_secretkeysize string https_server_issuer string https_server_subject string local_addr string xxxxxxxxxx local_host string roombooking path_info string path_translated string /opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm query_string string controller=bookings&action=add remote_addr string xxx.xxx.xxx.xxx remote_host string xxx.xxx.xxx.xxx remote_user string request_method string GET request_url string http://xxx.xxx.xxx.xxx:8888/roombooking/index.cfm?controller=bookings&action=add script_name string /roombooking/index.cfm server_name string xxx.xxx.xxx.xxx server_port string 8888 server_port_secure string 0 server_protocol string HTTP/1.1 server_software string web_server_api string Form Scope URL Scope

action string add controller string bookings Application Scope

applicationname string 2E6CC110A88358A0F556465D076C4312 RBS Struct

MODELTYPES 
    string event,location 
PERMISSION Struct [Entries: 17]

    accessApplication Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 1 
        USER 
            number 1 
    accessCalendar Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 1 
        USER 
            number 1 
    accessCustomFields Struct

        ADMIN 
            number 1 
        EDITOR 
            number 0 
        GUEST 
            number 0 
        USER 
            number 0 
    accessLocations Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 0 
        USER 
            number 0 
    accessLogfiles Struct

        ADMIN 
            number 1 
        EDITOR 
            number 0 
        GUEST 
            number 0 
        USER 
            number 0 
    accessPermissions Struct

        ADMIN 
            number 1 
        EDITOR 
            number 0 
        GUEST 
            number 0 
        USER 
            number 0 
    accessResources Struct

        ADMIN 
            number 1 
        EDITOR 
            number 0 
        GUEST 
            number 0 
        USER 
            number 0 
    accessSettings Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 0 
        USER 
            number 0 
    accessUsers Struct

        ADMIN 
            number 1 
        EDITOR 
            number 0 
        GUEST 
            number 0 
        USER 
            number 0 
    allowAPI Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 1 
        USER 
            number 1 
    allowApproveBooking Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 0 
        USER 
            number 0 
    allowiCal Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 1 
        USER 
            number 1 
    allowRoomBooking Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 0 
        USER 
            number 1 
    allowRSS Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 1 
        USER 
            number 1 
    bypassApproveBooking Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 0 
        USER 
            number 0 
    updateOwnAccount Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 0 
        USER 
            number 1 
    viewRoomBooking Struct

        ADMIN 
            number 1 
        EDITOR 
            number 1 
        GUEST 
            number 1 
        USER 
            number 1 
ROLES 
    string ADMIN,EDITOR,USER,GUEST 
SETTING Struct [Entries: 38]

    allowLocations 
        string 1 
    allowResources 
        string 1 
    allowSettings 
        string 1 
    approveBooking 
        string 0 
    bccAllEmail 
        string 0 
    bccAllEmailTo 
        string admin@domain.com 
    calendarAllDaySlot 
        string 1 
    calendarAllDayText 
        string all-day 
    calendarAxisFormat 
        string h(:mm)a 
    calendarColumnFormatDay 
        string dddd d/M 
    calendarColumnFormatMonth 
        string ddd 
    calendarColumnFormatWeek 
        string ddd d/M 
    calendarDefaultView 
        string month 
    calendarFirstday 
        string 1 
    calendarHeadercenter 
        string title 
    calendarHeaderleft 
        string prev,next today 
    calendarHeaderright 
        string month,agendaWeek,agendaDay 
    calendarHiddenDays 
        string [] 
    calendarMaxtime 
        string 23:00:00 
    calendarMintime 
        string 07:00:00 
    calendarSlotEventOverlap 
        string 0 
    calendarSlotMinutes 
        string 00:15:00 
    calendarTimeformat 
        string H:mm 
    calendarWeekends 
        string 1 
    calendarWeekNumbers 
        string 0 
    defaultDateFormat 
        string DD MMM YYYY 
    defaultTimeFormat 
        string HH:MM 
    googleanalytics 
        string UA- 
    isDemoMode 
        string 0 
    resourceTypes 
        string Computers,Audio Visual,Furniture 
    roomlayouttypes 
        string Standard,Boardroom,Lecture 
    showlocationcolours 
        string 1 
    showlocationfilter 
        string 1 
    sitedescription 
        string Room Booking System 
    siteEmailAddress 
        string bookings@domain.com 
    sitelogo 
        string / 
    sitetitle 
        string Room Booking System 
    version 
        string 1.2 
TEMPLATES Struct

TEMPLATETYPES 
    string form,output 
VERSIONNUMBER 
    string 1.2 

Session Session Scope (Memory)

cfid string a5d24065-d089-4fe8-83d9-420446abb46f cftoken string 0 CURRENTUSER Struct

APITOKEN 
    string 
EMAIL 
    string tam.lx@xxxx 
FIRSTNAME 
    string xxx 
ID 
    number 1 
LASTNAME 
    string xxxx 
ROLE 
    string ADMIN 

FLASH Struct

lastvisit Date Time (Asia/Ho_Chi_Minh) {ts '2016-06-15 16:44:23'} sessionid string 2E6CC110A88358A0F556465D076C4312_a5d24065-d089-4fe8-83d9-420446abb46f_0 timecreated Date Time (Asia/Ho_Chi_Minh) {ts '2016-06-15 16:44:03'} urltoken string CFID=a5d24065-d089-4fe8-83d9-420446abb46f&CFTOKEN=0 Request request

cgi Struct [Entries: 18]

content_type 
    string 
http_accept 
    string text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 
http_host 
    string xxx.xxx.xxx.xxx:8888 
http_referer 
    string http://xxx.xxx.xxx.xxx:8888/roombooking/index.cfm?controller=bookings&action=location&key=1 
http_x_original_url 
    string 
http_x_requested_with 
    string 
http_x_rewrite_url 
    string 
path_info 
    string 
query_string 
    string controller=bookings&action=add 
redirect_url 
    string 
remote_addr 
    string xxx.xxx.xxx.xxx 
request_method 
    string GET 
request_uri 
    string 
script_name 
    string /roombooking/index.cfm 
server_name 
    string xxx.xxx.xxx.xxx 
server_port 
    string 8888 
server_port_secure 
    string 0 
server_protocol 
    string HTTP/1.1 

cookie Struct

USERNAME 
    string 

modeltype string event shownavbar string true Cookie Scope

cfid string a5d24065-d089-4fe8-83d9-420446abb46f cftoken string 0 RBS_UN string Exception Catch [Entries: 13]

additional Struct

Detail string ErrNumber number 0 ErrorCode string 0 Extended_Info string ExtendedInfo string Message string No matching function [PROCESSSHORTCODES] found name string onRequest rootCause Struct

additional Struct

Detail 
    string 
ErrNumber 
    number 0 
ErrorCode 
    string 0 
Extended_Info 
    string 
ExtendedInfo 
    string 
Message 
    string No matching function [PROCESSSHORTCODES] found 
StackTrace 
    string No matching function [PROCESSSHORTCODES] found
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:750):750
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547
at roombooking.views.bookings._form_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/_form.cfm:65):65
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813
at roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128):128
at roombooking.wheels.global.cfml_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434):434
at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:231):231
at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:256):256
at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.view.miscellaneous_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm:173):173
at roombooking.wheels.view.miscellaneous_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:748):748
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547
at roombooking.views.bookings.add_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/add.cfm:7):7
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813
at roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128):128
at roombooking.wheels.global.cfml_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434):434
at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:157):157
at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:53):53
at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208
at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:748):748
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547
at roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:141):141
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195
at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757
at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755
at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557
at roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:95):95
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208
at railo.runtime.ComponentImpl._call(ComponentImpl.java:588):588
at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547
at roombooking.wheels.dispatch.request_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm:198):198
at roombooking.wheels.dispatch.request_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm):-1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208
at railo.runtime.ComponentImpl._call(ComponentImpl.java:588):588
at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738
at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724
at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547
at roombooking.wheels.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/index.cfm:1):1
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813
at roombooking.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm:1):1
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880
at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813
at roombooking.wheels.events.onrequest_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/events/onrequest.cfm:1):1
at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93
at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307
at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208
at railo.runtime.ComponentImpl._call(ComponentImpl.java:588):588
at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506
at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738
at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:388):388
at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:204):204
at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:18):18
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2212):2212
at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2179):2179
at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:331):331
at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727):727
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303):303
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208):208
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241):241
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208):208
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220):220
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122):122
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503):503
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170):170
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103):103
at mod_cfml.core.invoke(core.java:132):132
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950):950
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116):116
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421):421
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070):1070
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611):611
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314):314
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145):1145
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615):615
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Thread.java:745):745

TagContext Array [Rows: 17]

    1 Struct

        codePrintHTML 
            string 63:              </cfsavecontent>

64:

65: #processShortCodes(eventTemplate)#

66: #includePartial(partial="/common/form/customfields")#

67:

        codePrintPlain 
            string 63:              

64:
65: #processShortCodes(eventTemplate)# 66: #includePartial(partial="/common/form/customfields")# 67:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 65 
        Raw_Trace 
            string roombooking.views.bookings._form_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/_form.cfm:65) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/_form.cfm 
        type 
            string cfml 
    2 Struct

        codePrintHTML 
            string 126:     </cfif>

127: <!--- we prefix rv with "wheels" here to make sure the variable does not get overwritten in the included template --->

128:

129:

130:

        codePrintPlain 
            string 126:     

127:
128:
129:
130:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 128 
        Raw_Trace 
            string roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm 
        type 
            string cfml 
    3 Struct

        codePrintHTML 
            string 432:         if (!StructKeyExists(loc, "rv"))

433: {

434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments);

435: }

436:

        codePrintPlain 
            string 432:         if (!StructKeyExists(loc, "rv"))

433: { 434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments); 435: } 436:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 434 
        Raw_Trace 
            string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
        type 
            string cfml 
    4 Struct

        codePrintHTML 
            string 229:             arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments);

230: StructAppend(arguments, $argumentsForPartial(argumentCollection=arguments), false);

231: loc.content = $includeFile(argumentCollection=arguments);

232: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type);

233: }

        codePrintPlain 
            string 229:             arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments);

230: StructAppend(arguments, $argumentsForPartial(argumentCollection=arguments), false); 231: loc.content = $includeFile(argumentCollection=arguments); 232: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type); 233: }

        column 
            number 0 
        id 
            string ?? 
        line 
            number 231 
        Raw_Trace 
            string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:231) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
        type 
            string cfml 
    5 Struct

        codePrintHTML 
            string 254:         else

255: {

256: loc.rv = $renderPartial(argumentCollection=arguments);

257: }

258:

        codePrintPlain 
            string 254:         else

255: { 256: loc.rv = $renderPartial(argumentCollection=arguments); 257: } 258:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 256 
        Raw_Trace 
            string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:256) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
        type 
            string cfml 
    6 Struct

        codePrintHTML 
            string 171:         var loc = {};

172: $args(name="includePartial", args=arguments);

173: loc.rv = $includeOrRenderPartial(argumentCollection=$dollarify(arguments, "partial,group,cache,layout,spacer,dataFunction"));

174:

175:

        codePrintPlain 
            string 171:         var loc = {};

172: $args(name="includePartial", args=arguments); 173: loc.rv = $includeOrRenderPartial(argumentCollection=$dollarify(arguments, "partial,group,cache,layout,spacer,dataFunction")); 174:
175:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 173 
        Raw_Trace 
            string roombooking.wheels.view.miscellaneous_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm:173) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm 
        type 
            string cfml 
    7 Struct

        codePrintHTML 
            string 5: #errorMessagesFor("event")#

6: #startFormTag(action="create", id="bookingform")#

7: #includePartial("form")#

8: <!--- If approval process is on, and user is allowed to bypass approval --->

9: <cfif application.rbs.setting.approveBooking AND checkPermission("bypassApproveBooking")>

        codePrintPlain 
            string 5: #errorMessagesFor("event")#

6: #startFormTag(action="create", id="bookingform")# 7: #includePartial("form")# 8:
9:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 7 
        Raw_Trace 
            string roombooking.views.bookings.add_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/add.cfm:7) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/add.cfm 
        type 
            string cfml 
    8 Struct

        codePrintHTML 
            string 126:     </cfif>

127: <!--- we prefix rv with "wheels" here to make sure the variable does not get overwritten in the included template --->

128:

129:

130:

        codePrintPlain 
            string 126:     

127:
128:
129:
130:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 128 
        Raw_Trace 
            string roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm 
        type 
            string cfml 
    9 Struct

        codePrintHTML 
            string 432:         if (!StructKeyExists(loc, "rv"))

433: {

434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments);

435: }

436:

        codePrintPlain 
            string 432:         if (!StructKeyExists(loc, "rv"))

433: { 434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments); 435: } 436:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 434 
        Raw_Trace 
            string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
        type 
            string cfml 
    10 Struct

        codePrintHTML 
            string 155:         arguments.$name = arguments.$template;

156: arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments);

157: loc.content = $includeFile(argumentCollection=arguments);

158: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type);

159:

        codePrintPlain 
            string 155:         arguments.$name = arguments.$template;

156: arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments); 157: loc.content = $includeFile(argumentCollection=arguments); 158: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type); 159:

        column 
            number 0 
        id 
            string ?? 
        line 
            number 157 
        Raw_Trace 
            string roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:157) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
        type 
            string cfml 
    11 Struct

        codePrintHTML 
            string 51:      else

52: {

53: loc.page = $renderPage(argumentCollection=arguments);

54: }

55: if (arguments.$returnAs == "string")

        codePrintPlain 
            string 51:      else

52: { 53: loc.page = $renderPage(argumentCollection=arguments); 54: } 55: if (arguments.$returnAs == "string")

        column 
            number 0 
        id 
            string ?? 
        line 
            number 53 
        Raw_Trace 
            string roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:53) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
        type 
            string cfml 
    12 Struct

        codePrintHTML 
            string 139:             try

140: {

141: renderPage();

142: }

143: catch (any e)

        codePrintPlain 
            string 139:             try

140: { 141: renderPage(); 142: } 143: catch (any e)

        column 
            number 0 
        id 
            string ?? 
        line 
            number 141 
        Raw_Trace 
            string roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:141) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm 
        type 
            string cfml 
    13 Struct

        codePrintHTML 
            string 93:              {

94: // if we didn't render anything from a cached action we call the action here

95: $callAction(action=params.action);

96: }

97: }

        codePrintPlain 
            string 93:              {

94: // if we didn't render anything from a cached action we call the action here 95: $callAction(action=params.action); 96: } 97: }

        column 
            number 0 
        id 
            string ?? 
        line 
            number 95 
        Raw_Trace 
            string roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:95) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm 
        type 
            string cfml 
    14 Struct

        codePrintHTML 
            string 196:         // create the requested controller and call the action on it

197: loc.controller = controller(name=loc.params.controller, params=loc.params);

198: loc.controller.$processAction();

199:

200: // if there is a delayed redirect pending we execute it here thus halting the rest of the request

        codePrintPlain 
            string 196:         // create the requested controller and call the action on it

197: loc.controller = controller(name=loc.params.controller, params=loc.params); 198: loc.controller.$processAction(); 199: 200: // if there is a delayed redirect pending we execute it here thus halting the rest of the request

        column 
            number 0 
        id 
            string ?? 
        line 
            number 198 
        Raw_Trace 
            string roombooking.wheels.dispatch.request_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm:198) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm 
        type 
            string cfml 
    15 Struct

        codePrintHTML 
            string 1: <cfoutput>#application.wheels.dispatch.$request()#</cfoutput>

        codePrintPlain 
            string 1: #application.wheels.dispatch.$request()#

        column 
            number 0 
        id 
            string ?? 
        line 
            number 1 
        Raw_Trace 
            string roombooking.wheels.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/index.cfm:1) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/index.cfm 
        type 
            string cfml 
    16 Struct

        codePrintHTML 
            string 1: <cfinclude template="wheels/index.cfm">

        codePrintPlain 
            string 1: 

        column 
            number 0 
        id 
            string ?? 
        line 
            number 1 
        Raw_Trace 
            string roombooking.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm:1) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm 
        type 
            string cfml 
    17 Struct

        codePrintHTML 
            string 1: <cffunction name="onRequest" returntype="void" access="public" output="true"><cfargument name="targetpage" type="any" required="true"><cflock name="reloadLock#application.applicationName#" type="readOnly" timeout="180"><cfinclude template="#arguments.targetpage#"></cflock></cffunction>

        codePrintPlain 
            string 1: 

        column 
            number 0 
        id 
            string ?? 
        line 
            number 1 
        Raw_Trace 
            string roombooking.wheels.events.onrequest_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/events/onrequest.cfm:1) 
        template 
            string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/events/onrequest.cfm 
        type 
            string cfml 
type 
    string expression 

StackTrace string No matching function [PROCESSSHORTCODES] found at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:750):750 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547 at roombooking.views.bookings._form_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/_form.cfm:65):65 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813 at roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128):128 at roombooking.wheels.global.cfml_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434):434 at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:231):231 at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:256):256 at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.view.miscellaneous_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm:173):173 at roombooking.wheels.view.miscellaneous_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:748):748 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547 at roombooking.views.bookings.add_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/add.cfm:7):7 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813 at roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128):128 at roombooking.wheels.global.cfml_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434):434 at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:157):157 at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:53):53 at roombooking.wheels.controller.rendering_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:748):748 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547 at roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:141):141 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:195):195 at railo.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:757):757 at railo.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:755):755 at railo.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1557):1557 at roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:95):95 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.ComponentImpl._call(ComponentImpl.java:588):588 at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547 at roombooking.wheels.dispatch.request_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm:198):198 at roombooking.wheels.dispatch.request_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.ComponentImpl._call(ComponentImpl.java:588):588 at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547 at roombooking.wheels.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/index.cfm:1):1 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813 at roombooking.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm:1):1 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:880):880 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813 at roombooking.wheels.events.onrequest_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/events/onrequest.cfm:1):1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.ComponentImpl._call(ComponentImpl.java:588):588 at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:388):388 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:204):204 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:18):18 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2212):2212 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2179):2179 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:331):331 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29 at javax.servlet.http.HttpServlet.service(HttpServlet.java:727):727 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303):303 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208):208 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241):241 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208):208 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220):220 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122):122 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:503):503 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170):170 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103):103 at mod_cfml.core.invoke(core.java:132):132 at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950):950 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116):116 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:421):421 at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1070):1070 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611):611 at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314):314 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145):1145 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615):615 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61 at java.lang.Thread.run(Thread.java:745):745

TagContext Array [Rows: 17]

1 Struct

    codePrintHTML 
        string 63:              </cfsavecontent>

64:

65: #processShortCodes(eventTemplate)#

66: #includePartial(partial="/common/form/customfields")#

67:

    codePrintPlain 
        string 63:              

64:
65: #processShortCodes(eventTemplate)# 66: #includePartial(partial="/common/form/customfields")# 67:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 65 
    Raw_Trace 
        string roombooking.views.bookings._form_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/_form.cfm:65) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/_form.cfm 
    type 
        string cfml 
2 Struct

    codePrintHTML 
        string 126:     </cfif>

127: <!--- we prefix rv with "wheels" here to make sure the variable does not get overwritten in the included template --->

128:

129:

130:

    codePrintPlain 
        string 126:     

127:
128:
129:
130:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 128 
    Raw_Trace 
        string roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm 
    type 
        string cfml 
3 Struct

    codePrintHTML 
        string 432:         if (!StructKeyExists(loc, "rv"))

433: {

434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments);

435: }

436:

    codePrintPlain 
        string 432:         if (!StructKeyExists(loc, "rv"))

433: { 434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments); 435: } 436:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 434 
    Raw_Trace 
        string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
    type 
        string cfml 
4 Struct

    codePrintHTML 
        string 229:             arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments);

230: StructAppend(arguments, $argumentsForPartial(argumentCollection=arguments), false);

231: loc.content = $includeFile(argumentCollection=arguments);

232: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type);

233: }

    codePrintPlain 
        string 229:             arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments);

230: StructAppend(arguments, $argumentsForPartial(argumentCollection=arguments), false); 231: loc.content = $includeFile(argumentCollection=arguments); 232: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type); 233: }

    column 
        number 0 
    id 
        string ?? 
    line 
        number 231 
    Raw_Trace 
        string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:231) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
    type 
        string cfml 
5 Struct

    codePrintHTML 
        string 254:         else

255: {

256: loc.rv = $renderPartial(argumentCollection=arguments);

257: }

258:

    codePrintPlain 
        string 254:         else

255: { 256: loc.rv = $renderPartial(argumentCollection=arguments); 257: } 258:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 256 
    Raw_Trace 
        string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:256) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
    type 
        string cfml 
6 Struct

    codePrintHTML 
        string 171:         var loc = {};

172: $args(name="includePartial", args=arguments);

173: loc.rv = $includeOrRenderPartial(argumentCollection=$dollarify(arguments, "partial,group,cache,layout,spacer,dataFunction"));

174:

175:

    codePrintPlain 
        string 171:         var loc = {};

172: $args(name="includePartial", args=arguments); 173: loc.rv = $includeOrRenderPartial(argumentCollection=$dollarify(arguments, "partial,group,cache,layout,spacer,dataFunction")); 174:
175:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 173 
    Raw_Trace 
        string roombooking.wheels.view.miscellaneous_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm:173) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/view/miscellaneous.cfm 
    type 
        string cfml 
7 Struct

    codePrintHTML 
        string 5: #errorMessagesFor("event")#

6: #startFormTag(action="create", id="bookingform")#

7: #includePartial("form")#

8: <!--- If approval process is on, and user is allowed to bypass approval --->

9: <cfif application.rbs.setting.approveBooking AND checkPermission("bypassApproveBooking")>

    codePrintPlain 
        string 5: #errorMessagesFor("event")#

6: #startFormTag(action="create", id="bookingform")# 7: #includePartial("form")# 8:
9:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 7 
    Raw_Trace 
        string roombooking.views.bookings.add_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/add.cfm:7) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/views/bookings/add.cfm 
    type 
        string cfml 
8 Struct

    codePrintHTML 
        string 126:     </cfif>

127: <!--- we prefix rv with "wheels" here to make sure the variable does not get overwritten in the included template --->

128:

129:

130:

    codePrintPlain 
        string 126:     

127:
128:
129:
130:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 128 
    Raw_Trace 
        string roombooking.wheels.global.cfml_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm:128) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/global/cfml.cfm 
    type 
        string cfml 
9 Struct

    codePrintHTML 
        string 432:         if (!StructKeyExists(loc, "rv"))

433: {

434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments);

435: }

436:

    codePrintPlain 
        string 432:         if (!StructKeyExists(loc, "rv"))

433: { 434: loc.rv = $includeAndReturnOutput(argumentCollection=arguments); 435: } 436:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 434 
    Raw_Trace 
        string roombooking.wheels.controller.rendering_cfm$cf.udfCall2(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:434) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
    type 
        string cfml 
10 Struct

    codePrintHTML 
        string 155:         arguments.$name = arguments.$template;

156: arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments);

157: loc.content = $includeFile(argumentCollection=arguments);

158: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type);

159:

    codePrintPlain 
        string 155:         arguments.$name = arguments.$template;

156: arguments.$template = $generateIncludeTemplatePath(argumentCollection=arguments); 157: loc.content = $includeFile(argumentCollection=arguments); 158: loc.rv = $renderLayout($content=loc.content, $layout=arguments.$layout, $type=arguments.$type); 159:

    column 
        number 0 
    id 
        string ?? 
    line 
        number 157 
    Raw_Trace 
        string roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:157) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
    type 
        string cfml 
11 Struct

    codePrintHTML 
        string 51:      else

52: {

53: loc.page = $renderPage(argumentCollection=arguments);

54: }

55: if (arguments.$returnAs == "string")

    codePrintPlain 
        string 51:      else

52: { 53: loc.page = $renderPage(argumentCollection=arguments); 54: } 55: if (arguments.$returnAs == "string")

    column 
        number 0 
    id 
        string ?? 
    line 
        number 53 
    Raw_Trace 
        string roombooking.wheels.controller.rendering_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm:53) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/rendering.cfm 
    type 
        string cfml 
12 Struct

    codePrintHTML 
        string 139:             try

140: {

141: renderPage();

142: }

143: catch (any e)

    codePrintPlain 
        string 139:             try

140: { 141: renderPage(); 142: } 143: catch (any e)

    column 
        number 0 
    id 
        string ?? 
    line 
        number 141 
    Raw_Trace 
        string roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:141) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm 
    type 
        string cfml 
13 Struct

    codePrintHTML 
        string 93:              {

94: // if we didn't render anything from a cached action we call the action here

95: $callAction(action=params.action);

96: }

97: }

    codePrintPlain 
        string 93:              {

94: // if we didn't render anything from a cached action we call the action here 95: $callAction(action=params.action); 96: } 97: }

    column 
        number 0 
    id 
        string ?? 
    line 
        number 95 
    Raw_Trace 
        string roombooking.wheels.controller.processing_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm:95) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/controller/processing.cfm 
    type 
        string cfml 
14 Struct

    codePrintHTML 
        string 196:         // create the requested controller and call the action on it

197: loc.controller = controller(name=loc.params.controller, params=loc.params);

198: loc.controller.$processAction();

199:

200: // if there is a delayed redirect pending we execute it here thus halting the rest of the request

    codePrintPlain 
        string 196:         // create the requested controller and call the action on it

197: loc.controller = controller(name=loc.params.controller, params=loc.params); 198: loc.controller.$processAction(); 199: 200: // if there is a delayed redirect pending we execute it here thus halting the rest of the request

    column 
        number 0 
    id 
        string ?? 
    line 
        number 198 
    Raw_Trace 
        string roombooking.wheels.dispatch.request_cfm$cf.udfCall1(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm:198) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/dispatch/request.cfm 
    type 
        string cfml 
15 Struct

    codePrintHTML 
        string 1: <cfoutput>#application.wheels.dispatch.$request()#</cfoutput>

    codePrintPlain 
        string 1: #application.wheels.dispatch.$request()#

    column 
        number 0 
    id 
        string ?? 
    line 
        number 1 
    Raw_Trace 
        string roombooking.wheels.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/index.cfm:1) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/index.cfm 
    type 
        string cfml 
16 Struct

    codePrintHTML 
        string 1: <cfinclude template="wheels/index.cfm">

    codePrintPlain 
        string 1: 

    column 
        number 0 
    id 
        string ?? 
    line 
        number 1 
    Raw_Trace 
        string roombooking.index_cfm$cf.call(/opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm:1) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/index.cfm 
    type 
        string cfml 
17 Struct

    codePrintHTML 
        string 1: <cffunction name="onRequest" returntype="void" access="public" output="true"><cfargument name="targetpage" type="any" required="true"><cflock name="reloadLock#application.applicationName#" type="readOnly" timeout="180"><cfinclude template="#arguments.targetpage#"></cflock></cffunction>

    codePrintPlain 
        string 1: 

    column 
        number 0 
    id 
        string ?? 
    line 
        number 1 
    Raw_Trace 
        string roombooking.wheels.events.onrequest_cfm$cf.udfCall(/opt/railo/tomcat/webapps/ROOT/roombooking/wheels/events/onrequest.cfm:1) 
    template 
        string /opt/railo/tomcat/webapps/ROOT/roombooking/wheels/events/onrequest.cfm 
    type 
        string cfml 

type string expression ` please help me !!

neokoenig commented 8 years ago

In /plugins/, check there's a folder called /shortcodes/ and within that folder, a file called shortcodes.cfc - it might be a case sensitivity thing - if in doubt rename both the folder and file in lowercase.