Php Notice Trying To Get Property Of Non-Object

Have anyone come across this Issue, this after i complete my Issue project. What has happen is when i go to Project, from there and i try to create issue from there this is after adding filter, when i try to click on create issue, it appears very well fill in the details when i press create.

This is what happens: please view on the image attached.

Thanks.

ok that error means that the project id is not being saved with the issue, or may be not can someone help with this. Please.4081

Screen Shot 2013-04-05 at 3.18.46 PM.png

In this file on line no:12,15 you write,




         'pid'=>$model->project->id



As per my understanding, It should be,




         'pid'=>$model->project_id



Thanxs this help me very much… :)