• ZF 3 error: Module could not be initiated

    Here is a Zend framework 3 error that you might get once or twice. It would look something like this; Fatal error: Uncaught exception ‘Zend\ModuleManager\Exception\RuntimeException’ with message ‘Module (ModuleName) could not be initialized Here is how to solve it. Make sure the module is present in project name/config/modules.config.php. For example return [ …’Application’, ‘ModuleNameOne’, ‘ModuleNameTwo’…


  • I’ve got 9 bugs and yours ain’t one

    I am sure this title reminds you of Jay Z’s song 99 problems and my bitch ain’t one. I initially thought about writing on 99 errors. However I chose not to waste both our time, ( since we both have work to do ) and to keep the list short. That is why we are…