Logs for

Page 138 of 211,240, showing 20 records out of 4,224,782 total, starting on record 2,741, ending on 2,760

# At Username Text
# Aug 7th 2008, 09:11 FunkyWeasel causes the overflow in 1.2 rather.
# Aug 7th 2008, 09:12 FunkyWeasel My working assumption is that it's going bananas because it doesn't know when to stop recursing.
# Aug 7th 2008, 09:12 ammadsaleem Hi all
# Aug 7th 2008, 09:12 moelee hm sorry, don't have experience with this issue
# Aug 7th 2008, 09:13 ammadsaleem I have defined a function in the App Controller Class
# Aug 7th 2008, 09:13 ammadsaleem I want to call it in one of my views
# Aug 7th 2008, 09:13 ammadsaleem how can I do this
# Aug 7th 2008, 09:13 ammadsaleem ?
# Aug 7th 2008, 09:13 FunkyWeasel requestAction AFAIk
# Aug 7th 2008, 09:14 FunkyWeasel No worries, I'll keep digging around for a solution or workaround to this recursive model issue - if I find it I'll try to remember to come back here and mention it.
# Aug 7th 2008, 09:14 ammadsaleem and what is the path that I should specify in the request action?
# Aug 7th 2008, 09:15 FunkyWeasel Hmm, '/controller/method/params' I think. But definitely check out the requestAction() documentation to be sure.
# Aug 7th 2008, 09:28 nymacro ehhh
# Aug 7th 2008, 09:29 nymacro would there be any reason Auth is doing a MD5 when i create a record, but when I modify an existing record it just puts it plain-text?
# Aug 7th 2008, 09:29 TommyO ammadsaleem: what is the nature of this 'function'? are you sure it belongs in the controller if you intend on calling it from the view? sure you need to call it from the view and not have it pass values in from the controller?
# Aug 7th 2008, 09:29 nymacro ohwait
# Aug 7th 2008, 09:30 nymacro I'm silly
# Aug 7th 2008, 09:30 nymacro don't mind me
# Aug 7th 2008, 09:36 moelee how do you make the aro reflect the parent_id in the group model?
# Aug 7th 2008, 09:36 Eddie_CRO one easy question. i get "Missing argument 1 for..." warning when calling action that has defined parameter. How to call it for that parameter to be null?