Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] problem with NSF demographics

Subject: COmanage Developers List

List archive

Re: [comanage-dev] problem with NSF demographics


Chronological Thread 
  • From: Marie Huynh <>
  • To: Scott Koranda <>
  • Cc: comanage-dev <>
  • Subject: Re: [comanage-dev] problem with NSF demographics
  • Date: Tue, 21 Feb 2012 12:37:37 -0800
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of designates 10.68.239.229 as permitted sender) ; dkim=pass

I believe this is part of 250:

https://bugs.internet2.edu/jira/browse/CO-250

On Tue, Feb 21, 2012 at 11:39 AM, Scott Koranda <> wrote:
Hi,

I was attempting to work on CO-235 which requires populating
some NSF demographics data in order to test and try to
reproduce the problem.

When I attempt, however, to add demographics data using

https://127.0.0.1/registry/co_nsf_demographics/add/co:2/co_person_id:2

I see this error:

2012-02-21 13:37:45 Error: [PDOException] SQLSTATE[42S22]:
Column not found: 1054 Unknown column 'Array' in 'field list'
#0
/home/skoranda/COmanage/registry/registry/lib/Cake/Model/Datasource/DboSource.php(436):
PDOStatement->execute(Array)
#1
/home/skoranda/COmanage/registry/registry/lib/Cake/Model/Datasource/DboSource.php(403):
DboSource->_execute('INSERT INTO `cm...', Array)
#2
/home/skoranda/COmanage/registry/registry/lib/Cake/Model/Datasource/DboSource.php(967):
DboSource->execute('INSERT INTO `cm...')
#3
/home/skoranda/COmanage/registry/registry/lib/Cake/Model/Model.php(1646):
DboSource->create(Object(CoNsfDemographic), Array, Array)
#4
/home/skoranda/COmanage/registry/registry/lib/Cake/Model/Model.php(2071):
Model->save(Array, Array)
#5
/home/skoranda/COmanage/registry/registry/lib/Cake/Model/Model.php(1908):
Model->saveAssociated(Array, Array)
#6
/home/skoranda/COmanage/registry/registry/app/Controller/StandardController.php(80):
Model->saveAll(Array)
#7 [internal function]: StandardController->add()
#8
/home/skoranda/COmanage/registry/registry/lib/Cake/Controller/Controller.php(473):
ReflectionMethod->invokeArgs(Object(CoNsfDemographicsController),
Array)
#9
/home/skoranda/COmanage/registry/registry/lib/Cake/Routing/Dispatcher.php(104):
Controller->invokeAction(Object(CakeRequest))
#10
/home/skoranda/COmanage/registry/registry/lib/Cake/Routing/Dispatcher.php(86):
Dispatcher->_invoke(Object(CoNsfDemographicsController),
Object(CakeRequest), Object(CakeResponse))
#11
/home/skoranda/COmanage/registry/registry/app/webroot/index.php(96):
Dispatcher->dispatch(Object(CakeRequest),
Object(CakeResponse))
#12 {main}

I am using revision 233.

Is this a known or expected problem?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page