Error Executing Database Query.
|
[Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'ParentFullURL'.
|
|
The error occurred in C:/home/staff-new.safariclub.org/wwwroot/QRY/PAGE/page.cfm: line 127
Called from C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm: line 58
Called from C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm: line 1
Called from C:/home/staff-new.safariclub.org/wwwroot/QRY/PAGE/page.cfm: line 127
Called from C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm: line 58
Called from C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm: line 1
|
125 : AND p.ChildCount > 0
126 : </cfif>
127 : ORDER BY #ListChangeDelims(Attributes.SortBy, " #Attributes.SortDir#,", ",")# #Attributes.SortDir# <cfif NOT ListFind(Attributes.SortBy, 'Title', ',')>,Title ASC</cfif>
128 : </cfquery>
129 :
|
|
SQLSTATE |
42S22 |
EXCEPTIONS |
<small><i>not set</i></small> |
DATASOURCE |
WEB_PROD |
VENDORERRORCODE |
207 |
SQL |
SELECT p.PageID
,p.ParentPageID
,p.GrandParentPageID
,p.ParentTitle
,p.PageType
,p.PageTypeTitle
,p.IsModule
,p.SectionNavID
,p.Status
,p.StatusTitle
,p.LinkURL
,p.ParentFullURL
,p.FullURL
,hp.FullURL as HomeFullURL
,p.PageCrumb
,p.BootstrapBreadCrumb
,p.ParentBootstrapBreadCrumb
,p.TemplateID
,p.Title
,p.Body
,p.Redirect
,p.FileName
,p.TargetLocation
,p.Summary
,p.ViewType
,p.ViewTypeTitle
,p.ViewPassword
,p.AccessLevel
,p.AccessLevelTitle
,p.ThumbMediaID
,p.ThumbFileName
,p.ThumbFileDir
,p.MediaFileName
,p.MediaFileDir
,p.AllowComment
,p.AllowChildren
,p.PublishDate
,p.ExpireDate
,p.ShowDate
,p.StartSched
,p.EndSched
,p.AuthorID
,p.SortPos
,p.ParentSortPos
,p.AdminLock
,p.UpdatedDate
,p.UpdatedID
,p.ChildCount
FROM vwSAFARICLUB_Page p
LEFT JOIN vwSAFARICLUB_Page hp ON hp.PageID = (param 1)
WHERE p.Status IN ( (param 2) , (param 3) , (param 4) )
AND p.ViewType IN ( (param 5) , (param 6) , (param 7) , (param 8) )
AND p.LinkURL = (param 9)
ORDER BY Title ASC |
|
Resources:
|
Browser |
CCBot/2.0 (https://commoncrawl.org/faq/) |
Remote Address |
44.192.26.226 |
Referrer |
|
Date/Time |
14-Sep-24 01:12 AM |
|
Stack Trace
|
at cfpage2ecfm77429178.runPage(C:/home/staff-new.safariclub.org/wwwroot/QRY/PAGE/page.cfm:127) at cfact_DisplayContent2ecfm1057526783._factor7(C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm:58) at cfact_DisplayContent2ecfm1057526783.runPage(C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm:1)
at cfpage2ecfm77429178.runPage(C:/home/staff-new.safariclub.org/wwwroot/QRY/PAGE/page.cfm:127) at cfact_DisplayContent2ecfm1057526783._factor7(C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm:58) at cfact_DisplayContent2ecfm1057526783.runPage(C:/home/staff-new.safariclub.org/wwwroot/VIEWS/act_DisplayContent.cfm:1)
java.sql.SQLSyntaxErrorException: [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid column name 'ParentFullURL'.
at macromedia.jdbc.sqlserverbase.BaseExceptions.b(BaseExceptions.java:1085)
at macromedia.jdbc.sqlserverbase.BaseExceptions.a(BaseExceptions.java:977)
at macromedia.jdbc.sqlserverbase.BaseExceptions.a(BaseExceptions.java:1124)
at macromedia.jdbc.sqlserverbase.BaseExceptions.a(BaseExceptions.java:193)
at macromedia.jdbc.sqlserver.tds.s.ct(TDSRequest.java:1153)
at macromedia.jdbc.sqlserver.tds.s.a(TDSRequest.java:4124)
at macromedia.jdbc.sqlserver.tds.r.a(TDSRPCRequest.java:1063)
at macromedia.jdbc.sqlserver.tds.s.c(TDSRequest.java:4273)
at macromedia.jdbc.sqlserver.bi.getNextResultType(SQLServerImplStatement.java:1895)
at macromedia.jdbc.sqlserverbase.go.bY(BaseStatement.java:632)
at macromedia.jdbc.sqlserverbase.go.B(BaseStatement.java:2661)
at macromedia.jdbc.sqlserverbase.fe.B(BasePreparedStatement.java:530)
at macromedia.jdbc.sqlserverbase.go.kx(BaseStatement.java:2470)
at macromedia.jdbc.sqlserverbase.go.kq(BaseStatement.java:1322)
at macromedia.jdbc.sqlserverbase.fe.execute(BasePreparedStatement.java:2656)
at macromedia.jdbc.sqlserverbase.fg.execute(BasePreparedStatementPoolable.java:525)
at coldfusion.server.j2ee.sql.JRunPreparedStatement.execute(JRunPreparedStatement.java:101)
at coldfusion.sql.Executive.executeQuery(Executive.java:1601)
at coldfusion.sql.Executive.executeQuery(Executive.java:1327)
at coldfusion.sql.Executive.executeQuery(Executive.java:1257)
at coldfusion.sql.SqlImpl.execute(SqlImpl.java:425)
at coldfusion.tagext.sql.QueryTag.executeQuery(QueryTag.java:1247)
at coldfusion.tagext.sql.QueryTag.startQueryExecution(QueryTag.java:876)
at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:821)
at cfpage2ecfm77429178.runPage(C:\home\staff-new.safariclub.org\wwwroot\QRY\PAGE\page.cfm:127)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:257)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:330)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:5201)
at cfact_DisplayContent2ecfm1057526783._factor7(C:\home\staff-new.safariclub.org\wwwroot\VIEWS\act_DisplayContent.cfm:58)
at cfact_DisplayContent2ecfm1057526783.runPage(C:\home\staff-new.safariclub.org\wwwroot\VIEWS\act_DisplayContent.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:257)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:749)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:578)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:573)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:162)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:45)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:97)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:81)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:231)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:311)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:46)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:47)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:377)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:463)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
|
|