Jon W
Well-known member
This error is because you have duplicate markers on a single map. You need to delete those duplicate markers before upgrading.Board is still down. Disabling the addon does nothing :/
Any help would be appreciated.
Thanks.
This error is because you have duplicate markers on a single map. You need to delete those duplicate markers before upgrading.Board is still down. Disabling the addon does nothing :/
Any help would be appreciated.
Thanks.
This error is because you have duplicate markers on a single map. You need to delete those duplicate markers before upgrading.
Duplicate markers will no longer be allowed after this update so it won't happen again.How do I find the duplicate markers? Or is there a way to prevent this happening again?
Duplicate markers will no longer be allowed after this update so it won't happen again.
How many hotspots do you have? Are you still able to edit them without running the update or does it error? You might want to try reuploading the old files if it errors.
This SQL query will help you identify duplicate entries:I would say near 200 already. I can not view the map to see which hotspots share the same location. I have reuploaded the old files, the forum is back online, but the hotspots no longer load. I can access them through the admin panel though.
SELECT * FROM xf_hotspot
WHERE (node_id, lat, lng) IN
(SELECT node_id, lat, lng FROM xf_hotspot GROUP BY node_id, lat, lng HAVING COUNT(*) > 1)
Remove the general permission to view hotspots from user/user group permissions.Hi Jon, how do I remove the Hotspots entry from the main menu please?
No, that is just the way that XenForo works unfortunately.
Probably I should just replace that whole page with an error saying that you must create at least one Hotspot Category first.
Admin CP -> Applications -> Hotspots -> Create New CategorySorry for appearing stupid but how do I get past this error? I can't see how, or where to create a category as the drop down is empty.
Not at all. I'm just rubbish at writing instructions!Thanks, I do appear stupid don't I!
![]()
A fantastic bit of kit that is priceless for our group. Random question time though, is it possible to change the colour of the tab font so that it stands out from the rest. Currently the default colour is blue but I think it may be possible to change the individual colour for this add on?
.navTabs .navTab.PopupClosed.hotspots .navLink {
background-color: red;
}
Have you updated to the latest version? I think I have already fixed this.@Waindigo
When deleting a map node, I get this error:
Code:Fatal error: Call to undefined method Waindigo_Hotspots_DataWriter_Map::_get() in /home/cosmos/public_html/library/Waindigo/Hotspots/DataWriter/Map.php on line 159
Yessir; shows 1.06bHave you updated to the latest version? I think I have already fixed this.
Bug fixes:
- Fixes bug that unable to delete map.
We use essential cookies to make this site work, and optional cookies to enhance your experience.