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
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}()");
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: