Post Ai2Zox6w8vsMSUxTEW by matthias@anonsys.net
 (DIR) More posts by matthias@anonsys.net
 (DIR) Post #AhyF951TYqx17RJvo8 by matthias@anonsys.net
       2023-02-16T09:03:36Z
       
       0 likes, 0 repeats
       
       @roland @nupplaphil Ok, I checkt this and yes, there are triple serialized values for nearly all configurations.
       
 (DIR) Post #AhyF96Uw4o6th66yMi by matthias@anonsys.net
       2023-02-16T09:33:17Z
       
       0 likes, 0 repeats
       
       @roland @nupplaphilall 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…
       
 (DIR) Post #AhyF97aI2NzH3zclLk by nupplaphil@friendica.philipp.info
       2023-02-19T12:04:22Z
       
       0 likes, 0 repeats
       
       @matthias - The corresponding fix: github.com/friendica/friendica…@roland  - I introduced an auto-fix for multi-serialized values :-)
       
 (DIR) Post #Ai2Zos4GtPlyomflsu by matthias@anonsys.net
       2023-02-15T07:41:56Z
       
       0 likes, 0 repeats
       
       @pete I this helpful?
       
 (DIR) Post #Ai2ZotKGDS9mifA3Rg by matthias@anonsys.net
       2023-02-15T18:40:21Z
       
       0 likes, 0 repeats
       
       @pete 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?
       
 (DIR) Post #Ai2ZouWLlzQCQRpDvc by nupplaphil@friendica.philipp.info
       2023-02-15T18:43:53Z
       
       0 likes, 0 repeats
       
       did you set system.url and config.hostname in your config/local.config.php ? There's a new exception if this entries are missing
       
 (DIR) Post #Ai2ZovQ0R3wPD3rfg8 by matthias@anonsys.net
       2023-02-15T18:51:16Z
       
       0 likes, 0 repeats
       
       @nupplaphil @pete yes.
       
 (DIR) Post #Ai2ZowOcngQkF4E5AG by nupplaphil@friendica.philipp.info
       2023-02-15T19:02:24Z
       
       0 likes, 0 repeats
       
       hmm .. what happened if you execute a command, like php bin/console.php config system url
       
 (DIR) Post #Ai2Zox6w8vsMSUxTEW by matthias@anonsys.net
       2023-02-15T19:04:51Z
       
       0 likes, 0 repeats
       
       @nupplaphil @pete[punkrock@libra html]$ php bin/console.php config system urlsystem.url => s:48:"s:40:"s:32:"https://punkrock-underground.com";";";
       
 (DIR) Post #Ai2Zoxwh2VHB31AnuC by nupplaphil@friendica.philipp.info
       2023-02-15T19:14:42Z
       
       0 likes, 0 repeats
       
       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.