Zum Inhalt der Seite gehen


error 500 and nothing in the logs :-(


Friendica Support hat dies geteilt.

Unbekannter Ursprungsbeitrag

Matthias Moritz

@Peter Schlager

I this helpful?

Friendica Support hat dies geteilt.

Als Antwort auf Matthias Moritz

@Peter Schlager after restarting php this error is gone. But still have just a blank start page and no info in the logs 🙁
any other ideas how to debug this?

Friendica Support hat dies geteilt.

Als Antwort auf Matthias Moritz

did you set system.url and config.hostname in your config/local.config.php ? There's a new exception if this entries are missing

Friendica Support hat dies geteilt.

Als Antwort auf Matthias Moritz

hmm .. what happened if you execute a command, like php bin/console.php config system url

Friendica Support hat dies geteilt.

Als Antwort auf Philipp Holzer

@Philipp Holzer @Peter Schlager
[punkrock@libra html]$ php bin/console.php config system url
system.url => s:48:"s:40:"s:32:"https://punkrock-underground.com";";";

Friendica Support hat dies geteilt.

Als Antwort auf Matthias Moritz

OK this doesn't look right! it seems like it's tripple serialized

  • s:48 ..
  • s:40 ..
  • S:32 ..


Can you echo the following SQL command in your Friendica namespace:
SELECT `v` FROM `config` WHERE `cat` = "system" AND `k` = "url"

And can you check if there're more "multi-serialized" entries in the Database?
There has to be just one prefix like s:48 (for string) or a:2 (for array) or similar prefix for each value.

Dieser Beitrag wurde bearbeitet. (1 Jahr her)

Friendica Support hat dies geteilt.

Unbekannter Ursprungsbeitrag

Matthias Moritz
@Roland Häder @Philipp Holzer Ok, I checkt this and yes, there are triple serialized values for nearly all configurations.

Friendica Support hat dies geteilt.

Als Antwort auf Matthias Moritz

@Roland Häder @Philipp Holzer
all int, bool, strings were affected of this. it was double, triple or even 4 times serialized.
I did now a manual cleanup for 200 lines in the db and WOW, the instance is online 😀
Thank you for the support.

github.com/friendica/friendica…

Friendica Support hat dies geteilt.