hello there is bugs in new jooglemap 3.0:
users are not showed in map and also markers
calculate correct latitude and longitude but
in backend this errors:
[code:1]Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 47
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 48
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 49
Notice: Undefined property: stdClass::$checked_out in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/libraries/joomla/html/html/grid.php on line 102
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 47
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 48
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 49
Notice: Undefined property: stdClass::$checked_out in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/libraries/joomla/html/html/grid.php on line 102
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 47
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 48
Notice: Undefined property: stdClass::$published in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/administrator/components/com_jooglemaps/admin.jooglemaps.html.php on line 49
Notice: Undefined property: stdClass::$checked_out in /var/www/vhosts/xxxxxxxxxxxxx/subdomains/social/httpdocs/libraries/joomla/html/html/grid.php on line 102[/code:1]
line 47,48 49 and 50
[code:1] $img = $row->published ? 'tick.png' : 'publish_x.png';
$task = $row->published ? 'unpublish' : 'publish';
$alt = $row->published ? 'Published' : 'Unpublished';
$checked = mosCommonHTML::CheckedOutProcessing( $row, $i );[/code:1]