I have a problem with categories. I have 3 levels of categories. First two levels doesn't contain any items besides other categories.
As example:
Code: |
-Buy
--New
---Houses
---Flats
--Used
---Houses
---Flats
-Rent
--Houses
--Flats
|
In frontend, when I'm trying to view contents of first level category, a.e. Buy, script returns error
Code: |
Fatal error: Call to undefined function is_exist_subcategory_houses() in /home/masterte/public_html/polonium.pl/components/com_realestatemanager/realestatemanager.php on line 957
|