Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
tolik777 Posted September 11, 2016 Posted September 11, 2016 Hi! I have 100k member. And when I swich on member map I can't edit members in AdminCP. I have timeout 502 errror. I use nginx and PHP-FPM wite request_timeout 30s (both for PHP7 and NGINX). My IPB version is 4.1.x (last) On screen shot you can see PHP Slow Log. This error I get only when plugin "Member Map" is on.
Martin A. Posted September 11, 2016 Author Posted September 11, 2016 24 minutes ago, tolik777 said: Hi! I have 100k member. And when I swich on member map I can't edit members in AdminCP. I have timeout 502 errror. I use nginx and PHP-FPM wite request_timeout 30s (both for PHP7 and NGINX). My IPB version is 4.1.x (last) On screen shot you can see PHP Slow Log. This error I get only when plugin "Member Map" is on. That is a known error caused by the "profile synchronization". tolik777 1
jimkeypro Posted September 11, 2016 Posted September 11, 2016 Some time ago the dev was good enough to produce a mod of this plugin that displayed the members signature in the pop-up on the map. I've just upgraded to 4.x, is there a way to do the same thing now ?
Joel R Posted September 11, 2016 Posted September 11, 2016 Thanks for the update and continued maintenance. Martin A. 1
ThomasS Posted September 12, 2016 Posted September 12, 2016 20 hours ago, Joel R said: Thanks for the update and continued maintenance. 2nd that! Thanks for your effort. I'd just like to bump my feature request: Could you look into a search feature to search users/markers on the map? This would be highly appreciated by my community and I think others would also benefit from it... would be cool, if it's not a big deal :] Martin A. 1
abetts Posted September 13, 2016 Posted September 13, 2016 The map page won't load on my site, any ideas what's wrong please? On 3.1.4... https://www.thelotusforums.com/forums/membermap/
Martin A. Posted September 14, 2016 Author Posted September 14, 2016 18 hours ago, abetts said: The map page won't load on my site, any ideas what's wrong please? On 3.1.4... https://www.thelotusforums.com/forums/membermap/ It is loading, it's just leaking memory like crazy. Consuming 1.2GB and all my CPU. Did this happen after the update? Can you enable marker clustering to see if that helps a bit? Did you have all those ad services when the map was working? Personally I think it's a combination of the huge amount of markers, no clustering, and ad services wanting to process the info from all those markers.
abetts Posted September 14, 2016 Posted September 14, 2016 (edited) Clustering has done the trick, thanks! The ads were always there, logged in members see a lot less. I don't know why but it's showing 2,100 odd members in Hong Kong and we don't have that many plus a cluster of a similar size all in 1 location in Surrey! Edited September 14, 2016 by abetts
Martin A. Posted September 14, 2016 Author Posted September 14, 2016 17 minutes ago, abetts said: Clustering has done the trick, thanks! The ads were always there, logged in members see a lot less. I don't know why but it's showing 2,100 odd members in Hong Kong and we don't have that many plus a cluster of a similar size all in 1 location in Surrey! It's these two members that have all the markers in HK and Surrey: https://www.thelotusforums.com/forums/profile/15743-nordschleife666/ & https://www.thelotusforums.com/forums/profile/22262-steve4012/ I'm not on my dev computer right now, but I'll get a DB query you can run to get rid of those markers later tonight. abetts 1
Martin A. Posted September 14, 2016 Author Posted September 14, 2016 9 hours ago, abetts said: Brilliant, thank you Here you go: DELETE FROM `membermap_markers` WHERE marker_member_id IN( 21486, 22262, 15743 ) After that you'll need to rebuild the cache, which you can do through the "Admin Tools" menu on the map. I have no idea how this happened, and if you see this happening again, please let me know.
abetts Posted September 14, 2016 Posted September 14, 2016 Worked a treat, thanks. I did have a few more but used that query to get rid of them too. Martin A. 1
Peter Drinkwater Posted September 17, 2016 Posted September 17, 2016 Martin, On the Main Map page where the link for "Browse Locations" is located, my members are having a difficult time seeing this. Is there a CSS way to change this from .ipsButton_link to .ipsButton_important specific to only this page? Or if not by CSS, another way to do it? Thanks
Joel R Posted September 17, 2016 Posted September 17, 2016 (edited) Language string in the activity stream: Showing status updates, news, profiles, updates, topics, files, Members_pl_lc and markers I have not read. Edited September 17, 2016 by Joel R
Martin A. Posted September 18, 2016 Author Posted September 18, 2016 11 hours ago, Peter Drinkwater said: Martin, On the Main Map page where the link for "Browse Locations" is located, my members are having a difficult time seeing this. Is there a CSS way to change this from .ipsButton_link to .ipsButton_important specific to only this page? Or if not by CSS, another way to do it? Thanks Edit the template 'showMap' in membermap > front > map. Replace 'ipsButton_link' with any of the following: 11 hours ago, Joel R said: Language string in the activity stream: Showing status updates, news, profiles, updates, topics, files, Members_pl_lc and markers I have not read. If it's "member_pl_lc" you're on about, that's not related to Member Map.
Peter Drinkwater Posted September 18, 2016 Posted September 18, 2016 3 hours ago, Martin A. said: Edit the template 'showMap' in membermap > front > map. Replace 'ipsButton_link' with any of the following: Thanks Martin. That worked. Martin A. 1
Bill Edwards Posted September 23, 2016 Posted September 23, 2016 (edited) I can see all members when I look at the map. One member can only see himself. I have logged into his account through the ACP and can see all members. However he has tried two different computers and two different browsers. Any idea why he can't see other members?? Many thanks Bill I think we've worked it out. The member is accessing the map from his profile and only seeing his own marker. Edited September 23, 2016 by Bill Edwards
Martin A. Posted September 24, 2016 Author Posted September 24, 2016 On 23.9.2016 at 1:18 AM, ram108 said: How to remove this App from a forum? The same way you remove any other applications. ACP > Applications
jair101 Posted September 24, 2016 Posted September 24, 2016 Great app, on first look there are no issues on my dev forum. Just a couple of suggestions from me. I will use the app as more or less live tracker of members, i.e. they will update the location often when they travel around the world. It would be great if there is a widget or something to show "members closest to you" or "who was in your region in the last 24h". This could create meet ups between members, which will strongly increase the social aspect of any community. Shouldn't be that hard to calculate mathematically knowing the coordinates, I can do the math part, but I am close to zero at developing. My second suggestion is if the location can be updated automatically, by either using GPS or IP address or something like this. It won't be involuntary, just instead of typing the location you can click a button to acquire it from gps. Anyway, regardless if you take this into consideration or not, thumbs up for the great work. Its been a while since I've been inspired about the potential of an app for my community.
ram108 Posted September 24, 2016 Posted September 24, 2016 (edited) 9 hours ago, Martin A. said: The same way you remove any other applications. ACP > Applications It is deactivate an App only, but the files are still there. Is any way to remove an App totally? Edited September 24, 2016 by ram108
Martin A. Posted September 24, 2016 Author Posted September 24, 2016 2 hours ago, ram108 said: It is deactivate an App only, but the files are still there. Is any way to remove an App totally? Delete /applications/membermap/. 5 hours ago, jair101 said: Great app, on first look there are no issues on my dev forum. Just a couple of suggestions from me. I will use the app as more or less live tracker of members, i.e. they will update the location often when they travel around the world. It would be great if there is a widget or something to show "members closest to you" or "who was in your region in the last 24h". This could create meet ups between members, which will strongly increase the social aspect of any community. Shouldn't be that hard to calculate mathematically knowing the coordinates, I can do the math part, but I am close to zero at developing. This should be doable. 5 hours ago, jair101 said: My second suggestion is if the location can be updated automatically, by either using GPS or IP address or something like this. It won't be involuntary, just instead of typing the location you can click a button to acquire it from gps. Anyway, regardless if you take this into consideration or not, thumbs up for the great work. Its been a while since I've been inspired about the potential of an app for my community. You should see an option to use geolocation when adding/updating your marker, unless your using Chrome and not on a secure connection. jair101 and ram108 2
Peter Drinkwater Posted September 25, 2016 Posted September 25, 2016 I'm getting the following EX0 error on occasion when selecting Online Users. UnderflowException: lang_not_exists__membermap_group_2 (0) #0 /home/findagra/public_html/system/Session/Front.php(452): IPS\_Lang->get('membermap_group...') #1 /home/findagra/public_html/applications/core/modules/front/online/online.php(90): IPS\Session\_Front::getLocation(Array) #2 [internal function]: IPS\core\modules\front\online\_online->IPS\core\modules\front\online\{closure}('loc_membermap_v...', Array) #3 /home/findagra/public_html/system/Helpers/Table/Db.php(390): call_user_func(Object(Closure), 'loc_membermap_v...', Array) #4 /home/findagra/public_html/system/Helpers/Table/Table.php(448): IPS\Helpers\Table\_Db->getRows(Array) #5 /home/findagra/public_html/applications/core/modules/front/online/online.php(155): IPS\Helpers\Table\_Table->__toString() #6 /home/findagra/public_html/system/Dispatcher/Controller.php(96): IPS\core\modules\front\online\_online->manage() #7 /home/findagra/public_html/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute() #8 /home/findagra/public_html/index.php(13): IPS\_Dispatcher->run() #9 {main}
Martin A. Posted September 25, 2016 Author Posted September 25, 2016 5 minutes ago, Peter Drinkwater said: I'm getting the following EX0 error on occasion when selecting Online Users. UnderflowException: lang_not_exists__membermap_group_2 (0) #0 /home/findagra/public_html/system/Session/Front.php(452): IPS\_Lang->get('membermap_group...') #1 /home/findagra/public_html/applications/core/modules/front/online/online.php(90): IPS\Session\_Front::getLocation(Array) #2 [internal function]: IPS\core\modules\front\online\_online->IPS\core\modules\front\online\{closure}('loc_membermap_v...', Array) #3 /home/findagra/public_html/system/Helpers/Table/Db.php(390): call_user_func(Object(Closure), 'loc_membermap_v...', Array) #4 /home/findagra/public_html/system/Helpers/Table/Table.php(448): IPS\Helpers\Table\_Db->getRows(Array) #5 /home/findagra/public_html/applications/core/modules/front/online/online.php(155): IPS\Helpers\Table\_Table->__toString() #6 /home/findagra/public_html/system/Dispatcher/Controller.php(96): IPS\core\modules\front\online\_online->manage() #7 /home/findagra/public_html/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute() #8 /home/findagra/public_html/index.php(13): IPS\_Dispatcher->run() #9 {main} Confirmed, and fixed (in the next release). Will happen whenever one of your members are browsing the marker groups.
bradl Posted September 25, 2016 Posted September 25, 2016 (edited) I must be forgetting/omitting a permission setting somewhere or perhaps I'm missing how it it meant to work. I would like guests to see one set of custom markers (Show Venues) but not the members' markers. This seems to work as expected for 'browsing' the marker tables but not on the map itself. Application Settings Member Map → guests (checked) Marker Groups → guests (checked) Marker Groups Members → guests (See Group, View Markers, Add Markers = unchecked) Show Venues → guests (See Group = checked, View Markers, Add Markers = checked) Group Permissions → guests → Member Map (See Group, View Markers, Add Markers = unchecked) Browsing groups works as expected. However the map itself still displays both members and custom markers with popups including name of member. Clicking the profile link on a member marker brings up the appropriate 'The page you are trying to access is not available to guests, but may be available if you sign in' message. I've reset the server cache via the map admin menu as well as flushing the site cache using the System Support tool. Pointers to what I'm overlooking appreciated. Edited September 25, 2016 by bradl double-checked group permissions as well
Recommended Posts