Scope Arguments
exception1
Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT * FROM abo WHERE (abo.abo_firma_id='53371' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='53371' AND abo.dtaboablauf>now());
DatabaseName
stringUCanAccess driver for Microsoft Access databases using HSQLDB
DatabaseVersion
stringV2003 [VERSION_4]
DriverName
stringUcanaccess
DriverVersion
string5.0.1
Datasource
stringhandwerk
DataSource
stringhandwerk
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUCAExc:::5.0.1 user lacks privilege or object not found: NOWWA
NativeErrorCode
number-5501
queryError
stringSELECT * FROM abo WHERE (abo.abo_firma_id='53371' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='53371' AND abo.dtaboablauf>now());
Sql
stringSELECT * FROM abo WHERE (abo.abo_firma_id='53371' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='53371' AND abo.dtaboablauf>now());
SQLState
string42501
StackTrace
stringlucee.runtime.exp.DatabaseException: UCAExc:::5.0.1 user lacks privilege or object not found: NOWWA at net.ucanaccess.jdbc.UcanaccessStatement.execute(UcanaccessStatement.java:159) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:298) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at h_seldata_cfm$cf$3mz.call(/h_seldata.cfm:125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at h_kprofil_cfm$cf$3my.call(/h_kprofil.cfm:6) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at cms_default_cfm$cf$3kp.call(/cms_default.cfm:99) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string123: &nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;abo<br> 124: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&nbsp;Is&nbsp;Null)&nbsp;OR&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&gt;now());<br> <b>125: &lt;/cfquery&gt;</b><br>
codePrintPlain
string123: FROM abo 124: WHERE (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf>now()); 125: </cfquery>
column
number0
id
string??
line
number125
Raw_Trace
stringh_seldata_cfm$cf$3mz.call(/h_seldata.cfm:125)
template
stringI:\WWW\handwerk.ch\h_seldata.cfm
type
stringcfml
2
Struct
codePrintHTML
string4: <br> 5: &lt;cfinclude&nbsp;template=&quot;cms_top.cfm&quot;&gt;<br> <b>6: &lt;CFINCLUDE&nbsp;TEMPLATE=&quot;h_seldata.cfm&quot;&gt;</b><br> 7: &lt;cfif&nbsp;cgi.script_name&nbsp;is&nbsp;&quot;/h_kprofil.cfm&quot;&nbsp;and&nbsp;Session.h_logton_userid&nbsp;EQ&nbsp;&quot;&quot;&gt;<br> 8: &nbsp;&nbsp;&lt;cflocation&nbsp;url=&quot;/h_login.cfm&quot;&gt;<br>
codePrintPlain
string4: 5: <cfinclude template="cms_top.cfm"> 6: <CFINCLUDE TEMPLATE="h_seldata.cfm"> 7: <cfif cgi.script_name is "/h_kprofil.cfm" and Session.h_logton_userid EQ ""> 8: <cflocation url="/h_login.cfm">
column
number0
id
string??
line
number6
Raw_Trace
stringh_kprofil_cfm$cf$3my.call(/h_kprofil.cfm:6)
template
stringI:\WWW\handwerk.ch\h_kprofil.cfm
type
stringcfml
3
Struct
codePrintHTML
string97: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;selH_firma_id&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br> 98: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.Profil&nbsp;=&nbsp;&quot;true&quot;&gt;<br> <b>99: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;h_kprofil.cfm&quot;&gt;</b><br> 100: &nbsp;&nbsp;&nbsp;&lt;cfelseif&nbsp;URL_Parameter_aktion2&nbsp;is&nbsp;&quot;A&quot;&gt;<br> 101: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;ArtikelID&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br>
codePrintPlain
string97: <cfset selH_firma_id = #URL_Parameter_wert2#> 98: <cfset Session.Profil = "true"> 99: <cfinclude template="h_kprofil.cfm"> 100: <cfelseif URL_Parameter_aktion2 is "A"> 101: <cfset ArtikelID = #URL_Parameter_wert2#>
column
number0
id
string??
line
number99
Raw_Trace
stringcms_default_cfm$cf$3kp.call(/cms_default.cfm:99)
template
stringI:\WWW\handwerk.ch\cms_default.cfm
type
stringcfml
type
stringdatabase
where
string
onApplicationStart2
string
Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT * FROM abo WHERE (abo.abo_firma_id='53371' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='53371' AND abo.dtaboablauf>now());
DatabaseName
stringUCanAccess driver for Microsoft Access databases using HSQLDB
DatabaseVersion
stringV2003 [VERSION_4]
DriverName
stringUcanaccess
DriverVersion
string5.0.1
Datasource
stringhandwerk
DataSource
stringhandwerk
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUCAExc:::5.0.1 user lacks privilege or object not found: NOWWA
NativeErrorCode
number-5501
queryError
stringSELECT * FROM abo WHERE (abo.abo_firma_id='53371' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='53371' AND abo.dtaboablauf>now());
Sql
stringSELECT * FROM abo WHERE (abo.abo_firma_id='53371' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='53371' AND abo.dtaboablauf>now());
SQLState
string42501
StackTrace
stringlucee.runtime.exp.DatabaseException: UCAExc:::5.0.1 user lacks privilege or object not found: NOWWA at net.ucanaccess.jdbc.UcanaccessStatement.execute(UcanaccessStatement.java:159) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:298) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at h_seldata_cfm$cf$3mz.call(/h_seldata.cfm:125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at h_kprofil_cfm$cf$3my.call(/h_kprofil.cfm:6) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at cms_default_cfm$cf$3kp.call(/cms_default.cfm:99) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string123: &nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;abo<br> 124: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&nbsp;Is&nbsp;Null)&nbsp;OR&nbsp;(abo.abo_firma_id='#session.firma_id#'&nbsp;AND&nbsp;abo.dtaboablauf&gt;now());<br> <b>125: &lt;/cfquery&gt;</b><br>
codePrintPlain
string123: FROM abo 124: WHERE (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='#session.firma_id#' AND abo.dtaboablauf>now()); 125: </cfquery>
column
number0
id
string??
line
number125
Raw_Trace
stringh_seldata_cfm$cf$3mz.call(/h_seldata.cfm:125)
template
stringI:\WWW\handwerk.ch\h_seldata.cfm
type
stringcfml
2
Struct
codePrintHTML
string4: <br> 5: &lt;cfinclude&nbsp;template=&quot;cms_top.cfm&quot;&gt;<br> <b>6: &lt;CFINCLUDE&nbsp;TEMPLATE=&quot;h_seldata.cfm&quot;&gt;</b><br> 7: &lt;cfif&nbsp;cgi.script_name&nbsp;is&nbsp;&quot;/h_kprofil.cfm&quot;&nbsp;and&nbsp;Session.h_logton_userid&nbsp;EQ&nbsp;&quot;&quot;&gt;<br> 8: &nbsp;&nbsp;&lt;cflocation&nbsp;url=&quot;/h_login.cfm&quot;&gt;<br>
codePrintPlain
string4: 5: <cfinclude template="cms_top.cfm"> 6: <CFINCLUDE TEMPLATE="h_seldata.cfm"> 7: <cfif cgi.script_name is "/h_kprofil.cfm" and Session.h_logton_userid EQ ""> 8: <cflocation url="/h_login.cfm">
column
number0
id
string??
line
number6
Raw_Trace
stringh_kprofil_cfm$cf$3my.call(/h_kprofil.cfm:6)
template
stringI:\WWW\handwerk.ch\h_kprofil.cfm
type
stringcfml
3
Struct
codePrintHTML
string97: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;selH_firma_id&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br> 98: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.Profil&nbsp;=&nbsp;&quot;true&quot;&gt;<br> <b>99: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;h_kprofil.cfm&quot;&gt;</b><br> 100: &nbsp;&nbsp;&nbsp;&lt;cfelseif&nbsp;URL_Parameter_aktion2&nbsp;is&nbsp;&quot;A&quot;&gt;<br> 101: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;ArtikelID&nbsp;=&nbsp;#URL_Parameter_wert2#&gt;<br>
codePrintPlain
string97: <cfset selH_firma_id = #URL_Parameter_wert2#> 98: <cfset Session.Profil = "true"> 99: <cfinclude template="h_kprofil.cfm"> 100: <cfelseif URL_Parameter_aktion2 is "A"> 101: <cfset ArtikelID = #URL_Parameter_wert2#>
column
number0
id
string??
line
number99
Raw_Trace
stringcms_default_cfm$cf$3kp.call(/cms_default.cfm:99)
template
stringI:\WWW\handwerk.ch\cms_default.cfm
type
stringcfml
type
stringdatabase
where
string


Debugging Information
Lucee (Gelert) Os 6.2.5.48 (CFML Version 2016,0,03,300357)
Template http://test.handwerk.ch/cms_default.cfm?404;http://test.handwerk.ch:80/de/Suche/H/53371
I:\WWW\handwerk.ch\cms_default.cfm
Time Stamp 5 Apr 2026 19:01
Time Zone Europe/Zurich
Locale En_ch
User Agent Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Remote IP 216.73.216.40
Host Name test.handwerk.ch
Architecture 64bit


Execution Time

Total Time Avg Time Count Template
1.87ms 1.87ms 1 I:\WWW\handwerk.ch\cms_top.cfm
1.85ms 1.85ms 1 I:\WWW\handwerk.ch\h_seldata.cfm
1.76ms 1.76ms 1 I:\WWW\handwerk.ch\cms_select.cfm
2.64ms 2.64ms 1 I:\WWW\handwerk.ch\Application.cfc$onError
2.01ms 1.00ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$onStartTag
0.81ms 0.81ms 1 I:\WWW\handwerk.ch\Application.cfc$onSessionStart
0.67ms 0.67ms 1 I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm
0.60ms 0.60ms 1 I:\WWW\handwerk.ch\admin\common\cms_sprachwahl.cfm
0.51ms 0.51ms 1 I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm
0.37ms 0.37ms 1 I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm
0.21ms 0.21ms 1 I:\WWW\handwerk.ch\com_security.cfm
0.14ms 0.14ms 1 I:\WWW\handwerk.ch\shop_sessiondefs.cfm
0.14ms 0.14ms 1 I:\WWW\handwerk.ch\h_sessiondefs.cfm
0.13ms 0.13ms 1 I:\WWW\handwerk.ch\com_head.cfm
0.12ms 0.12ms 1 I:\WWW\handwerk.ch\Application.cfc
0.22ms 0.11ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc
0.21ms 0.10ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DOOUTPUT
0.08ms 0.04ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$init
0.02ms 0.02ms 1 I:\WWW\handwerk.ch\cms_sprachwahl.cfm
2.56ms 0.01ms 200 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$html
0.09ms 0.01ms 12 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DARKENCOLOR
0.04ms 0.01ms 5 I:\WWW\handwerk.ch\cms_top.cfm$recordCount
0.02ms 0.01ms 3 C:\lucee\tomcat\lucee-server\context\components\org\lucee\cfml\Component.cfc
0.40ms 0.00ms 102 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$CREATEID
1.15ms 0.00ms 372 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DOHIGHLIGHT
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\h_kprofil.cfm
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\cms_default.cfm
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\Application.cfc$onrequeststart
1.25ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
1.86ms  APPLICATION EXECUTION TIME
4.94ms  QUERY EXECUTION TIME
6.93ms  TOTAL EXECUTION TIME
red = over 250.00ms average execution time


Exceptions

Type Message Detail Template
missinginclude Page [/com_redirecter.cfm] [I:\WWW\handwerk.ch\com_redirecter.cfm] not found I:\WWW\handwerk.ch\cms_top.cfm:7


Implicit variable Access

Scope Template Line Var Count
variables I:\WWW\handwerk.ch\Application.cfc 56 TEMPLATE 1
variables I:\WWW\handwerk.ch\Application.cfc 57 TEMPLATE 1
variables I:\WWW\handwerk.ch\Application.cfc 62 TEMPLATE 1
variables I:\WWW\handwerk.ch\Application.cfc 106 TEMPLATE 1
arguments I:\WWW\handwerk.ch\Application.cfc 114 EXCEPTION 1
variables I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm 32 LOGFILE 1
variables I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm 34 ATTRIBUTES 1
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 19 attributes 2
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 20 attributes 1
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 28 LOGFILE 1
variables I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm 30 ATTRIBUTES 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 11 logDir 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 63 ENCODING 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 64 ENCODING 2
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 65 ENCODING 1
variables I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm 66 ENCODING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 33 QUERY_STRING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 50 QUERY_STRING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 51 QUERY_STRING 1
cgi I:\WWW\handwerk.ch\cms_default.cfm 53 QUERY_STRING 1
query I:\WWW\handwerk.ch\cms_top.cfm 211 THEMANAME 1
query I:\WWW\handwerk.ch\cms_top.cfm 211 THEMAID 1
query I:\WWW\handwerk.ch\cms_top.cfm 212 ANZSUBKAT 1
query I:\WWW\handwerk.ch\cms_top.cfm 262 THEMANAME 6
query I:\WWW\handwerk.ch\cms_top.cfm 262 THEMAID 6
query I:\WWW\handwerk.ch\cms_top.cfm 263 ANZSUBKAT 6
query I:\WWW\handwerk.ch\cms_top.cfm 267 THEMAID 3
query I:\WWW\handwerk.ch\cms_top.cfm 271 THEMAID 5
query I:\WWW\handwerk.ch\cms_top.cfm 276 THEMANAME 14
query I:\WWW\handwerk.ch\cms_top.cfm 276 THEMAID 14
cgi I:\WWW\handwerk.ch\cms_top.cfm 426 SCRIPT_NAME 1
cgi I:\WWW\handwerk.ch\com_security.cfm 24 REQUEST_METHOD 1


SQL Queries

GetThema (Datasource=handwerk_cms, Time=5.15ms, Records=1) in I:\WWW\handwerk.ch\cms_select.cfm:11
the following colum(s) are never read within the request:ThemaID,AuthObject,HauptThema,ThemaLink,ThemaTemplate,ThemaBild,Description,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE, AuthObject, AnzSubKat, Description AuthObject
				FROM         Themen 
				where ThemaID='Suche' and Phase='online'
GetTopMenu (Datasource=handwerk_cms, Time=3.41ms, Records=7) in I:\WWW\handwerk.ch\cms_select.cfm:17
the following colum(s) are never read within the request:ThemaLink,ThemaText,ThemaBild
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, ThemaLink, AnzSubKat, AuthObject
				FROM         Themen 
				where Hauptthema='TopMenu' and Phase='online' order by ThemaPrio
GetArtikel (Datasource=handwerk_cms, Time=6.23ms, Records=0) in I:\WWW\handwerk.ch\cms_select.cfm:22
the following colum(s) are never read within the request:Bild1,Link2,Text1,Titel,Link1,BIld2,ArtikelID,Text2
SELECT      
				Artikel.ArtikelID, 
				Artikel.Titel, 
				Artikel.Link1,
				Artikel.Link2, 
				Artikel.Bild1,
				Artikel.Bild2, 
				Artikel.Text1, 
				Artikel.Text2
				FROM Artikel RIGHT JOIN (Themen LEFT JOIN Themen_Artikel ON Themen.ThemaID = Themen_Artikel.ThemaID) ON Artikel.ArtikelID = Themen_Artikel.ArtikelID
				where Themen.ThemaID = 'Suche'
				AND Artikel.Phase = 'online' 
				AND (Artikel.OnlineVon is null or Artikel.OnlineVon < {ts '2026-04-05 19:01:37'})
				AND (Artikel.OnlineBis is null or Artikel.OnlineBis > {ts '2026-04-05 19:01:37'})
				Order By Themen_Artikel.SortPos asc;
GetAds (Datasource=handwerk_cms, Time=2.49ms, Records=0) in I:\WWW\handwerk.ch\cms_select.cfm:67
the following colum(s) are never read within the request:Bild1,Text1,Link1
select Bild1, Text1, Link1 
			from Artikel a inner join Themen_Artikel ta on (a.ArtikelID = ta.ArtikelID)
			where (ThemaID = 'ads') and (Phase = 'Online')
			order by SortPos asc
GetSubKat (Datasource=handwerk_cms, Time=5.24ms, Records=6) in I:\WWW\handwerk.ch\cms_top.cfm:264
the following colum(s) are never read within the request:AuthObject,ThemaLink,ThemaTemplate,ThemaText,ThemaBild,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE , AuthObject , AnzSubKat
                            FROM         Themen 
                            Where Themen.HauptThema = 'Angebot' and Themen.Phase='online'
                            order by ThemaPrio
GetSubKat (Datasource=handwerk_cms, Time=5.31ms, Records=2) in I:\WWW\handwerk.ch\cms_top.cfm:264
the following colum(s) are never read within the request:AuthObject,ThemaLink,ThemaTemplate,ThemaText,ThemaBild,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE , AuthObject , AnzSubKat
                            FROM         Themen 
                            Where Themen.HauptThema = 'Ausschreibungen' and Themen.Phase='online'
                            order by ThemaPrio
GetSubKat (Datasource=handwerk_cms, Time=5.38ms, Records=6) in I:\WWW\handwerk.ch\cms_top.cfm:264
the following colum(s) are never read within the request:AuthObject,ThemaLink,ThemaTemplate,ThemaText,ThemaBild,AnzSubKat
SELECT   ThemaID, ThemaBild, ThemaName, ThemaText, Hauptthema, ThemaLink, THEMATEMPLATE , AuthObject , AnzSubKat
                            FROM         Themen 
                            Where Themen.HauptThema = 'Ratgeber' and Themen.Phase='online'
                            order by ThemaPrio
GetEigenesFirmenprofil (Datasource=handwerk, Time=1.17ms, Records=1) in I:\WWW\handwerk.ch\h_seldata.cfm:1
the following colum(s) are never read within the request:firma_homepage2,firma_titelzusatz_en,firma_titelzusatz_it,firma_titelzusatz_ru,firma_crm_ru,firma_adresse2,firma_eintritt,firma_titel_en,firma_titel_ru,firma_pager,firma_titel_de,firma_mod_user,firma_austritt,firma_FaxG,firma_titel_fr,firma_crm_it,firma_plz2,firma_crm_fr,firma_titelzusatz_de,firma_refid,firma_telD,firma_modifiziert,firma_titelzusatz_fr,firma_adresse_privat,firma_ort2,firma_titel_it,firma_kanton2,firma_land2,firma_adresszusatz2,firma_telG
SELECT * FROM firmen 
	
				WHERE firma_id = 53371
GetPortrait (Datasource=handwerk, Time=2.86ms, Records=1) in I:\WWW\handwerk.ch\h_seldata.cfm:52
the following colum(s) are never read within the request:firma_status,firma_crm_de,firma_Feld2,firma_Feld1,firma_crm_en,firma_id,firma_mitglied,firma_Feld3
select firma_id, firma_crm_de, firma_crm_en, firma_portrait, firma_Feld1, firma_Feld2, firma_Feld3, firma_status, firma_mitglied from firmen where firmen.firma_id = 53371
GetPortraitLogo (Datasource=handwerk, Time=1.58ms, Records=0) in I:\WWW\handwerk.ch\h_seldata.cfm:56
the following colum(s) are never read within the request:doc_DateiName,doc_PathName
select doc_dateiname, doc_pathname from _Docs where Doc_name = ''


Scope Variables

Application Variables:
ADMINURL=Admin
ADMINVERSION=2024051601
applicationname=Handwerk
AUFTRAGURL=http://test.handwerk.ch//docs/A/
COLLECTIONPATH=I:\WWW\handwerk.ch\verity
COOKIECONSENTPOPUP=true
CURRENCY2=EUR
DATASOURCE=handwerk_cms
DATASOURCE2=handwerk
DATASOURCE_ADM=handwerk_cms
DIRHM=I:\WWW\handwerk.ch\
DocsPath=docs
FIRMAURL=http://test.handwerk.ch//docs/H/
FROM=handwerk.ch <news@handwerk.ch>
HM=/
LZ=999
MaxRows=50
MENU=cms_MMenu.cfm
MWST_INOROUT=Inklusive
MYEMAIL=info@handwerk.ch
MYPOS_URL=https://www.mypos.eu/vmp/checkout-test
MYPOSSID=000000000000010
MYPOSURLCANCEL=http://test.handwerk.ch/shop_myPos_response.cfm?Cancel
MYPOSURLNOTIFY=https://test.handwerk.ch/shop_myPos_response.cfm?Notify
MYPOSURLOK=http://test.handwerk.ch/shop_myPos_response.cfm?OK
MYPOSWALLETNUMBER=61938166610
MYURL=http://test.handwerk.ch/
NAME=Handwerk
NMPATH=nm
ORDERDOCUMENTBASEPATH=I:\WWW\handwerk.ch\orders
ORDERDOCUMENTBASEURL=/orders
PortoCH=0
PortoEU=0
RABATTBEZEICHNUNG=SuperDuper
RABATTSATZ=0.33
REFCURRENCY=CHF
REFLAND=CHE
REFSPRACHE=-ch
SHOP_MYPOS_KEYINDEX=1
SHOP_MYPOS_PRIVATECERT_PATH=converted_handwerk_mypos_private_key.pem
SHOP_MYPOS_PUBLICCERT_PATH=converted_handwerk_mypos_public_key.pem
SHOP_MYPOS_STOREID=114219
SHOP_MYPOS_URL=https://www.mypos.com/vmp/checkout
SHOP_MYPOS_WALLETID=40071437194
SHOP_PAYPAL_MERCHID=AcXYX6RW241B2O0UbCVPtjx5j7zIy6yiRTV1T8-Royaw3trDYE4EaA6m4weD9_3MGR-ilTG8FJe655C2
SHOP_PAYPAL_SECRET=EG-UQGcYPJp8JfG6F6qXD9BL7qDrwpC2q2-FLdAsVYwDiaQCZfQIW8CQLXCBT11Q_lbPQKZBm-6_tUrO
SHOP_PAYPAL_URL=https://api-m.paypal.com
SHOP_RECHNUNG_BILD=docs/Angebot.png
SHOP_RECHNUNG_CREDITORADDRESS1=Seefeldstrasse 94
SHOP_RECHNUNG_CREDITORCITY=Zurich
SHOP_RECHNUNG_CREDITORLAND=CH
SHOP_RECHNUNG_CREDITORNAME=Handwerk.ch GmbH
SHOP_RECHNUNG_CREDITORNO=
SHOP_RECHNUNG_CREDITORPOSTCODE=8008
SHOP_RECHNUNG_QRIBAN=CH0530000001607931348
SHOP_RECHNUNG_TEXT=PHN0eWxlPg0KLnN1YnRpdGxlMSB7DQoJZm9udC13ZWlnaHQ6MTAwOw0KCWZvbnQtc2l6ZToxM3B4CTsNCgljb2xvcjpibGFjazsNCgl0ZXh0LWFsaWduOiByaWdodDsNCgljbGVhcjpyaWdodDsNCn0NCi5zdWJ0aXRsZTIgew0KCWZvbnQtd2VpZ2h0OjEwMDsNCglmb250LXNpemU6MTNweAk7DQoJY29sb3I6IzgwODA4MDsNCgl0ZXh0LWFsaWduOiByaWdodDsNCgljbGVhcjpyaWdodDsNCn0NCjwvc3R5bGU+DQo8ZGl2Pg0KCQkJPGltZyBzcmM9Ii9kb2NzL0xvZ28tZGlyZWN0b3J5LXJnYi5qcGciIHN0eWxlPSJ3aWR0aDogMjAwLjAwcHg7IGhlaWdodDogNTAuMDBweDsgZmxvYXQ6bGVmdCIgdGl0bGU9IiI+DQoJCQk8cCBjbGFzcz0ic3VidGl0bGUxIj5IYW5kd2Vyay5jaCBHbWJIPC9wPg0KCQkJPHAgY2xhc3M9InN1YnRpdGxlMiI+U2VlZmVsZHN0cmFzc2UgOTQsIDgwMDggWsO8cmljaDwvcD4NCgkJCTxwIGNsYXNzPSJzdWJ0aXRsZTIiPlRlbC4gMDQ0IDM4MyAwMSAwMzwvcD4NCgkJCTxwIGNsYXNzPSJzdWJ0aXRsZTIiPmluZm9AaGFuZHdlcmsuY2ggPC9wPg0KCQkJPGJyPjxicj48YnI+DQoJCQkNCiAgICAgICAgPC9kaXY+
SHOPAKTION=n
SHOPBCC=ap@trenka.ch
shopFaceProperties=pdf editOrder report
SHOPFROM=ap@trenka.ch
SHOPPATH=shop
SHOPTOCC=ap@trenka.ch
SPAMcheckemail=Array (0)
SPAMcheckIPs=Array (0)
SPRACHEN=DE
sprachen_lang_DE=Struct (382)
STATUS=Open
SURVEYACCOUNT=www.handwerk.ch
SURVEYDB=handwerk_Survey
SURVEYEMAIL=info@handwerk.ch
SURVEYVIEW=survey.cfm
TaxRate=0
TimeoutcheckIPs=Array (0)
CGI Variables:
auth_password=
auth_type=
auth_user=
cert_cookie=
cert_flags=
cert_issuer=
cert_keysize=
cert_secretkeysize=
cert_serialnumber=
cert_server_issuer=
cert_server_subject=
cert_subject=
cf_template_path=I:\WWW\handwerk.ch\cms_default.cfm
content_length=
content_type=
context_path=
gateway_interface=CGI/1.1
http_accept=*/*
http_accept_encoding=gzip, br, zstd, deflate
http_accept_language=
http_connection=keep-alive
http_cookie=
http_host=test.handwerk.ch
http_referer=
http_user_agent=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
https=off
https_keysize=
https_secretkeysize=
https_server_issuer=
https_server_subject=
local_addr=193.16.211.5
local_host=Notos
path_info=
path_translated=I:\WWW\handwerk.ch\cms_default.cfm
query_string=404;http://test.handwerk.ch:80/de/Suche/H/53371
remote_addr=216.73.216.40
remote_host=216.73.216.40
remote_user=
request_method=GET
request_url=http://test.handwerk.ch/cms_default.cfm?404;http://test.handwerk.ch:80/de/Suche/H/53371
script_name=/cms_default.cfm
server_name=test.handwerk.ch
server_port=80
server_port_secure=0
server_protocol=HTTP/1.1
server_software=
web_server_api=
Client Variables:
cfid=f6ac34dd-8eaa-4281-a831-dbc32883850c
cftoken=0
hitcount=1
lastvisit={ts '2026-04-05 19:01:37'}
timecreated={ts '2026-04-05 19:01:37'}
urltoken=CFID=f6ac34dd-8eaa-4281-a831-dbc32883850c&CFTOKEN=0
Cookie Variables:
cfid=f6ac34dd-8eaa-4281-a831-dbc32883850c
cftoken=0
Server Variables:
CMSMASTER=Struct (2)
coldfusion=Struct (9)
counters=Struct (47)
form_ipaddress=
form_value=
java=Struct (9)
lucee=Struct (9)
os=Struct (8)
separator=Struct (3)
servlet=Struct (1)
SPAM_App_Blacklist_Query=Query (0)
SPAM_Blacklist_Query=Query (1598)
SPAM_RequestBlock_Query=Query (8)
SPAM_Sync=Struct (4)
SPAM_Whitelist_Query=Query (13)
system=Struct (2)
Session Variables:
ActAppl=CMSmaster
Address1=
Address2=
ADS=Query (0)
Bemerkungen=
CardName=
CardNum=0000 0000 0000 1234
CardNum2=000
CardTyp=
CartID=BFF7151C-8111-4D49-B2045521F30ACEB6
cfid=f6ac34dd-8eaa-4281-a831-dbc32883850c
cftoken=0
City=
CompanyName=
DocsPath=I:\WWW\handwerk.ch\docs\H\53371\
DOCSURL=http://test.handwerk.ch/docs/H/53371/
dollarkurs=1
dtOrdDate=
EditMode=fckeditor
Email=
Eurokurs=1
Expires={ts '2026-04-05 19:01:37'}
Fax=
firma_adresse=Hagentalerstrasse 28
firma_adresszusatz=
firma_anrede=Herr
FIRMA_BRIEFANREDE=
firma_crm_de=
firma_crm_en=
firma_email=info@cino-services.ch
FIRMA_EMAIL2=
firma_fax=
firma_faxG=
firma_feld1=Alles aus einer Hand - Cino Services GmbH
firma_feld2=CinoServicesGmbH - Logo.png
firma_feld3=Sie suchen nach einem Partner für Unterhalt, Renovation oder Neubau ihrer Liegenschaft? Egal ob Decke, Wand, Boden oder Garten, unser Team kümmert sich um jeden Aspekt der Ihnen wichtig ist.
firma_feld4=47.5619961,7.5710688
firma_feld5=
firma_homepage=www.cino-services.ch
firma_homepage2=
firma_id=53371
firma_kanton=BS
firma_land=
firma_mitglied=false
firma_mob=
firma_nachname=Kizildag
firma_name=Cino Services GmbH
firma_ort=Basel
firma_passwort=75694ADC
firma_plz=4055
firma_portrait=
firma_portrait_id=
firma_sprache=
FIRMA_SPRACHEN=
firma_status=H3S11
firma_tel=061 533 61 58
firma_telD=
firma_telG=
firma_userid=info@cino-services.ch
firma_vorname=Akif
FirstName=
h_logton_Attribute=
h_logton_userid=
HTTP_USER_AGENT=Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
IPADDR=216.73.216.40
JumpBack2=shop_payment.cfm
LAddress1=
LAddress2=
Land=
LastName=
lastvisit={ts '2026-04-05 19:01:37'}
LCity=
LCompanyName=
LFirstName=
LLand=
LLastName=
logton=
LPostCode=
Password=
payart=Rechnung
Phone=
PostCode=
Profil=true
Profilfound=true
PswdConfirm=75694ADC
RabattSatz=20
SaveKkA=0
SearchPremium=
sessionid=Handwerk_f6ac34dd-8eaa-4281-a831-dbc32883850c_0
SESSSTARTTIME={ts '2026-04-05 19:01:37'}
SPRACHE=de
strCustID=
THEMAID=Suche
timecreated={ts '2026-04-05 19:01:37'}
urltoken=CFID=f6ac34dd-8eaa-4281-a831-dbc32883850c&CFTOKEN=0
UserName=---
whitelisted=true
URL Variables:
404;http://test=Struct (1)
404;http://test.handwerk.ch:80/de/Suche/H/53371=
Debug Rendering Time: 0.00ms