I just removed all functionality in the router.php file located inside the com_projectlog folder so it looks like so...
<?php defined('_JEXEC') or die; class ProjectlogRouter extends JComponentRouterBase { public function build(&$query) { } public function parse(&$segments) { } } function ProjectBuildRoute(&$query) { } function ProjectParseRoute($segments) { }
Comments