Page 1 of 1

Joomla 1.6 - categories not showing + option error

Posted: 28 Jan 2011, 15:43
by majid-eb
Hi,

I've recently created a site with Joomla 1.6 and installed Phoca Documentation (com_phocadocumentation_v2.0.0_rc) on it. However when creating a menu to list all categories, I'm only shown Uncategorised and most viewed articles. All other categories are missing. When choosing Show all articles I'm only shown one featured article under Uncategorised.

Also when going to the options for Phoca Documention under components I'm shown the following error:
500 - An error has occurred.
XML file did not load
Thanks in advance.
Majid

Re: Joomla 1.6 - categories not showing + option error

Posted: 28 Jan 2011, 18:43
by Benno
Hi,
Also when going to the options for Phoca Documention under components I'm shown the following error:

500 - An error has occurred.
XML file did not load
Yes, I confirm this issue. Here too.
Kind regards,
Benno

Re: Joomla 1.6 - categories not showing + option error

Posted: 28 Jan 2011, 19:52
by miniyo
Hi,

I think the problem is in the archive "view.html.php", line 35, it should be lowercase, like this: JToolBarHelper::preferences('com_phocadocumentation');
not
JToolBarHelper::preferences('COM_PHOCADOCUMENTATION');
Width this change, works fine.

Kind regards.

Re: Joomla 1.6 - categories not showing + option error

Posted: 29 Jan 2011, 17:14
by Benno
@ miniyo,
Thank you for this information, yes this works for me too. :twisted:
Kind regards,
Benno

Re: Joomla 1.6 - categories not showing + option error

Posted: 29 Jan 2011, 18:01
by Jan
Hi, thank you for this info, will be fixed in next version.

Jan