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

Error when viewing assets assigned to me #517

Closed
mikesoule opened this issue Feb 12, 2015 · 1 comment
Closed

Error when viewing assets assigned to me #517

mikesoule opened this issue Feb 12, 2015 · 1 comment
Labels
❓ not sure if bug This issue has not been confirmed as a bug yet

Comments

@mikesoule
Copy link

Upgraded to latest release last night. Now when I click Welcome, [NAME] -> View assigned assets, the left menu disappears and is replaced by a link named "Requestable". Clicking that link causes an exception with the following details.

Open: /var/www/html/snipe/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php
        if (starts_with($method, 'where'))
        {
            return $this->dynamicWhere($method, $parameters);
        }

        $className = get_class($this);

        throw new \BadMethodCallException("Call to undefined method {$className}::{$method}()");
    }
@snipe
Copy link
Owner

snipe commented Feb 12, 2015

That sounds like your account is a user account, not an admin account. Are you logged in as an admin?

@snipe snipe added the ❓ not sure if bug This issue has not been confirmed as a bug yet label Feb 12, 2015
@snipe snipe closed this as completed in 064c021 Feb 12, 2015
snipe added a commit that referenced this issue Feb 12, 2015
Fix #517 - User Requestable Assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ not sure if bug This issue has not been confirmed as a bug yet
Projects
None yet
Development

No branches or pull requests

2 participants