Adam Cameron
onRequestStart
is: boolean function onRequestStart(string targetPage)
Should that not be required string targetPage
? That's the signature for ColdFusion, and is there any circumstance under which that value is not passed in, so therefore the implementation has to consider it optional?
As far as I can determine, a value for the targetPage
parameter is always passed..?Adam Cameron
/index.cfm
, and somewhere in the bowels of the app code I have writeDump(callStackGet())
, should it not be my expectation that the resultant output will always start with index.cfm
?
What I'm seeing is a single entry in the dump that is the file I have the dump in. Nothing else. There were quite a number of files / methods / etc being called between index.cfm
and where I'm doing the dump.zackster
05/06/2023, 4:00 PMAdam Cameron
jamiejackson
05/08/2023, 7:37 PM(optional) is a build with the Lucee "Light" JAR file, WITHOUT any extensions (users must install extensions separately, this includes database drivers, ORM, ESAPI, S3, image handling, etc)-light
jamiejackson
05/08/2023, 8:15 PMzackster
05/10/2023, 8:32 AMzackster
05/10/2023, 8:38 AMAdam Cameron
cf_session_data
table...David Rogers
05/10/2023, 6:49 PMStewart McGuire
05/11/2023, 3:07 PMJack
05/12/2023, 12:51 AMminh
05/12/2023, 4:04 AMzackster
05/12/2023, 1:28 PMchapmandu
05/12/2023, 1:42 PMzackster
05/13/2023, 4:54 PMalexpixl8
05/15/2023, 12:33 PMEvil Ware
05/15/2023, 12:42 PMgert
05/15/2023, 3:34 PMzackster
05/15/2023, 4:52 PMzackster
05/15/2023, 5:12 PMAdam Cameron
Adam Cameron
Message key [externalizeString_1] doesn't exist
Stacktrace The Error Occurred in
/admin/server.compiler.cfm: line 160
called from /admin/web.cfm: line 508
called from /admin/server.cfm: line 7
Also: why's it calling stuff relating to web admin from server admin? odd.alexpixl8
05/15/2023, 9:50 PMalexpixl8
05/15/2023, 9:51 PMalexpixl8
05/15/2023, 9:51 PMalexpixl8
05/15/2023, 9:51 PMAdam Cameron
Lucee compiler settings, this affects how the Lucee Compiler parses the source code. Changing this settings flushes all existing class files and triggers a recompilation.That's not great English. Recommend:
Lucee compiler settings. This affects how the Lucee Compiler parses the source code. Changing these settings flushes all existing class files and triggers a recompilation.
alexpixl8
05/15/2023, 9:51 PMalexpixl8
05/15/2023, 9:51 PM