Skip to content

Illegal string offset when running module:disable and module:enable #216

@X3nz

Description

@X3nz

I've installed Laravel 5.2 and included this module in my clean system and when i was trying it out, i get that error.

image

image

{
"name": "Doge",
"slug": "doge",
"namespace": "Doge",
"version": "1.0",
"author": " ",
"license": "MIT",
"description": "This is the description for the Doge module."
}

i tried inserting the "enabled" in the module.json
{
"name": "Test",
"slug": "test",
"namespace": "Test",
"version": "1.0",
"author": " ",
"license": "MIT",
"description": "This is the description for the Test module.",
"enabled": false,
}

but it didn't work, both still gets the same error

module:list works though
image

which i assume is not related to this issue as listed : #204

Further testing with system, I tried using the facade but its giving similar effect.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions