Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] 0.7 / Scrum Wed

Subject: COmanage Developers List

List archive

Re: [comanage-dev] 0.7 / Scrum Wed


Chronological Thread 
  • From: Marie Huynh <>
  • To: Benn Oshrin <>
  • Cc: comanage-dev <>
  • Subject: Re: [comanage-dev] 0.7 / Scrum Wed
  • Date: Fri, 19 Oct 2012 11:29:41 -0500



On Fri, Oct 19, 2012 at 11:26 AM, Benn Oshrin <> wrote:
I'm using postgres, but that shouldn't matter. Cake is generating the SQL that is throwing this error, and only Cake knows about (well, knew about), self_enroll.

(1) If you grep for self_enroll under app/, does it show up anywhere? (Except for View/CmpEnrollmentConfigurations/fields.inc, which I need to clean up.)

No. 
(2) Did you clean your caches out?

Totally fresh checkout; nothing in caches.
 
-Benn-


On 10/19/12 12:15 PM, Marie Huynh wrote:
I did another fresh checkout and am still getting this:

2012-10-19 11:12:40 Error: [PDOException] SQLSTATE[42S22]: Column not
found: 1054 Unknown column 'CoEnrollmentFlow.self_enroll' in 'field list'

Are you guys using mysql?

Marie

On Fri, Oct 19, 2012 at 8:15 AM, Benn Oshrin <
<mailto:>> wrote:

    On 10/19/12 3:01 AM, Marie Huynh wrote:

        I couldn't reproduce the problem so I nuked my database.  Now I'm
        getting this error:

        2012-10-18 23:58:18 Error: [PDOException] SQLSTATE[42S22]:
        Column not
        found: 1054 Unknown column 'CoEnrollmentFlow.self_enroll' in
        'field list'


    self_enroll was dropped in a recent schema update. You have old code
    referencing it, or caches that reference old code.

    -Benn-







Archive powered by MHonArc 2.6.16.

Top of Page