Skip to content

Laravel 5.3: Call to a member function supportsSchemaTransactions() on null #999

@ahmadazimi

Description

@ahmadazimi

Hi there,

I've just upgraded to Laravel 5.3 and also upgraded laravel-mongodb to 3.1.1.
Now when I'm trying to migrate the following error occurred:

PHP Fatal error:  Call to a member function supportsSchemaTransactions() on null in /private/var/www/laravel/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php on line 378

I've set protected $connection = 'mongodb'; in my migration class.

BTW: up() method never fired, the error occurred before it I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions