Skip to content
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

'Module (ZfcUserAdmin) could not be initialized.' #10

Closed
ghost opened this issue Sep 23, 2012 · 3 comments
Closed

'Module (ZfcUserAdmin) could not be initialized.' #10

ghost opened this issue Sep 23, 2012 · 3 comments

Comments

@ghost
Copy link

ghost commented Sep 23, 2012

Hi,
i've got this error:

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

"minimum-stability": "dev",
"require": {
"danielss89/zfc-user-admin": "dev-master"
},
"repositories": [
{
"type": "package",
"package": {
"version": "dev-master",
"name": "danielss89/zfc-user-admin",
"source": {
"type": "git",
"url": "https://github.com/Danielss89/ZfcUserAdmin.git",
"reference": "master"
}
}
}
]
}

@ghost
Copy link
Author

ghost commented Sep 23, 2012

Same error by adding into config file :
'module_paths' => array(
'module',
'vendor',
'vendor/danielss89/zfc-user-admin'
),

@Hounddog
Copy link
Collaborator

Am not sure if this issue is still existing as it is quite old. This error mostly happens if you did not register it in the application.config.php. Could you please confirm if i can close this issue?

@neokeats
Copy link

neokeats commented Dec 7, 2012

hi,
the error is still there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants