Top Left Text cha

Web & App Development

Chances are that if you use Project Log, it won't be public.  In the first release after beta there is a bug in the SEF URLs that make the projects not show up.  The entire site breaks (blank white page) in fact.

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)
{
}

 

Add comment


Security code
Refresh

  • No comments found

Leave your comments

Post comment as a guest

0
Your comments are subjected to administrator's moderation.
X