Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] help with Heisenberg bug

Subject: COmanage Developers List

List archive

Re: [comanage-dev] help with Heisenberg bug


Chronological Thread 
  • From: Scott Koranda <>
  • To: Benn Oshrin <>
  • Cc:
  • Subject: Re: [comanage-dev] help with Heisenberg bug
  • Date: Wed, 12 Oct 2011 10:30:03 -0500

> Wow, yeah, that makes no sense.

It does now. Changing the log level causes the cache to be
thrown away and recreated. Once that is done the cm_users view
is available inside the cache.

>
> Perhaps more fun related to AdoDB?
>
> What happens if you try again to login before making the change? Or
> if you drop and recreate the DB without making any other changes?
>
> On 10/11/11 5:36 PM, Scott Koranda wrote:
> >Hi,
> >
> >So if I follow the deployment instructions for using
> >the registry with PostgreSQL and then try to login I get
> >
> >An Internal Error Has Occurred
> >
> >Error: An Internal Error Has Occurred.
> >
> >If I then edit app/config/core.php and change
> >
> >Configure::write('debug', 0);
> >
> >to instead by
> >
> >Configure::write('debug', 2);
> >
> >and then hit "refresh" in my browser it immediately begins to
> >work. If I change back from level 2 to level 0 it continues
> >working.
> >
> >So any attempt to log information about the problem/bug immediately
> >makes the problem/bug go away.
> >
> >I will keep digging in, but any quick ideas?
> >
> >Scott
> >
> >P.S. The exact same set of code is working fine with MySQL
> >
>



Archive powered by MHonArc 2.6.16.

Top of Page