Re: Help Program Issues on a program I did not write

2009-10-01 Thread mkgour
Hi Brian, Thank you so much for being willing to help. I am pretty sure that $uses class does not include EvaluationMixeval, and I did try to add it a few days agao and that just caused confusion in the program and items that worked previously stopped working, so I took it out. Here is a copy of

Re: Help Program Issues on a program I did not write

2009-10-01 Thread Dr. Loboto
Under TheOtherModel brian ment some other model from $uses that have association with needed EvaluationMixeval model. Check that models associations and use the one that associated with EvaluationMixeval (if there is any). On Oct 1, 9:48 pm, mkgour mkg...@gmail.com wrote: Hi Brian, Thank you

Re: Help Program Issues on a program I did not write

2009-10-01 Thread brian
On Thu, Oct 1, 2009 at 11:51 AM, Dr. Loboto drlob...@gmail.com wrote: Under TheOtherModel brian ment some other model from $uses that have association with needed EvaluationMixeval model. Check that models associations and use the one that associated with EvaluationMixeval (if there is any).

Re: Help Program Issues on a program I did not write

2009-10-01 Thread mkgour
Hi, Well, I feel silly about TheOtherModel bit!! Anyway, I went back in and added EvalautionMixeval into $uses and there was no confusion in the program this time. This fixed the error message. But now I am having a different problem. I am going to try and work on it some on my own first.

Help Program Issues on a program I did not write

2009-09-30 Thread mkgour
Hi, I use a great peer evaluation program created by some grad students at University of BC. Unfortunately, with the recession, the students /IT people that created the program I use are no longer on the payroll and I really need help resolving one small issue. The name of the program I use is

Re: Help Program Issues on a program I did not write

2009-09-30 Thread brian
Check that the controller's $uses class var includes 'EvaluationMixeval'. If not, and this model is associated with a model that is in $uses, change the line to: $this-TheOtherModel-EvaluationMixeval-setAllEventCommentRelease(...) On Wed, Sep 30, 2009 at 1:12 PM, mkgour mkg...@gmail.com wrote: