V3.0.0 Category View - wrong path

Phoca Download - download manager
webghostfm
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 19 Nov 2012, 22:27
Location: Austria
Contact:

V3.0.0 Category View - wrong path

Post 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....
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48585
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: V3.0.0 Category View - wrong path

Post by Jan »

Hi, thank you very much for the info, will be fixed in Beta.

Thank you, Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48585
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: V3.0.0 Category View - wrong path

Post by Jan »

Hi, fixed in Beta.
If you find Phoca extensions useful, please support the project
Post Reply