Page 1 of 1

Version 3.0.1 Admin crash.

Posted: 01 Apr 2015, 10:29
by djanubis
Hi,

Joomla! 3.4.1, Phoca Doc 3.0.1

When editing or creating new article, system crashes with a fatal error
{quote]PHP Fatal error: Call to undefined method JComponentHelper::get_params() in ...components/com_phocadocumentation/helpers/route.php on line 36[/quote]
a patch for this is changing router file, line 35 for

Code: Select all

class PhocaDocumentationHelperRoute
{

	public static function getArticleRoute($id, $alias, $catid, $catalias, $itemid = 0) {

		$app			= JFactory::getApplication();
		// $params 		= $app->getParams();
		$params = JComponentHelper::getParams('com_phocadocumentation');
If this can help :)

Re: Version 3.0.1 Admin crash.

Posted: 02 Apr 2015, 13:50
by Jan
Hi, thank you for this info, I will take a look at it.

Jan