
What did you do before this error occurred? And did it happen only once?
All other functions do work properly?
Well I didn't actually do anything, I just activated the extension and registered on the page as the instructions indicate.Mike-on-Tour wrote: ↑Thu May 14, 2020 9:28 pmHm, that is weird, the line numbers don't match with my original file 'main_listener.php'.![]()
What did you do before this error occurred? And did it happen only once?
All other functions do work properly?
Mike-on-Tour wrote: ↑Thu May 14, 2020 9:47 pmI have just tried this request in my browser, it seems that you haven't enabled your account for the free web service, please refer to the explanation for the Geonames user in the ACP.
Dr.Death wrote: ↑Sat May 16, 2020 10:56 amTake a look here:
https://www.geonames.org/postal-codes/
If the country is not listed, it will not work.
Maybe the Extension Author should remove the not listet countries.
User Map
can only work with Geo Location (GPS coordinates) IMHO.Thanks a lot, Jorge (Thumb up!)Jorup16 wrote: ↑Sat May 16, 2020 4:36 pmSpanish Translation:
https://www.solidfiles.com/v/LwnpD3KAXLDkA
Geonames.org provides the coordinates for the country code / postal code combination, sadly not for every country in the world.
Geocoding is the process of converting addresses (like a street address) into geographic coordinates (like latitude and longitude), which you can use to place markers on a map, or position the map.
Code: Select all
General Error
SQL ERROR [ mysqli ]
Unknown column 'pf.pf_phpbb_location' in 'field list' [1054]
SQL
SELECT u.user_id, u.username, u.user_colour, pf.pf_phpbb_location, pf.pf_mot_zip, pf.pf_mot_land FROM phpbb_profile_fields_data AS pf INNER JOIN phpbb_users AS u ON pf.user_id = u.user_id WHERE u.user_id = 2
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 1023
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysqli.php
LINE: 195
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 345
CALL: phpbb\db\driver\mysqli->sql_query()
FILE: [ROOT]/ext/mot/usermap/event/main_listener.php
LINE: 391
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/mot/usermap/event/main_listener.php
LINE: 259
CALL: mot\usermap\event\main_listener->process_user_profile_data()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 214
CALL: mot\usermap\event\main_listener->ucp_profile_info_modify_sql_ary()
FILE: [ROOT]/vendor/symfony/event-dispatcher/EventDispatcher.php
LINE: 44
CALL: Symfony\Component\EventDispatcher\EventDispatcher->doDispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 62
CALL: Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
FILE: [ROOT]/phpbb/event/dispatcher.php
LINE: 46
CALL: phpbb\event\dispatcher->dispatch()
FILE: [ROOT]/includes/ucp/ucp_profile.php
LINE: 399
CALL: phpbb\event\dispatcher->trigger_event()
FILE: [ROOT]/includes/functions_module.php
LINE: 676
CALL: ucp_profile->main()
FILE: [ROOT]/ucp.php
LINE: 407
CALL: p_master->load_active()