they arent using application.cfc only .cfm which l...
# cfml-general
c
they arent using application.cfc only .cfm which loads global.cfm
m
I think back with Application.cfm, we also had to create a mapping for the directory, which you can do as an attribute to the cfapplication tag
c
oddly enough they dont use cfapplication they only use a cflock to set application dot vars
well i foudn the cfapplication tag it was nested inside an include
for customtags
r
You should be able to add a custom tag path in the "Extensions" tab in cfadministrator if you have access to it
Not programmatic, but it may get you going
The default custom tag path is in your commandbox home folder. Not sure what the best practices are for using custom tags with commandbox, I do not use them often.
c
i cant access cfadmin as the ajax and message.js files get 404s so the login ajax request doesnt work
but thats another story
lol
r
i have a few minutes, let me see what i can figure out
Without using
Application.cfc
and no access to admin... I am at a loss
If you know your current commandbox server home directory you should be able to put your custom tags in
*/WEB-INF/cfusion/CustomTags
c
They use 100s of customtags that are already being used in prod, this is just a local dev env i am nto authorized to make big moves like that
👍 1
m
hmm, maybe those were just available as attributes to cfapplication in lucee 😞 .
a
Is there any reason not to use Application.cfc? It was introduced in ACF 7 which was (checks notes 2005 - 19 years ago!)
m
If this is a local dev environment you should be able to get to the cfadministrator and make sure the custom tag path is set. if you are you using cfconfig with commandbox
c
So i can get to the cfadmin login, however looking at network traffic i see that there are 404s for cfmessage.js and cfajax.js which means i cannot login since it uses ajax for the authentication
well i was able to fix that part, i found the scripts folder inside cf_scripts and copied it into CFIDE now i can login atleast to the cfadmin
👍 1