Hello,

Well I've managed to set up my first custom type (albeit a simple one
base off the news rule, as someone else suggested so wisely) but now I
need a rule to display those content objects.
I tried copying the News rule and making some modifications to it based
on my custom type, but when I deployed it from the
<appname>/packages/rules directory it had trouble finding the
rules.cfc. For a quick troubleshooting fix I put it in the core Farcry
rules folder and it worked fine, but now when I go to my site, there is
a big ugly error:

Element DMSEC.LDEFAULTPOLICYGROUPS is undefined in APPLICATION.


The error occurred in
E:\Sites\Farcry\farcry_core\tags\navajo\display.cfm: line 191
Called from E:\Sites\Farcry\farcry_core\tags\navajo\display.cfm: line 1
Called from E:\Sites\Farcry\farcry_caseweb\www\index.cfm: line 4

189 : <cfelse>
190 :   <!--- user not logged in, assume anonymous permissions --->
191 :   <cfset lpolicyGroupIds = application.dmsec.ldefaultpolicygroups>
192 : </cfif>
193 :

It seemed to have something to do with security so Ive logged in and
out, but I can't seem to make this error go away.

I also can't figure out how to remove my troublesome custom rule. Can
anyone point me to some information on how to remove it?

Also is there any documentation out there on creating custom rules? It
seems to be "TBA" in the Wiki.

Thanks for any suggestions!

Rachel


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to