Skip to Content.
Sympa Menu

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

Subject: COmanage Developers List

List archive

[comanage-dev] help with Heisenberg bug


Chronological Thread 
  • From: Scott Koranda <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] help with Heisenberg bug
  • Date: Tue, 11 Oct 2011 16:36:44 -0500

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