Totaly garbage works like a Virus onces activated WHITE SCREEN OF DEATH.
Delete this.
]]>]]>Hello,
I’ve added the fields Location, Latitude,Longitude and Info to the profile, I fill them with address and lat/lng but the markers doesn’t appear in the maps, what I’m missing?, thank you.
is this plugin abandoned or support will be continued? at the moment it doesn t work..:(
]]>Fatal error when you try to activate the plugin
buddypress-maps/bp-maps.php on line 594
Developers are nowhere to be found….
It would it nice if this plugin works. The buddy press classifieds rely on it to work if you would like to have maps in your listings.
Fatal error: Class ‘BP_Group_Extension’ not found in *PATH*wp-content\plugins\buddypress-maps\bp-maps-groups-maps.php on line 56
Stops WordPress from working
]]>Fatal error: Class ‘BP_Group_Extension’ not found in *PATH*wp-content\plugins\buddypress-maps\bp-maps-groups-maps.php on line 56
Stops WordPress from working
]]>installed & activated, site down with error message about plugin file missing. Thankfully site fixed once plugin folder deleted.
]]>Fatal error: fatal flex scanner internal error–end of buffer missed in (..)/wp-content/plugins/buddypress-maps/bp-maps.php on line 594
]]>After installation, the dashboard become unavailaible…
I am using wordpress 3.2.1 with buddypress 1.5.1.
Thanks in advance,
Julien
]]><!--BP-MAPS #map_profile INIT|START-->
var bp_maps_messages=new Object();
bp_maps_messages['error_geocode']='Geocode was not successful for the following reason:';
bp_maps_messages['error_notitle']='Please enter a title before saving';
bp_maps_messages['error_nodesc']='Please enter a description before saving';
var map_profile_map;
var map_profile_Options;
var map_profile_GroupOptions=new Array();
var map_profile_is_init;
var map_profile_groups=new Array();
function bp_maps_map_profile_init(){
map_profile_is_init=true;
map_profile_Options = {
center : new google.maps.LatLng(38.7746,-77.0720),
zoom :8,
mapTypeControlOptions : {style: google.maps.MapTypeControlStyle.DEFAULT},
navigationControlOptions : {style: google.maps.NavigationControlStyle.DEFAULT},
mapTypeId : google.maps.MapTypeId.ROADMAP
};
map_profile_map = new google.maps.Map(document.getElementById('map_profile_content'), map_profile_Options);
<!--group #0|START-->
var map_profile_group0=new Array();
map_profile_GroupOptions0 = {
markers_max : 1,
type : 'member_profile'
};
map_profile_GroupOptions.push(map_profile_GroupOptions0);
<!--marker #1|START-->
map_profile_marker_1= new Object();
map_profile_marker_1['ID']='1';
map_profile_marker_1['type']='member_profile';
map_profile_marker_1['marker']=new google.maps.Marker({position : new google.maps.LatLng(34.0533389065,-118.242751272),map : map_profile_map});
map_profile_group0.push(map_profile_marker_1);
<!--marker #1|END-->
map_profile_groups.push(map_profile_group0);
<!--group #0|END-->
};
<!--BP-MAPS #map_profile INIT|END-->
Above is the code as it appears from the source.
It doesn’t display a map on the site.
]]>This is what I get when installing this plugin:
Plugin could not be activated because it triggered a fatal error.
Fatal error: fatal flex scanner internal error--end of buffer missed in /home/content/42/7851942/html/wp-content/plugins/buddypress-maps/bp-maps.php on line 594
I believe that this is all related to the way profile slugs are now handled by BP 1.2.8. A lot of other plugins that change the profile also break in a similar way.
]]>A DB error occurs with this plugin:
WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘WHERE id = 2’ at line 1 for query SELECT * FROM WHERE id = 2 made by require_once, require_once, require_once, do_action, call_user_func_array, bp_maps_setup_globals, do_action, call_user_func_array, bp_maps_profile_init, bp_maps_profile_is_enabled, bp_maps_profile_is_setup, bp_maps_profile_get_group_id, BP_XProfile_Group->bp_xprofile_gr
]]>In my setup WordPress 3.0 / latest Buddypress / Cosmicbuddy theme an error occurred in showing individual groups:
BP_Group_Extension::widget_display() must be over-ridden in a sub-class.
Added in bp-maps-groups-maps.php the empty function widget_display() and error solved…
The BP_Group_Extension API requires this function to be overridden in the subclass. Please use this in next version.
]]>Fatal error: fatal flex scanner internal error–end of buffer missed in wp-content/plugins/buddypress-maps/bp-maps.php on line 594
WP 3.0.1
BP 1.2.5.2
Hi!
I’m using WP 3.0.1 multi-site with Buddypress 1.2.5.2.
First of all, the plugin have a minor bug to be fixed:
at line 594 of bp-maps.php must be closed the comments adding a / at the end of the line.
Second, I had a php warning with file_get_contents in bp-maps-profile-batch-locate.php at line 48. It seems to be a problem with hosting providers and what they allow in php.ini. I get around using cURL (curl_get_contents) and it works.
Finally the plugin works but with at least three bugs:
1. reported at https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-maps/?topic_page=1&num=15#post-39374
Everytime I edit the profile the link send me to the top of the page and do nothing.
May be a javascript problem?
2. reported at https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-maps/?topic_page=3&num=15#post-53565
Sometimes i’ve Warning: Invalid argument supplied for foreach() in /wp-content/plugins/buddypress-maps/bp-maps-templatetags.php on line 210.
3. reported at https://buddypress.org/community/groups/creating-extending/forum/topic/buddypress-maps/?topic_page=3&num=15#post-55594
Basically the plugin try to search the location with the xprofile-fields provided, but it don’t find anything so suggest to use the markers. Due to the 1. problem i cannot create a new marker. Also i cannot edit the map pointing a marker on it.
As I can see there was a sort of support forum at the developer site that no more exist, so maybe someone have had these problems yet…
Any help would be appreciated ??