I successfully created a migration that contains an assets volume and a corresponding field that utilizes that assets volume, but getting a fatal error when I try to actually run the migration. This seems to be the case with any migration contains asset volumes.
Response: {"error":"An error occurred while executing the \"craft\\contentmigrations\\m180425_143332_migration_ATTORNEY_AWARDS migration: array_key_exists() expects parameter 2 to be array, null given"}
Here is the expanded JSON from the $json variable in the actual migration file:
I successfully created a migration that contains an assets volume and a corresponding field that utilizes that assets volume, but getting a fatal error when I try to actually run the migration. This seems to be the case with any migration contains asset volumes.
Here is the expanded JSON from the
$json
variable in the actual migration file: