- 🇺🇸United States smustgrave
With D7 EOL soon going to help triage this issue queue and close out stale D7 tickets. If still a feature or bug on 5.0.x please re-open under that
In hook_boot() in line number 230 and 238, the user object is supposed to have data index.
$country_code = $user->data['country_iso_code_2'];
But this 'country_iso_code_2' is set from some other module 'ip2country'. So, this module needs a dependency of 'ip2country'. And for anonymous user, user object doesn't have 'country_iso_code_2' value. So, in that case country code needs to be calculated from the given ip address.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
With D7 EOL soon going to help triage this issue queue and close out stale D7 tickets. If still a feature or bug on 5.0.x please re-open under that