V3.0.0 Category View - wrong path
Posted: 14 Feb 2013, 13:00
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
you must Chance it to:
greetings....
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');
Code: Select all
require_once( JPATH_ADMINISTRATOR.'/components/com_phocadownload/libraries/phocadownload/category/category.php');