> hmm... I'm not sure why you're getting that error (since it's not > related), but make sure all of your types are deployed. > > 1. update the app scope ?updateapp=1 > 2. Go into the COAPI admin and see if any objects need to be deployed > or updated.
The only issues on the Types page is with some "Handpicked Rule Extended Array Table" properties that have had issues since installation. If I try to deploy the, for instance, datetimecreated propery, I get an error: Invalid default value for 'datetimecreated' . (MySQL). > > Also, I can't find this "_aObjectIds" via a text-search. Could this > > be cached somewhere? > > You won't find it anywhere. The ORM in FarCry builds the array table > when you deploy an object with an array property. Builds the table, yes. But that there is SQL in various places that accesses it. I found this earlier: /farcry/core/packages/farcry/tree.cfc line 625 FROM #q.typename#_aObjectIds da That was the only instance of _aObjectIDs that was wrong case-wise in the whole codebase. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
