Page 1 of 1

V3.0.0 Category View - wrong path

Posted: 14 Feb 2013, 13:00
by webghostfm
Hi there...

If you want to set a menu with Category View - you become a white box with error.

its a wrong path in ..../admininistrator/components/com_phocadownload/models/fields/phocadownloadcategory.php on line 14

Code: Select all

    require_once( JPATH_ADMINISTRATOR.'/components/com_phocadownload/libraries/category/category.php');
you must Chance it to:

Code: Select all

    require_once( JPATH_ADMINISTRATOR.'/components/com_phocadownload/libraries/phocadownload/category/category.php');
greetings....

Re: V3.0.0 Category View - wrong path

Posted: 18 Feb 2013, 21:00
by Jan
Hi, thank you very much for the info, will be fixed in Beta.

Thank you, Jan

Re: V3.0.0 Category View - wrong path

Posted: 22 Mar 2013, 15:27
by Jan
Hi, fixed in Beta.