- 🇭🇺Hungary danyg Budapest
Thanks for the patch, I can confirm that errors have gone after applying the patch. Set to RTBC.
When I display a view with location fields on PHP 8, I get several errors:
Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in location_handler_field_location_country->render() (line 42 of /var/www/drupal/sites/all/modules/contrib/location/handlers/location_handler_field_location_country.inc).
Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in location_standardize_country_code() (line 670 of /var/www/drupal/sites/all/modules/contrib/location/location.inc).
Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in location_province_name() (line 627 of /var/www/drupal/sites/all/modules/contrib/location/location.inc).
Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in location_handler_field_location_country->render() (line 42 of /var/www/drupal/sites/all/modules/contrib/location/handlers/location_handler_field_location_country.inc).
Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in location_standardize_country_code() (line 670 of /var/www/drupal/sites/all/modules/contrib/location/location.inc).
Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in location_province_name() (line 627 of /var/www/drupal/sites/all/modules/contrib/location/location.inc).
Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in location_handler_field_location_country->render() (line 42 of /var/www/drupal/sites/all/modules/contrib/location/handlers/location_handler_field_location_country.inc).
Deprecated function: trim(): Passing null to parameter #1 ($string) of type string is deprecated in location_standardize_country_code() (line 670 of /var/www/drupal/sites/all/modules/contrib/location/location.inc).
Deprecated function: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in location_province_name() (line 627 of /var/www/drupal/sites/all/modules/contrib/location/location.inc).
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Thanks for the patch, I can confirm that errors have gone after applying the patch. Set to RTBC.