You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the only error I'm getting.
[2014-10-23 17:40:48] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function fullName() on a non-object' in /var/www/assetsv1_domain_com/htdocs/app/storage/views/70b51bf04dfa5973a604f07d85fe19ec:61
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown() #1 {main} [] []
The text was updated successfully, but these errors were encountered:
Are you able to reproduce this on the demo site? alpha.snipeitapp.com
What that's saying is that it's trying to apply the fullName() method on an object that doesn't exist. This can sometimes be related to a user that's been deleted, or some data that somehow got dirty, so you're trying to echo out information on a user that doesn't exist.
All the CSS and JS isn't loading on the license view (https://domain.com/admin/licenses)
Tried dumping auto load and no dice,
Here is the only error I'm getting.
[2014-10-23 17:40:48] production.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function fullName() on a non-object' in /var/www/assetsv1_domain_com/htdocs/app/storage/views/70b51bf04dfa5973a604f07d85fe19ec:61
Stack trace:
#0 [internal function]: Illuminate\Exception\Handler->handleShutdown()
#1 {main} [] []
The text was updated successfully, but these errors were encountered: