friendica (DFRN) - Link to source

Update to current version of friendica


!Friendica Developers
I am in need of dummy proof instructions to upgrade my friendica server to the current version, I am currently on
This is Friendica, version 2026.04-rc that is running at the web location talkerhub.com. The database version is 1595/1595, the post update version is 1506/1550. which has some Deprecated error messages

Keith

Friendica Developers reshared this.

in reply to Keith

Asuming that you are using git (as you are on the RC branch):

git pull
git checkout stable
bin/composer.phar run install:prod
git log

The git log should show you as last entry "hopefully fix releaser step of woodpecker" and before that "bump version 2026.05". (you can exit the history listing with "q" most likely). If the log does not have these entries at the top, then you need to do a git pull again I guess.

developers@forum.friendi.ca


I get these errors in the Latest Activity and Latest Post

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /var/www/html/src/Module/Conversation/Network.php on line 170

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /var/www/html/src/Content/Widget.php on line 611

Deprecated: json_decode(): Passing null to parameter #1 ($json) of type string is deprecated in /var/www/html/src/Module/Conversation/Network.php on line 349

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/src/Module/Conversation/Network.php:170) in /var/www/html/src/App/Page.php on line 524

Thanks in advance

#1
⇧