Issue
When running the project online,this is the marked area:
$this->_user = User::findByUsername($this->username);
Solution
First check if the \models\User.php exist on server
Second Could be you are using windows in localhost and Linux/Unix on server .. in this case check for correct Case charecter in you class .. could be you have
`user.php`
instead of
`User.php'
Answered By - ScaisEdge
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.