Hi,
I'm using the two lines of code (below) in my application.cfc
file:
As you have noticed, the first cferror has the template
referenced with a relative path. This was the only way to get it to
to allow any page to load, the second line throws an error " error
resolving template". Although the application.cfc and both of those
templates are on the root! I have all my files inside folders, so I
can understand the need of the relative path, but I thought one
should not use a relative path in this case and this was the whole
idea behind having the error templates in the same place as the
application.cfc.
But when I generate an error, it could not find the template
again, meaning the ../../errorrequest.cfm could not be found when
an actual error occurs!
Any suggestions?