Hi,
i am using phoca gallery version 4.2.0 with joomla 3.4.4.
i have 2171 categories in that, when i am trying to search it gives pagination with no records.
there is also another issue when unpublish subcategory and filter using Select Status combo, i am unable to show that category.
i also want Select Category combo in that filter section(same like images tab filter), so that i can filter sub category by selection its parent category, it will be easy for me because of large number of category.
https://nimbus.everhelper.me/client/not ... i8HmcFFVC/
Search Issue in Administrator
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Search Issue in Administrator
Hi, hmm, maybe this can be a memory problem - so not all categories are loaded in select box.
In administration, this could not be a problem as there the pagination is used
Jan
In administration, this could not be a problem as there the pagination is used
Jan
If you find Phoca extensions useful, please support the project
-
sdabhi
- Phoca Newbie

- Posts: 8
- Joined: 17 Feb 2015, 09:32
Re: Search Issue in Administrator
i have also updated phoca to latest version but still same issue, i have also tried with fresh joomla installation and tried but still same issue, i think there is bug with $this->items = $this->processTree($this->items, $tree, 0, $text, -1, 0); line number:45 file path: administrator/component/com_phocagallery/views/phocagallerycs/view.html.php
because when there is no records with parent_id=0 then its create problem
because when there is no records with parent_id=0 then its create problem
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Search Issue in Administrator
Hi, which exactly problem you see in the processTree function?
Did you check to change it by your solution and does it work?
Jan
Did you check to change it by your solution and does it work?
Jan
If you find Phoca extensions useful, please support the project