12 Replies
k
Don't try getting user here, get it in the controller
Well,
user
is null here
Is the user logged in?yes
What do you think could be the problem?
User not being logged in would be one idea
Another would be that
this
in the view is something else than it is in the controllerI removed authorization
So I'd make the user part of the model, and get them in the controller
Not in the model
still don't work
Show code
The view and the controller
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.