

Code: Select all
General Error
SQL ERROR [ mysqli ]
Column 'user_id' cannot be null [1048]
SQL
INSERT INTO phpbbgm_usermap_users (user_id, username, user_colour, user_lat, user_lng, user_land, user_plz, user_location, user_change_plz, user_change_coord) VALUES (NULL, NULL, '000000', 47.65, -2.0833333, 'FR', '35600', 'Redon', 0, 0)
ext/mot/usermap
and upload the the directory usermap
into ext/mot
using a reliable FTP software after unzipping it from the downloaded zip file. After enabling it again (DO NOT delete the extensions data) everything should work again.Unless you have some other changes then all 3.2.x versions use theMike-on-Tour wrote: ↑Wed Sep 02, 2020 11:01 amhas been changed to the usage of the "$language" object thus making Usermap starting with this version incompatible with phpBB 3.2.5 or prior
$language
object (viewtopic.php?f=461&t=2349131).that may not always work. i used to have a provider that showed my location 3 hours away from where i actually lived. even got asked why my IP showed i was from a different town so far away. it was satellite internet which was all i could get at that time and it absolutely sucked with a 7 second lag all the timethecaretaker1 wrote: ↑Wed Sep 16, 2020 7:53 amI could then check their claimed location on the map against their IP address/Internet provider
Not yet, the changes in ver. 0.8.0 do not have an impact on the language files.
Do I understand that correctly as that you want all your users to see the map with users' locations even if they don't provide their own location? That should certainly be possible, I'll think about it for the next version.thecaretaker1 wrote: ↑Wed Sep 16, 2020 7:53 amI guess there would be no reason why all users couldn't see the link.
Hi, I don't think I explain it correctly, I can already check a users ip address (and I do for newly registered users), so to have the ability to see where the newly registered users postcode location is on the map (if they provided it) would just be another check for genuine users for me.Mike-on-Tour wrote: ↑Thu Sep 17, 2020 9:10 amNot yet, the changes in ver. 0.8.0 do not have an impact on the language files.
Do I understand that correctly as that you want all your users to see the map with users' locations even if they don't provide their own location? That should certainly be possible, I'll think about it for the next version.thecaretaker1 wrote: ↑Wed Sep 16, 2020 7:53 amI guess there would be no reason why all users couldn't see the link.
A link to check the IP(-location) against the given location is much more difficult and frankly, I can't see the benefit, since the IP only gives the provider's address and in my experience (we do it the same way with our MC forum) it is very unreliable to check the first against the second since providers sometimes cover huge areas or users use company or scientific networks which are a totally different thing.
And it would be a lot of work which I lack the time for at the moment.