Posts by Danilo Fernando • 1 point
1 post
-
0
votes1
answer364
viewsA: "The requested URL could not be Matched by routing" error using ZF2
The module.php file is wrong. The getConfig method is not taking the path configuration that is set in module.config.php. For that change this method to : public function getConfig() { include…