User map [Deleted]

ah right, so it's not the location as such.

Are there any errors in the server log? Or anything in the browser console?
 
Ah, think I found the bug. It's the old one that slipped back in.....
But a different spot?
Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Access level to WatchOnReg_DataWriter_User::_postSave() must be public (as in class Crispin_UserMap_DataWriter_User) - library/WatchOnReg/DataWriter/User.php:0
Generated By: Unknown Account, Today at 19:06
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
https://xenforo.com/community/resources/automatic-watch-thread-and-watch-forum-on-registration.2022/
 
Can we use route filters ( /admin.php?route-filters/ ) to utilise alternative URL's? Eg. /members/map from /usermap
 
But a different spot?
Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Access level to WatchOnReg_DataWriter_User::_postSave() must be public (as in class Crispin_UserMap_DataWriter_User) - library/WatchOnReg/DataWriter/User.php:0
Generated By: Unknown Account, Today at 19:06
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
https://xenforo.com/community/resources/automatic-watch-thread-and-watch-forum-on-registration.2022/

This is fixed now. A bug crept back in. Mouth is now happy it works :)
 
Can someone tell me how to get all the existing users to show up? For some reason this did not happen automatically. Rebuilding user cache did not do it. I edited my own location and it shows up. New registrations show up. But no other users at all.
 
I think I figured out why they are not showing up. There is a "map location" field for this addon that is completely separate from the default "location" field, so none of those are populated...

It shows up on the registration screen also, like a duplicate field. (confusing)

I also have Autocomplete installed, not that it matters....

signup.webp
 
Can someone tell me how to get all the existing users to show up? For some reason this did not happen automatically. Rebuilding user cache did not do it. I edited my own location and it shows up. New registrations show up. But no other users at all.
See the FAQ https://xenforo.com/community/resources/user-map.5188/field?field=faq


I think I figured out why they are not showing up. There is a "map location" field for this addon that is completely separate from the default "location" field, so none of those are populated...

It shows up on the registration screen also, like a duplicate field. (confusing)
It was explained in the description but is now clearer in the FAQ
https://xenforo.com/community/resources/user-map.5188/field?field=faq
 
Doing a mass-update will use the default location field if the Map Location field is blank.
Does it copy Location value into Map Location field?
I ran this, but saw no additional pins or heatmap count added to the map. Is there anything else needed other than just running /usermap?massupdate ?
 
Top Bottom