[support] Problem with Organic groups

Earnie Boyd earnie at users.sourceforge.net
Fri May 11 12:01:05 UTC 2012


On Thu, May 10, 2012 at 7:14 PM, Roger <arelem at bigpond.com> wrote:
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of support digest..."

Please observe this rule for digest responses.

>  How do I find the broken module. Would devel help to isolate where and
> how? I'm hopeless at PHP so am doubtful that I would know what to look for.

I will often modify the core on my dev machine to catch these errors
and throw an exception so that I can see the backtrace of the call
stack.

In pseudo code

if (!assumption) {
 throw new Exception('expected assumption does not exist');
}

-- 
Earnie
-- https://sites.google.com/site/earnieboyd


More information about the support mailing list