teamcfadvance / ValidateThis

An object oriented validation framework for ColdFusion objects
http://www.validatethis.org
44 stars 32 forks source link

As of Lucee 4.5.1.022 ValidateThis Issues #90

Open SethNJohnson opened 8 years ago

SethNJohnson commented 8 years ago

Our host recently upgraded to 4.5.1.022, and ValidateThis no longer functions properly. I now get this error message.

string The property name was not found in the object passed into the validation object. StackTrace
string The property name was not found in the object passed into the validation object. at server.servervalidator_cfc$cf.udfCall(D:\home\cedardx.com\wwwroot\lib\validatethis\server\ServerValidator.cfc:125):125 at

I think it may be related to the IsCFC() function call in ObjectValidator.cfc, which may conflict with a build in function.

cameroncf commented 8 years ago

Seth, this change should have fixed that problem. Do you have this line in your code?

https://github.com/teamcfadvance/ValidateThis/blob/develop/ValidateThis/util/ObjectChecker.cfc#L34