Scope Arguments
exception1
Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT * FROM abo WHERE (abo.abo_firma_id='' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='' 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='' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='' AND abo.dtaboablauf>now());
Sql
stringSELECT * FROM abo WHERE (abo.abo_firma_id='' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='' 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$2rd.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_ae1_cfm$cf.call(/h_ae1.cfm:17) 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$2rd.call(/h_seldata.cfm:125)
template
stringI:\WWW\handwerk.ch\h_seldata.cfm
type
stringcfml
2
Struct
codePrintHTML
string15: &nbsp;&nbsp;&lt;CFPARAM&nbsp;name=&quot;ThemaID&quot;&nbsp;default=&quot;Kontakt&quot;&gt;<br> 16: &lt;/CFIF&gt;<br> <b>17: &lt;CFINCLUDE&nbsp;TEMPLATE=&quot;h_seldata.cfm&quot;&gt;</b><br> 18: &lt;cfinclude&nbsp;template=&quot;cms_top.cfm&quot;&gt;<br> 19: <br>
codePrintPlain
string15: <CFPARAM name="ThemaID" default="Kontakt"> 16: </CFIF> 17: <CFINCLUDE TEMPLATE="h_seldata.cfm"> 18: <cfinclude template="cms_top.cfm"> 19:
column
number0
id
string??
line
number17
Raw_Trace
stringh_ae1_cfm$cf.call(/h_ae1.cfm:17)
template
stringI:\WWW\handwerk.ch\h_ae1.cfm
type
stringcfml
type
stringdatabase
where
string
onApplicationStart2
string
Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT * FROM abo WHERE (abo.abo_firma_id='' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='' 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='' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='' AND abo.dtaboablauf>now());
Sql
stringSELECT * FROM abo WHERE (abo.abo_firma_id='' AND abo.dtaboablauf Is Null) OR (abo.abo_firma_id='' 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$2rd.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_ae1_cfm$cf.call(/h_ae1.cfm:17) 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$2rd.call(/h_seldata.cfm:125)
template
stringI:\WWW\handwerk.ch\h_seldata.cfm
type
stringcfml
2
Struct
codePrintHTML
string15: &nbsp;&nbsp;&lt;CFPARAM&nbsp;name=&quot;ThemaID&quot;&nbsp;default=&quot;Kontakt&quot;&gt;<br> 16: &lt;/CFIF&gt;<br> <b>17: &lt;CFINCLUDE&nbsp;TEMPLATE=&quot;h_seldata.cfm&quot;&gt;</b><br> 18: &lt;cfinclude&nbsp;template=&quot;cms_top.cfm&quot;&gt;<br> 19: <br>
codePrintPlain
string15: <CFPARAM name="ThemaID" default="Kontakt"> 16: </CFIF> 17: <CFINCLUDE TEMPLATE="h_seldata.cfm"> 18: <cfinclude template="cms_top.cfm"> 19:
column
number0
id
string??
line
number17
Raw_Trace
stringh_ae1_cfm$cf.call(/h_ae1.cfm:17)
template
stringI:\WWW\handwerk.ch\h_ae1.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/h_ae1.cfm
I:\WWW\handwerk.ch\h_ae1.cfm
Time Stamp 4 Apr 2026 17:35
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.21ms 1.21ms 1 I:\WWW\handwerk.ch\h_seldata.cfm
1.27ms 1.27ms 1 I:\WWW\handwerk.ch\Application.cfc$onError
0.70ms 0.70ms 1 I:\WWW\handwerk.ch\admin\spam\com_user_counter.cfm
1.20ms 0.60ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$onStartTag
0.45ms 0.45ms 1 I:\WWW\handwerk.ch\admin\spam\com_error_check.cfm
0.22ms 0.22ms 1 I:\WWW\handwerk.ch\admin\spam\com_block_check.cfm
0.11ms 0.05ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc
0.09ms 0.05ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DOOUTPUT
0.04ms 0.04ms 1 I:\WWW\handwerk.ch\Application.cfc
0.02ms 0.02ms 1 I:\WWW\handwerk.ch\h_ae1.cfm
0.03ms 0.01ms 2 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$init
1.51ms 0.01ms 164 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$html
0.07ms 0.01ms 12 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DARKENCOLOR
0.01ms 0.00ms 3 C:\lucee\tomcat\lucee-server\context\components\org\lucee\cfml\Component.cfc
0.32ms 0.00ms 84 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$CREATEID
0.87ms 0.00ms 304 C:\lucee\tomcat\lucee-server\context\library\tag\Dump.cfc$DOHIGHLIGHT
0.00ms 0.00ms 1 I:\WWW\handwerk.ch\Application.cfc$onrequeststart
0.44ms  STARTUP, PARSING, COMPILING, LOADING, & SHUTDOWN
8.43ms  APPLICATION EXECUTION TIME
1.06ms  QUERY EXECUTION TIME
1.94ms  TOTAL EXECUTION TIME
red = over 250.00ms average execution time


Implicit variable Access

Scope Template Line Var Count
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


SQL Queries

GetEigenesFirmenprofil (Datasource=handwerk, Time=1.06ms, Records=0) in I:\WWW\handwerk.ch\h_seldata.cfm:1
the following colum(s) are never read within the request:firma_homepage2,firma_status,firma_titelzusatz_en,firma_titelzusatz_it,firma_vorname,firma_titelzusatz_ru,firma_id,firma_crm_ru,firma_sprache,firma_adresse2,firma_eintritt,firma_titel_en,firma_passwort,firma_crm_de,firma_titel_ru,firma_pager,firma_titel_de,firma_mod_user,firma_austritt,firma_FaxG,firma_titel_fr,firma_crm_it,firma_crm_en,firma_nachname,firma_plz2,firma_email2,firma_userid,firma_crm_fr,firma_titelzusatz_de,firma_mob,firma_name,firma_land,firma_portrait,firma_plz,firma_refid,firma_homepage,firma_Feld1,firma_adresszusatz,firma_telD,firma_kanton,firma_modifiziert,firma_portrait_id,firma_anrede,firma_email,firma_adresse,firma_Feld4,firma_titelzusatz_fr,firma_Briefanrede,firma_ort,firma_Feld2,firma_Feld5,firma_adresse_privat,firma_ort2,firma_titel_it,firma_mitglied,firma_fax,firma_kanton2,firma_land2,firma_Feld3,firma_tel,firma_adresszusatz2,firma_telG
SELECT * FROM firmen 
	
				WHERE firma_userid = '' and firma_userid <> ''


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\h_ae1.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=cfid=11f287af-6437-4eb4-ab2f-59728523fbd9; CF_CLIENT_HANDWERK_TC=1775316953879; CF_CLIENT_HANDWERK_HC=2; CF_CLIENT_HANDWERK_LV=1775316953879; cftoken=0
http_host=test.handwerk.ch
http_referer=http://test.handwerk.ch/h_ae2.cfm?anfrage=0
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\h_ae1.cfm
query_string=
remote_addr=216.73.216.40
remote_host=216.73.216.40
remote_user=
request_method=GET
request_url=http://test.handwerk.ch/h_ae1.cfm
script_name=/h_ae1.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=11f287af-6437-4eb4-ab2f-59728523fbd9
cftoken=0
hitcount=2
lastvisit={ts '2026-04-04 17:35:53'}
timecreated={ts '2026-04-04 17:35:53'}
urltoken=CFID=11f287af-6437-4eb4-ab2f-59728523fbd9&CFTOKEN=0
Cookie Variables:
cf_client_handwerk_hc=2
cf_client_handwerk_lv=1775316953879
cf_client_handwerk_tc=1775316953879
cfid=11f287af-6437-4eb4-ab2f-59728523fbd9
cftoken=0
Server Variables:
CMSMASTER=Struct (2)
coldfusion=Struct (9)
counters=Struct (26)
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=2A65C607-3678-4700-AAF68AD0B402C721
cfid=11f287af-6437-4eb4-ab2f-59728523fbd9
cftoken=0
City=
CompanyName=
DocsPath=
DOCSURL=
dollarkurs=1
dtOrdDate=
EditMode=fckeditor
Email=
Eurokurs=1
Expires={ts '2026-04-04 17:35:53'}
Fax=
firma_adresse=
firma_adresszusatz=
firma_anrede=
FIRMA_BRIEFANREDE=
firma_crm_de=
firma_crm_en=
firma_email=
FIRMA_EMAIL2=
firma_fax=
firma_faxG=
firma_feld1=
firma_feld2=
firma_feld3=
firma_feld4=
firma_feld5=
firma_homepage=
firma_homepage2=
firma_id=
firma_kanton=
firma_land=
firma_mitglied=0
firma_mob=
firma_nachname=
firma_name=
firma_ort=
firma_passwort=
firma_plz=
firma_portrait=
firma_portrait_id=
firma_sprache=
FIRMA_SPRACHEN=
firma_status=
firma_tel=
firma_telD=
firma_telG=
firma_userid=
firma_vorname=
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-04 17:35:55'}
LCity=
LCompanyName=
LFirstName=
LLand=
LLastName=
logton=
LPostCode=
Password=
payart=Rechnung
Phone=
PostCode=
Profil=false
Profilfound=false
PswdConfirm=
RabattSatz=20
SaveKkA=0
SearchPremium=
sessionid=Handwerk_11f287af-6437-4eb4-ab2f-59728523fbd9_0
SESSSTARTTIME={ts '2026-04-04 17:35:53'}
sprache=de
strCustID=
timecreated={ts '2026-04-04 17:35:53'}
urltoken=CFID=11f287af-6437-4eb4-ab2f-59728523fbd9&CFTOKEN=0
UserName=---
whitelisted=true
Debug Rendering Time: 0.00ms