friendica (DFRN) - Link to source

!Friendica Support
Hi there

With Friendica 'Interrupted Fern' 2025.02-dev - 1576 I am getting an error with worker.php - job is killed

php bin/console.php worker

Deprecated: mb_convert_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities, or mb_encode_numericentity/mb_decode_numericentity instead in /home/user/public_html/domain.tld/src/Content/Text/HTML.php on line 164
Killed

Friendica Support reshared this.

in reply to Hiker

@Hiker Yes, but we keep talking about deprecation which has nothing to do with it. The process kill is likely done because of an Out-of-Memory issue that's below the memory limit you set for executing PHP scripts, so it feels like an environment issue we can possibly help you figure out, but it's trickier as it doesn't look like it's directly related with the PHP code.