-
Notifications
You must be signed in to change notification settings - Fork 1.4k
bad sort specification in ../vendor/mongodb/mongodb/src/Operation/Find.php #1739
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
Comments
Mongo does not like |
This is laravel-admin bug, not laravel-mongodb bug My solution: |
Thank you Lam, got it working! 血淋淋的奇妙 There is an extra item in the menu "index" at the top, Admin will not let me delete it and when I try to edit the page I get " ModelNotFoundException In Builder.php line 369 : 谢谢 |
Eeek!! trying to insert any data i.e. permissions, roles. users. Results in "FatalThrowableError In ManagesTransactions.php line 109 :Call to a member function beginTransaction() on null" |
Feature request tracked in Jira PHPORM-120 |
I am struggling to resolve an issue, trying to install laravel-admin, all seem well with the install, but when I try to browse the site I get the following error
/var/www/slimmongo.local.com/vendor/mongodb/mongodb/src/Operation/Find.php
/**
* Execute the operation.
*
* @see Executable::execute()
* @param Server $server
* @return Cursor
* @throws UnsupportedException if collation or read concern is used and unsupported
* @throws DriverRuntimeException for other driver errors (e.g. connection errors)
*/
public function execute(Server $server)
{
if (isset($this->options['collation']) && ! \MongoDB\server_supports_feature($server, self::$wireVersionForCollation)) {
throw UnsupportedException::collationNotSupported();
}
Arguments
"bad sort specification (View: /var/www/slimmongo.local.com/vendor/encore/laravel-admin/resources/views/partials/sidebar.blade.php) (View: /var/www/slimmongo.local.com/vendor/encore/laravel-admin/resources/views/partials/sidebar.blade.php) (View: /var/www/slimmongo.local.com/vendor/encore/laravel-admin/resources/views/partials/sidebar.blade.php) `
The contents of the partial are:
`
Can anybody suggest where to start digging?
The text was updated successfully, but these errors were encountered: