Since I didn't find a github repository or something alike I thought I put the fix here. There is probably a better way to do it, but I barely know anything about how Joomla works...Notice: Undefined offset: -1 in [...]/Joomla/components/com_phocadownload/views/category/view.html.php on line 286
I replaced line 286 and line 294 of the file mentioned in the error message with:
Code: Select all
if(count($curpath)>0 && $this->category[0]->parenttitle != $curpath[count($curpath)-1]){