When I edited the sample news in a new install of chelsea boots, i got “There was a problem with that last request”
variable [PROCESSINGFORMOBJECTPREFIX] doesn’t exist
ANy other errors you need?
When I edited the sample news in a new install of chelsea boots, i got “There was a problem with that last request”
variable [PROCESSINGFORMOBJECTPREFIX] doesn’t exist
ANy other errors you need?
If you can check the Lucee exception.log it’ll hopefully give us a stack trace which will help narrow down the issue. Can you also confirm the FarCry Core version number?
I have to switch on logging, then I’ll reattempt the error, it’s the newest farcrycore
how can I attach my exception.log? I did see this in the log file
web.cfm) has run into a timeout (50 seconds) and has been stopped.
My site is behind a firewall, or I’sd give you access
Lucee 5.3.3.47-SNAPSHO
Sorry I’ve been away the last couple of days
The log file location may depend on your Lucee installation. By default it’s usually inside <your-webroot>/WEB-INF/lucee/logs
, or if you were using Docker it’s usually inside /opt/lucee/web/logs
, though it’s also possible that the WEB-INF
folder has been configured to be elsewhere outside of the webroot.
You should be able to paste some of the lines out of your exception.log
into the forum here, maybe just the most recent lines / stack traces that show the problem (e.g. the bottom 50 lines or so, or less depending on how big the stack trace is).
If you place triple backticks (```) before and after the log lines it will format them as a fixed width block which might make it easier to read, e.g.
"ERROR","http-nio-8888-exec-2","02/09/2016","11:40:53","",";invalid call of the function StoreSetACL, first Argument (url) is invalid, defined url must be a valid existing S3 Resource;invalid call of the function StoreSetACL, first Argument (url) is invalid, defined url must be a valid existing S3 Resource
at lucee.runtime.functions.s3.S3Function.toS3Resource(S3Function.java:36):36
at lucee.runtime.functions.s3.StoreSetACL._call(StoreSetACL.java:42):42
at lucee.runtime.functions.s3.StoreSetACL.call(StoreSetACL.java:35):35
at index_cfm$cf.call(D:\inetpub\lucee-4.5.2.018-express\webapps\ROOT\index.cfm:14):14
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:951):951
at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:56):56
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:36):36
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:725):725
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:219):219
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106):106
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501):501
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142):142
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79):79
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610):610
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88):88
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537):537
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1085):1085
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658):658
at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:222):222
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1556):1556
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1513):1513
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source):-1
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source):-1
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61
at java.lang.Thread.run(Unknown Source):-1