Update Page Not Working Properly

Hello everyone! I am at chapter 6 now.

I got some problem with updating data.

Here is some form that work properly while creating new Issue:

3805

create.png

But, the drop down of owner and requester doesn’t work on update Issue

3806

update.png

What should I check if there is case like this?

Hi agus kianto

Looks like you have suppressed error in your code.

Please put or make sure you have these lines in your index.php




error_reporting(-1);


defined('YII_DEBUG') or define('YII_DEBUG',true);



Please also post you code for actionUpdate() which fails.