OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Location map not displaying (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Location map not displaying

Tavine (Visitor)
Posts: 0
graphgraph
User Offline
Re:Location map not displaying 10 Years, 4 Months ago
Karma: 0  
Hi,
I tried to follow your steps and to be honest when i inserted the code, i get the following error
"500 - JHtmlBehavior::mootools not found."
Am using Joomla 3.0.

The code you told me to modify is;

/**
* Displays the house
*/
static function displayHouse( & $house, & $tabclass, & $params, & $currentcat, & $rating, & $house_photos, $id, $catid,$option, & $house_feature, & $currencys_price, $layout = "default"{
global $mosConfig_absolute_path;
require($mosConfig_absolute_path."/components/com_realestatemanager/views/view_house/tmpl/".$layout.".php";
$type = 'view_house';
require getLayoutPath::getLayoutPathCom('com_realestatemanager',$type, $layout);
JHTML::_('behavior.mootools';
}

I placed the code at the end but i keep on getting errors.

Kindly bail me out.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Location map not displaying 10 Years, 4 Months ago
Karma: 101  
Hello,,

Please

Code:

    JHTML::_('behavior.mootools');


replace to:

Code:

if(version_compare(JVERSION, "1.6.0", "lt")) {
    JHTML::_('behavior.mootools');
} else {
    JHtml::_('behavior.framework');
}        



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
arvalbr (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Location map not displaying 8 Years, 10 Months ago
Karma: 0  
Hi:

I'm experimenting the same error when displaying the house map:

Code:

Uncaught ReferenceError: initialize is not defined


With this additional message:

Code:

(anonymous function) @ VM82550:1




Best regards.
Logged Logged
The administrator has disabled public write access.
arvalbr (User)
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Re:Location map not displaying 8 Years, 10 Months ago
Karma: 0  
Hi:

I'm experimenting the same error when displaying the house map:

Code:

Uncaught ReferenceError: initialize is not defined


With this additional message:

Code:

(anonymous function) @ VM82550:1




Best regards.
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Location map not displaying 8 Years, 10 Months ago
Karma: 58  
Hello,

Give us please - link on website, FTP and admin access and our team will try find solution for you, FTP and admin access You can send to our contact form.
ordasoft.com/About-us/OrdaSoft.html

Joomla Admin

username
password


FTP

FTP host

FTP username

FTP password

Thanks,
Taras
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Go to top
»