Doesn't fix error from darkfox, that might be caused by a long prefix...? as the column names are max 12 chars.
composer update fof/geoip
@datitisev there is an error that breaks Flarum discussions:
maicol07 Thanks, I'll look into it. 0.1.2 also doesn't seem to have fully fixed the bugs thrown when retrieving ips from services, so I'll have to rewrite that system a tad bit.
datitisev issue fixed!
I have error when i try to enable this extension
I made the following changes i config file:
'charset' => 'utf8mb4', 'collation' => 'utf8mb4_unicode_ci',
to
'charset' => 'utf8', 'collation' => 'utf8_unicode_ci',
and now it works ok!
Nimren This is not a fully recommended suggestion as it will break support for some Unicode such as emoji and flag codes.
tankerkiller125 I only did this to install extension, after that I went back to the default 😀
Missing a translation key:
Littlegolden FriendsOfFlarum does not provide translations other than English. You should report this to the maintainer of the language pack you are using. Unless it also happens in English ?
zip
composer update fof/geoip php flarum cache:clear
clarkwinkelmann yes,in english also.
Littlegolden Ah, I see the issue. No service is chosen, therefore the description is for a nonexistent service instead of being hidden. Thanks for the report!
datitisev What does this error mean?
Littlegolden it means that merging and reordering post numbers failed - it's a known issue and one hard to tackle, but we may have a solution for it soon.
datitisev are you sure it's related? 🤔 this is the GeoIP extension
matteocontrini So this is not a problem with the geoip extension? I saw that the ip in the error message so I was thought it is related to geoip. . .
matteocontrini Littlegolden Oh wow, I instantly assumed it was a merge discussions error, apologies. Uh, this sometimes happens because reasons and I need to fix it - make sure you are updated to the latest version tho, some instances of the error were solved already I think.
Version -> fof-geoip/v0.1.5
When posting, the bottom left corner will prompt an error, but the post has already been posted.