Account created on 6 March 2009, about 16 years ago
#

Recent comments

🇳🇱Netherlands helmo

Both !81 and !82 solve the issue for me.

🇳🇱Netherlands helmo

The < and > chars are the problem here.

A workaround is adding this line:
$this->address = trim(str_replace(["<", ">"], '', $address));

Still not sure where these are added though, the users_field_data db tables does not contain them.

🇳🇱Netherlands helmo

More people seem to have this issue with the used embed/embed php module.

I found a fix in https://github.com/oscarotero/Embed/issues/520

The file to patch is vendor/embed/embed/src/Http/Crawler.php

🇳🇱Netherlands helmo

Here's an updated patch for Drupal 7.100.

It bumps the update hook number since core also added `system_update_7087`

Production build 0.71.5 2024