Hi group, Getting another error message related to Site Tree permissions in 6.1.1 (mySQL). Error is:-
Error Details MessageInvalid data coldfusion.sql.QueryColumn@12d8f8e for CFSQLTYPE CF_SQL_VARCHAR. Exception TypeDatabase Detail Tag Context - C:\Inetpub\farcry\core\packages\dbgateways\BaseGateway.cfc (line: 277) - C:\Inetpub\farcry\core\packages\lib\db.cfc (line: 505) - C:\Inetpub\farcry\core\packages\fourq\fourq.cfc (line: 923) - C:\Inetpub\farcry\core\packages\types\types.cfc (line: 313) - C:\Inetpub\farcry\core\packages\types\farBarnacle.cfc (line: 384) - C:\Inetpub\farcry\core\packages\types\farBarnacle.cfc (line: 351) - C:\Inetpub\farcry\projects\website\webskin\types\adminPermissions.cfm (line: 21) - C:\Inetpub\farcry\core\packages\fourq\fourq.cfc (line: 442) - C:\Inetpub\farcry\core\packages\fourq\fourq.cfc (line: 332) - C:\Inetpub\farcry\core\webtop\conjuror\invocation.cfm (line: 152) This is cause when I set a permission and then hit Save. Note that I've overwritten the adminPermission.cfm in my project only to fix the typo that I mentioned in my previous post. Everything else is the same. The problem seem to be the objectID coming from the arguments.stProperties. Bit of a weird one because although it looks outputting as a string for some reason ColdFusion thinks its something else. For example if I put in - <cfdump var="#len(arguments.stProperties.objectID)#" /> - I get an error saying that it can handle it due to it being a complex type. I'll step through things and see if I can work it out but thought it best to post it :-) Cheers, James -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
