laminas-api-tools / api-tools

Laminas API Tools module for Laminas
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
37 stars 19 forks source link

Fatal error: Uncaught exception 'InvalidArgumentException' with message 'Missing "type" option' in ServiceManager.php on line 946 #36

Open michalbundyra opened 4 years ago

michalbundyra commented 4 years ago

I've just installed the latest version with composer and opened http://whatever/api/public/. I have an error message:

Fatal error: Uncaught exception 'Zend\Mvc\Router\Exception\InvalidArgumentException' with message 'Missing "type" option' in ...\api\vendor\zendframework\zend-servicemanager\src\ServiceManager.php on line 946

PHP version 5.6.8 on Windows. Any ideas?


Originally posted by @spidgorny at https://github.com/zfcampus/zf-apigility/issues/152