Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Inconsistent error messages(When creating a new instance of a previously working class, I get inconsistent error messages)
Inconsistent error messages [message #854154] Mon, 23 April 2012 18:08
B. Palmer is currently offline B. PalmerFriend
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!
Previous Topic:Set output folder in a php project
Next Topic:Debug stops on adodb.inc.php
Goto Forum:
  


Current Time: Fri Apr 19 23:48:32 GMT 2024

Powered by FUDForum. Page generated in 0.03867 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top