An unexpected error occurred.

Please provide the following information to technical support:
URL: ht/arandastire.iconfigurators.app/tires/Default.cfm?style=4752
Bot: true

Error details:

Catch
additional
Struct (ordered)
Function
stringgetTires
Component
stringtires.view.TBF
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:530) at lucee.runtime.op.Caster.toIntValue(Caster.java:845) at lucee.runtime.op.Caster.toIntValue(Caster.java:796) at lucee.runtime.op.Caster.toInteger(Caster.java:4829) at lucee.runtime.db.SQLCaster.setValue(SQLCaster.java:310) at lucee.runtime.type.QueryImpl.setItems(QueryImpl.java:586) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:304) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at tires.queries_cfc$cf.udfCall2(/tires/queries.cfc:738) at tires.queries_cfc$cf.udfCall(/tires/queries.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992) at tires.view.tbf_cfc$cf.udfCall(/tires/view/TBF.cfc:78) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992) at tires.default_cfm$cf.call(/tires/default.cfm:29) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:213) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) 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:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string736: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;tbl_brand&nbsp;b&nbsp;WITH&nbsp;(NOLOCK)<br> 737: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;b.intiD&nbsp;IN&nbsp;(&lt;cfqueryparam&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;value=&quot;#brand#&quot;&nbsp;list=&quot;yes&quot;/&gt;&nbsp;)<br> <b>738: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 739: <br> 740: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;getBrand&gt;<br>
codePrintPlain
string736: FROM tbl_brand b WITH (NOLOCK) 737: WHERE b.intiD IN (<cfqueryparam cfsqltype="cf_sql_integer" value="#brand#" list="yes"/> ) 738: </cfquery> 739: 740: <cfreturn getBrand>
column
number0
id
string??
line
number738
Raw_Trace
stringtires.queries_cfc$cf.udfCall2(/tires/queries.cfc:738)
template
stringD:\WebSites\arandastire.com\tires\queries.cfc
type
stringcfml
2
Struct
codePrintHTML
string76: &nbsp;&nbsp;//dump(GetFilterTireResults);<br> 77: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//abort;<br> <b>78: brandInfo&nbsp;=&nbsp;queries.getBrand(url.brand);</b><br> 79: <br> 80: totalResults&nbsp;=&nbsp;0;<br>
codePrintPlain
string76: //dump(GetFilterTireResults); 77: //abort; 78: brandInfo = queries.getBrand(url.brand); 79: 80: totalResults = 0;
column
number0
id
string??
line
number78
Raw_Trace
stringtires.view.tbf_cfc$cf.udfCall(/tires/view/TBF.cfc:78)
template
stringD:\WebSites\arandastire.com\tires\view\TBF.cfc
type
stringcfml
3
Struct
codePrintHTML
string27: &nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfscript&gt;<br> 28: <br> <b>29: &lt;cfoutput&gt;#view.getTires()#&lt;/cfoutput&gt;</b><br>
codePrintPlain
string27: </cfscript> 28: 29: <cfoutput>#view.getTires()#</cfoutput>
column
number0
id
string??
line
number29
Raw_Trace
stringtires.default_cfm$cf.call(/tires/default.cfm:29)
template
stringD:\WebSites\arandastire.com\tires\default.cfm
type
stringcfml
type
stringexpression
Struct
BROWSEREXCLUDELIST
stringbot,spider,crawl,jeeves,yahoo,slurp,bing
CRAWLER
booleantrue
ERRORDATA
Catch
additional
Struct (ordered)
Function
stringgetTires
Component
stringtires.view.TBF
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:530) at lucee.runtime.op.Caster.toIntValue(Caster.java:845) at lucee.runtime.op.Caster.toIntValue(Caster.java:796) at lucee.runtime.op.Caster.toInteger(Caster.java:4829) at lucee.runtime.db.SQLCaster.setValue(SQLCaster.java:310) at lucee.runtime.type.QueryImpl.setItems(QueryImpl.java:586) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:304) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at tires.queries_cfc$cf.udfCall2(/tires/queries.cfc:738) at tires.queries_cfc$cf.udfCall(/tires/queries.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992) at tires.view.tbf_cfc$cf.udfCall(/tires/view/TBF.cfc:78) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992) at tires.default_cfm$cf.call(/tires/default.cfm:29) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:213) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) 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:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string736: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;FROM&nbsp;tbl_brand&nbsp;b&nbsp;WITH&nbsp;(NOLOCK)<br> 737: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;b.intiD&nbsp;IN&nbsp;(&lt;cfqueryparam&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;value=&quot;#brand#&quot;&nbsp;list=&quot;yes&quot;/&gt;&nbsp;)<br> <b>738: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 739: <br> 740: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;getBrand&gt;<br>
codePrintPlain
string736: FROM tbl_brand b WITH (NOLOCK) 737: WHERE b.intiD IN (<cfqueryparam cfsqltype="cf_sql_integer" value="#brand#" list="yes"/> ) 738: </cfquery> 739: 740: <cfreturn getBrand>
column
number0
id
string??
line
number738
Raw_Trace
stringtires.queries_cfc$cf.udfCall2(/tires/queries.cfc:738)
template
stringD:\WebSites\arandastire.com\tires\queries.cfc
type
stringcfml
2
Struct
codePrintHTML
string76: &nbsp;&nbsp;//dump(GetFilterTireResults);<br> 77: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//abort;<br> <b>78: brandInfo&nbsp;=&nbsp;queries.getBrand(url.brand);</b><br> 79: <br> 80: totalResults&nbsp;=&nbsp;0;<br>
codePrintPlain
string76: //dump(GetFilterTireResults); 77: //abort; 78: brandInfo = queries.getBrand(url.brand); 79: 80: totalResults = 0;
column
number0
id
string??
line
number78
Raw_Trace
stringtires.view.tbf_cfc$cf.udfCall(/tires/view/TBF.cfc:78)
template
stringD:\WebSites\arandastire.com\tires\view\TBF.cfc
type
stringcfml
3
Struct
codePrintHTML
string27: &nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfscript&gt;<br> 28: <br> <b>29: &lt;cfoutput&gt;#view.getTires()#&lt;/cfoutput&gt;</b><br>
codePrintPlain
string27: </cfscript> 28: 29: <cfoutput>#view.getTires()#</cfoutput>
column
number0
id
string??
line
number29
Raw_Trace
stringtires.default_cfm$cf.call(/tires/default.cfm:29)
template
stringD:\WebSites\arandastire.com\tires\default.cfm
type
stringcfml
type
stringexpression
ERRORMESS
stringcan't cast empty string to a number value
item
stringbing
Scope
Entries: 21
aspect
string
brand
string
cat
string0
diam
string
diameter
string
page
string1
search
string
sizeid
string0
sort
string
style
string4752
tirebrand
string0
tvtypes
string
type
string
types
string
wheelSku
string
wheelSpec
string
wheelSpecRear
string
wheelwidth
string0
wheelwidthRear
string0
width
string
WIMAGEID
string
Scope Session (Type JEE)
sessionid
string8B3F4F4DA7424C423636E63B2DCCB8E1
STARTED
Date Time (America/Los_Angeles)
{ts '2025-04-25 18:29:14'}
urltoken
stringCFID=10b72077-df34-47aa-92fc-b767f1ee13de&CFTOKEN=0&jsessionid=8B3F4F4DA7424C423636E63B2DCCB8E1
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
stringD:\WebSites\arandastire.com\tires\default.cfm
content_length
string
content_type
string
context_path
string
gateway_interface
stringCGI/1.1
http_accept
string*/*
http_accept_encoding
stringgzip, br, zstd, deflate
http_accept_language
string
http_connection
stringkeep-alive
http_cookie
string
http_host
stringarandastire.iconfigurators.app
http_referer
string
http_user_agent
stringMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
https
stringoff
https_keysize
string
https_secretkeysize
string
https_server_issuer
string
https_server_subject
string
local_addr
string10.0.0.58
local_host
stringEC2AMAZ-9TJMVPA
path_info
string
path_translated
stringD:\WebSites\arandastire.com\tires\default.cfm
query_string
stringstyle=4752
remote_addr
string10.0.0.154
remote_host
string10.0.0.154
remote_user
string
request_method
stringGET
request_url
stringhttp://arandastire.iconfigurators.app/tires/Default.cfm?style=4752
script_name
string/tires/Default.cfm
server_name
stringarandastire.iconfigurators.app
server_port
string80
server_port_secure
string0
server_protocol
stringHTTP/1.1
server_software
string
web_server_api
string
Scope
Entries: 72
ACCESSORIESID
number0
ACCESSORYBRANDID
number1142
ADDTOFOOTER
Public Function addToFooter
source: D:\WebSites\modules\_functions-V2.cfm
adds scripts to the footer
arguments
labelnamerequiredtypedefaulthint
vchrScriptfalseany
return typeany
APIKEY
stringYTKCFTMRTFFHQTPVILBRLKYYGGAANCEFLEFPWCWVLWQNPAPRIH
applicationname
stringarandastire
ARRFONTFAMILY
Array
1
stringMontserrat:wght@100;200;300;400;500;600;700;800;900
2
stringRoboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900
ATDCLIENTID
stringRICH_LINE
ATDLOCATIONID
string439365
ATDPASSWORD
stringqRY6LN63Ue
ATDUSERNAME
stringrichlinesthapi
BLOGID
number3064
CONFIGID
number23713
CONTACTEMAIL
stringinfo@arandastire.com
CONTACTFAX
string1-949-515-3430
DOWNLOADSPASSWORD
stringarandastireVIP
DSN
stringicon_cms
ERRORLOG
Struct
FOOTERSCRIPTS
string
GALLERYID
number8486
GENERATEACCORDIONGALLERYFILTERS
Public Function generateAccordionGalleryFilters
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intGalleryCategoryIDfalsenumeric0
vchrMakeLabelfalseanyMake
vchrModelLabelfalseanyModel
vchrBrandLabelfalseanyBrands
vchrSearchLabelfalseanySearch
vchrBrandTypeListfalseany1
return typeany
GENERATEAPPGUIDEPOPUP
Public Function generateAppGuidePopup
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
redirectToOnClearfalseanysets the page to redirect the user to when the clear button is clicked
blnHideMakefalseanyfalse
return typeany
GENERATECONFIG
Public Function generateConfig
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intConfigIDfalsenumeric23713
return typeany
GENERATEFEATUREDWHEELS
Public Function generateFeaturedWheels
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intFeaturedIDtruenumericnull
blnShowLugsfalseanytrue
blnShowFinishfalseanytrue
blnShowSizesfalseanytrue
blnHoverTextfalseanytrue
imageSizefalseanymedium
blnLinkByWheelImagefalseanyfalse
return typeany
GENERATEGALLERYMAINIMAGES
Public Function generateGalleryMainImages
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
getGallerytruequerynull
return typeany
GENERATEGALLERYVEHICLETOPSLICK
Public Function generateGalleryVehicleTopSlick
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
GetGallerytruequerynull
blnShowArrowsfalsebooleantrue
return typeany
GENERATEINFINITESCROLLGALLERY
Public Function generateInfiniteScrollGallery
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
queryfalseanyfalse
intGalleryCategoryIDfalseany0
blnShowExclusiveResultsfalseanyfalse
intWheelIDfalseany0
intMaxRowsfalseany36
return typeany
GENERATEINSTAFEED
Public Function generateInstaFeed
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
clientIDtruestring
accessTokentruestring
imgLimitfalsenumeric9
imgSizefalsestringlow_resolution
containerClassfalsestring
templateClassfalsestring
return typeany
GENERATEMENU
Public Function generateMenu
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intMenuIDfalsenumeric0
vchrTypefalsestring
vchrTopUlClassfalsestring
vchrTopUlAttrfalsestring
vchrSubUlClassfalsestring
vchrSubUlAttrfalsestring
return typeany
GENERATERFQPOPUP
Public Function generateRFQPopup
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
pagefalsestringwheel
captchafalsebooleanfalse
return typeany
GENERATESHARINGTOOLBOX
Public Function generateSharingToolbox
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
return typeany
GENERATESIZESLIST
Public Function generateSizesList
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intWheelIDtruenumericnull
return typeany
GENERATESLIDER
Public Function generateSlider
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intSliderIDtruenumericnull
blnShowDotsfalseanyfalse
blnShowArrowsfalseanyfalse
return typeany
GENERATESOCIALLINKSLIST
Public Function generateSocialLinksList
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
vchrOrderfalseany
vchrLiClassfalseany
vchrAClassfalseany
vchrIClassfalseany
vchrTargetfalseany_blank
return typeany
GENERATESPECSWDIAMETERTABS
Public Function generateSpecsWdiameterTabs
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intWheelIDtruenumericnull
vchrClassfalseany
return typeany
GENERATETIREFILTERS
Public Function generateTireFilters
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
blnShowATMTfalseanytrue
blnDisplayActivefalseanyfalse
return typeany
GENERATEVIEWONVEHICLEPANE
Public Function generateViewOnVehiclePane
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intWheelImageIDfalseanynull
blnUseAppGuidefalseanytrue
blnViewVehicleTextfalseanyfalse
blnViewVehicleLoadingTextfalseanyfalse
return typeany
GENERATEWHEELFILTERS
Public Function generateWheelFilters
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
return typeany
GENERATEWHEELS
Public Function generateWheels
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
querytrueanynullquery to loop over
blnShowViewOnVehicleLinkfalseanyfalse
blnShowDiametersfalseanyfalse
blnShowLugsfalseanyfalse
blnLinkByWheelImagefalseanyfalse
return typeany
GENERATEYOUTUBEPLAYLIST
Public Function generateYoutubePlaylist
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
smallColumnfalsenumeric1
mediumColumnfalsenumeric2
return typeany
GETPAGINATION
Public Function getPagination
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
intMaxRowstruenumericnull
totalRecordstruenumericnull
pagetruenumericnull
paramsfalsestring
return typeany
GETPARAMS
Public Function getParams
source: D:\WebSites\modules\_functions-V2.cfm
gets items from the url and puts them into a URL string
arguments
labelnamerequiredtypedefaulthint
paramsListtrueanynull
return typeany
GETSEARCH
Public Function getSearch
source: D:\WebSites\modules\_functions-V2.cfm
send a list of database variables and returns the SQL search string
arguments
labelnamerequiredtypedefaulthint
variableListtrueanynull
blnShowExclusiveResultsfalseanyfalseIf set to true, then the search must match all of the words
vchrYearsToColumnfalseanyused for year searched
vchrYearsFromColumnfalseanyused for year searched
return typeany
GLOBAL
Component (cfc.global)
Only the functions and data members that are accessible from your location are displayed
this
public
getCountry
Public Function getCountry
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
return typeany
getMegamenuItems
Public Function getMegamenuItems
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
menuItemIDfalsenumeric0
return typeany
getMenuItems
Public Function getMenuItems
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
intMenuIDfalsenumeric0
vchrTypefalsestring
return typeany
getMenuItemsByClass
Public Function getMenuItemsByClass
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
classNamefalsestring0
return typeany
getMenuItemsByOther
Public Function getMenuItemsByOther
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
menuTitlefalsestring0
return typeany
getWidget
Public Function getWidget
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
widgetIDfalseanynull
return typeany
init
Public Function init
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
return typeany
pageMeta
Public Function pageMeta
source: D:\WebSites\arandastire.com\cfc\global.cfc
arguments
labelnamerequiredtypedefaulthint
columnNametruestringnull
columnValuetruenumericnull
return typeany
ICONAPIKEY
stringRVLYAYDFJZBWOHQOLSFKYWMHTBTMUEQUJOVAOMQPQRRHOBARSK
INTMAXROWS
number36
ISVEHICLESELECTED
Public Function isVehicleSelected
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
return typeany
ISVEHICLESELECTED_FITMENTGROUP
Public Function isVehicleSelected_FitmentGroup
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
return typeany
MAILER
string/HX6sMypeTFEVpgNd/8/rAlvRx08ob6fUlP42gfgkvvE1jWDHcsY7Xl/ufMRnx/ObP0VYEzzZyV5d52E/LhKgq76RBsTSx6wK7wOZo7n280=
MAKERANDOMSTRING
Public Function makeRandomString
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
return typestring
PACKAGESID
number8401
PASSWORD
stringIcon!6669
PRETTYURL
Public Function PrettyURL
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
URLtruestringnull
typetruestringnull
IDtruestringnull
return typeany
SESSIONS
number1923
SETTINGS
Query
Template: /models/settings.cfc:4
Execution Time: 130 ms
Record Count: 1
Cached: No
Datasource: icon_cms
Lazy: No
SQL:
SELECT TOP 1 w.intWebsiteID
,w.vchrPrimaryDomain
,w.intAccountID
,w.intConfigID
,w.vchrPrimaryLogo
,w.vchrSecondaryLogo
,w.vchrFavicon
,w.vchrRFQemail
,w.vchrPhysicalAddress
,w.vchrCity
,w.vchrState
,w.vchrPostalCode
,w.vchrCountry
,w.vchrPhoneNumber
,w.vchrHours
,w.vchrFacebookAppID
,w.vchrGoogleAnalyticsProp
,w.vchrMarketingTitle
,w.vchrMarketingKeywords
,w.vchrMarketingDescription
,w.vchrFacebookLink
,w.vchrTwitterLink
,w.vchrYoutubeLink
,w.vchrInstagramLink
,w.vchrTikTokLink
,w.vchrYelpLink
,w.vchrGoogleMapsLink
,w.vchrYoutubePlaylist
,w.blnActive
,w.[vchrRecaptchaSiteKey]
,w.[vchrRecaptchaSecretKey]
,(select TOP 1
c.blnUseSZAppGiude
FROM tbl_configurators c
WHERE c.intConfigID = w.intConfigID
) AS blnUseAppGuide
FROM tbl_website w
WHERE intWebsiteID = 89
intWebsiteIDvchrPrimaryDomainintAccountIDintConfigIDvchrPrimaryLogovchrSecondaryLogovchrFaviconvchrRFQemailvchrPhysicalAddressvchrCityvchrStatevchrPostalCodevchrCountryvchrPhoneNumbervchrHoursvchrFacebookAppIDvchrGoogleAnalyticsPropvchrMarketingTitlevchrMarketingKeywordsvchrMarketingDescriptionvchrFacebookLinkvchrTwitterLinkvchrYoutubeLinkvchrInstagramLinkvchrTikTokLinkvchrYelpLinkvchrGoogleMapsLinkvchrYoutubePlaylistblnActivevchrRecaptchaSiteKeyvchrRecaptchaSecretKeyblnUseAppGuide
189arandastire.com124523713logo_1253.pnglogo_1188.pngfavicon_9269.icoinfo@arandastire.com2040 Dragoon Ct.DetroitMI48209USA1-313-849-1980Mon - Sat 8-6pm EST<br />Sun Closedbrakes windsor on wheels detroit mi brakes detroit mi wheel alignment detroit mi car repair detroit mi mechanic detroit mi tires detroit mi brake shop detroit mi tires windsor on car service detroit mi brake repair detroit mi discount tire detroit mi auto repair detroit miArandas Tire has been providing quality tires and auto repair services at low prices to the Detroit, Michigan area since 1987.https://www.facebook.com/ArandasTireDragoonCthttps://www.instagram.com/arandastiredetroit/https://www.tiktok.com/@arandastiredetroit16LczhLkpAAAAACp43scN8VJbNt2QMwHL-tXNTVZm6LczhLkpAAAAAInto_DQHuzWCO35n_o00kVUmJXR2
SHORTCIRCUITSPAMFORM
Public Function shortCircuitSpamForm
source: D:\WebSites\modules\_functions-V2.cfm
arguments
labelnamerequiredtypedefaulthint
submittedFormfalseanynull
return typeany
SLIDERID
number143
SNIPCART
stringOTFmMzYyZTEtNTIyNC00NGM1LTlkYWEtNmJjYjA0ZWIwY2NiNjM4NDg4MTYyODQ3ODYxNTk3
STRCSETTINGS
Struct
Entries: 20
DisplayAllTireSpecs
booleanfalse
DisplayAllWheelSpecs
booleanfalse
DisplayByTireSpec
booleantrue
DisplayByWheelSpec
booleantrue
DisplayTireDropSpecs
booleanfalse
DisplayTireFilteredPriceRange
booleantrue
DisplayTireHiddenSpecs
booleantrue
DisplayTirePriceRange
booleantrue
DisplayTireSpecPrice
booleantrue
DisplayTireSpecsOnWidth
booleantrue
DisplayWheelDropSpecs
booleanfalse
DisplayWheelFilteredPriceRange
booleantrue
DisplayWheelHiddenSpecs
booleanfalse
DisplayWheelPriceRange
booleantrue
DisplayWheelSpecPrice
booleantrue
DisplayWheelSpecsOnBoltPattern
booleantrue
TireDisplaySetQty
number1
TireQueryBFDWBP
booleanfalse
WheelDisplaySetQty
number1
WheelQueryBFDWBP
booleantrue
SYSTEMIMAGEPATH
stringhttps://images.iconfigurators.app/images/
SYSTEMPATH
string//www.arandastire.com/
TESTINGACCOUNTID
number1856
TITLE
stringArandas Tire
TITLESHORT
stringArandas
UPLOADPATH
stringD:\uploads\
USERNAME
stringicon_cms
VIDEOSID
number0
VIDEOSLIDESID
number166
VISUALIZERKEY
string2AB43A5DA9AEDE455F50
VOVKEY
stringCEB8A7270225D3129490
WEBSITECATEGORY
number7478
WEBSITEID
number89
WHEELSID
number0