2: (index):261 Uncaught ReferenceError: LuceeForms is not defined
at (index):261
(anonymous) @ (index):261
Is this a Lucee misconfiguration? I don’t think the host has much
experience with Lucee so I’d like to point them in the correct direction
when I report the issue.
I’ve searched through this group and only mention is a thread regarding
hardening of Lucee server. No mention of what the function of LuceeForms is
and why it is inserted in the first place.
I’ve searched Google as well as the Lucee website with no mention of this
functionality. Has the site been hacked or is this a function within Lucee
that should be disabled? When testing some code within the last month I did
not noticed this issue so it is relatively new which has me a bit
suspicious.
Thanks,
ScottOn Saturday, January 14, 2017 at 12:19:56 PM UTC-5, Scott Widmer wrote:
Hello,
I just noticed a javascript error I’m getting suddenly.
The I’m running Mura on a Lucee (4.5.2.018) server.
This code is insert before my form:
<script language = "JavaScript" type=
“text/javascript”>
function _CF_checkCFForm_44() { return lucee_form_44.check();}
2: (index):261 Uncaught ReferenceError: LuceeForms is not defined
at (index):261
(anonymous) @ (index):261
Is this a Lucee misconfiguration? I don’t think the host has much
experience with Lucee so I’d like to point them in the correct direction
when I report the issue.
Scott, I think could be happening is that you have blocked anonymous
requests to /lucee/* so the request for /lucee/form.cfm fails. Try
requesting that url under your domain in your browser and see what happens.
The /lucee/form.cfm file would contain javascript needed for the cfform
tags to function, specifically defining the Luceeforms javascript object,
see:
On Mon, Jan 16, 2017 at 11:15 AM, Scott Widmer <@Scott_Widmer> wrote:
Anyone?
I’ve searched through this group and only mention is a thread regarding
hardening of Lucee server. No mention of what the function of LuceeForms is
and why it is inserted in the first place.
I’ve searched Google as well as the Lucee website with no mention of this
functionality. Has the site been hacked or is this a function within Lucee
that should be disabled? When testing some code within the last month I did
not noticed this issue so it is relatively new which has me a bit
suspicious.
Thanks,
Scott
On Saturday, January 14, 2017 at 12:19:56 PM UTC-5, Scott Widmer wrote:
Hello,
I just noticed a javascript error I’m getting suddenly.
The I’m running Mura on a Lucee (4.5.2.018) server.
This code is insert before my form:
<script language = "JavaScript" type=
“text/javascript”>
function _CF_checkCFForm_44() { return lucee_form_44.check();}
2: (index):261 Uncaught ReferenceError: LuceeForms is not defined
at (index):261
(anonymous) @ (index):261
Is this a Lucee misconfiguration? I don’t think the host has much
experience with Lucee so I’d like to point them in the correct direction
when I report the issue.
Am running Lucee 6.2.0.321 with single mode, then at lucee\tomcat\webapps\ROOT\WEB-INF\lucee is empty.
getting 404 for http://domain.com/lucee/formtag-form.cfm
Not able to proceed with cfform tags, getting the same console error.
While switching to multimode, am getting that missing file & console error get resolved, able to submit it.