Inconsistent error messages [message #854154] |
Mon, 23 April 2012 18:08 |
B. Palmer Messages: 8 Registered: February 2012 |
Junior Member |
|
|
I'm modifying an existing php app. It's using a model-view-controller architecture. Now, when I try to create a new "classroom" object, I'm getting error messages. One time, it will be
Property "ClassroomController.name" is not defined.
Stack Trace
xdebug eval(1): CComponent->__get("name")
Another time, after doing exactly the same thing, I'm seeing
Property "ClassroomController.lessonTypeId" is not defined.
Stack Trace
xdebug eval(1): CComponent->__get("lessonTypeId")
This code has been working. The original version is still working. Only the version I changed has broken. I did add a new table but otherwise no changes that I can think of. I'm new to Eclipse/php/web programming so any help is appreciated.
Where would these attributes be defined? Any insight on why the inconsistency?
Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.01606 seconds