Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Not compatible with ZF < 3.0 #151

Open
func0der opened this issue Nov 21, 2016 · 3 comments
Open

Not compatible with ZF < 3.0 #151

func0der opened this issue Nov 21, 2016 · 3 comments

Comments

@func0der
Copy link

Fatal error: Uncaught Zend\ModuleManager\Exception\RuntimeException: Module (Zend\Hydrator) could not be initialized. in /var/www/vendor/zendframework/zend-modulemanager/src/ModuleManager.php on line 203

It is not a module until 2.2.0.
Same Problem for Zend\Router.

@morrsky
Copy link

morrsky commented Dec 12, 2016

Hello,

If you add those modules to your ./config/modules.config.php

  • 'Zend\Db',
  • 'Zend\Filter',
  • 'Zend\Hydrator',
  • 'Zend\InputFilter',
  • 'Zend\Paginator',
  • 'Zend\Router',
  • 'Zend\Validator',

the modules should be loaded.

'Zend/Hydrator' and 'Zend/Router' are separate modules in ZF3

It would be more helpful if you wrote apigility version you used.

Thanks

@func0der
Copy link
Author

"zfcampus/zf-apigility": "^1.3",

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-skeleton; a new issue has been opened at laminas-api-tools/api-tools-skeleton#9.

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

No branches or pull requests

3 participants