/lucee/form.cfm error in console

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:

and this code is inserted right after my form:

And the errors in the console are:

1: GET http://domain.com/lucee/form.cfm

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.

Thanks,
Scott

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,
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();}

and this code is inserted right after my form:

And the errors in the console are:

1: GET http://domain.com/lucee/form.cfm

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.

Thanks,
Scott

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:

– this is equivalent to the /CFIDE/scripts/cfform.js file in ACF.–
Pete Freitag
https://foundeo.com/ http://foundeo.com/ - ColdFusion Consulting &
Products
http://hackmycf.com - CFML Server Security Scanner

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();}

and this code is inserted right after my form:

And the errors in the console are:

1: GET http://domain.com/lucee/form.cfm

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.

Thanks,
Scott


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/
msgid/lucee/91358dab-fe6d-4140-a048-f7815fa121e1%40googlegroups.com
https://groups.google.com/d/msgid/lucee/91358dab-fe6d-4140-a048-f7815fa121e1%40googlegroups.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.