Skip to content

Module (SpeckImageUploader) could not be initialized #1

@ghost

Description

Hi, i got an error:

Fatal error: Uncaught exception 'Zend\ModuleManager\Exception\RuntimeException' with message 'Module (SpeckImageUploader) could not be initialized.'

My composer.json is:

"minimum-stability": "dev",
"repositories": [
{
"type": "package",
"package": {
"version": "dev-master",
"name": "speckcommerce/speck-imageuploader",
"source": {
"type": "git",
"url": "git://github.com/speckcommerce/SpeckImageUploader.git",
"reference": "master"
}
}
},

My application.config.php:

'modules' => array(
'SpeckImageUploader',
...
),
'module_paths' => array(
'module',
'library',
'../vendor',
'../vendor/speckcommerce',
...
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions