Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

License View is going crazy... #292

Closed
cwhittl opened this issue Oct 23, 2014 · 2 comments
Closed

License View is going crazy... #292

cwhittl opened this issue Oct 23, 2014 · 2 comments

Comments

@cwhittl
Copy link

cwhittl commented Oct 23, 2014

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} [] []

@snipe
Copy link
Owner

snipe commented Oct 23, 2014

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.

@cwhittl
Copy link
Author

cwhittl commented Oct 23, 2014

yeah ended up being bad data

@cwhittl cwhittl closed this as completed Oct 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants