OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Problems with categories (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Problems with categories

Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Problems with categories 11 Years, 1 Month ago
Karma: 0  
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

Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Problems with categories 11 Years, 1 Month ago
Karma: 101  
Hello,

Please in file:
{yours site}/components/com_realestatemanager/realestatemanager.php

find row:
Code:

if(  is_exist_subcategory_houses($k->id) ) return true;


and replace to:
Code:

if( PHP_realestatemanager::is_exist_subcategory_houses($k->id) ) return true;


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Tomczak (Visitor)
Posts: 0
graphgraph
User Offline
Re:Problems with categories 11 Years, 1 Month ago
Karma: 0  
Solution works perfect. Thank you.
Logged Logged
The administrator has disabled public write access.
Go to top
»