Hi there!
i had the problems, if the display maps option were both desabled:
(version: MisterEstate 1.1.0)
Notice: Undefined property: gallery in /usr/local/www/hosts/opra_hosts/profimunkaruha.hu/www/components/com_estateagent/gui/templates/template.class.php on line ...
Notice: Undefined property: gmap in /usr/local/apache2/htdocs/campos/components/com_estateagent/gui/templates/extended/details.php on line 117
Notice: Undefined property: map24 in /usr/local/apache2/htdocs/campos/components/com_estateagent/gui/templates/extended/details.php on line 135
i have searched on the forum for a long time, but haven't found the good solution... but luckily i have found it by myself (with the help of other forum topics)
so, simply do the following:
in the file:
- components - com_estateagent - gui - templates - template.class.php
search for this:
var $thumbsinline = 1; (probably in line 36)
add these after that line:
var $gallery ='';
var $map24 ='';
var $gmap ='';
and it would work as it should be (i hope )
Post edited by: flerd, at: 2008/01/06 17:28
Post edited by: flerd, at: 2008/01/06 17:28
Post edited by: flerd, at: 2008/01/06 17:30<br><br>Post edited by: flerd, at: 2008/01/06 17:30