You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: