Hey all
My hub suddenly stopped displaying the stream because a GET request to
#^https://grindcore.ch/update/network/load?p=2&order=comment&_=1671383473277returns with a 500 error. When I set
ini_set('display_errors', '1');
in the
.htconfig.php
I get the following message in the request body:
Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /usr/local/www/grindcore.ch/Zotlabs/Lib/ThreadItem.php:144 Stack trace:
#0 /usr/local/www/grindcore.ch/Zotlabs/Lib/ThreadStream.php(223): Zotlabs\Lib\ThreadItem->get_template_data(Array)
#1 /usr/local/www/grindcore.ch/include/conversation.php(920): Zotlabs\Lib\ThreadStream->get_template_data(Array)
#2 /usr/local/www/grindcore.ch/Zotlabs/Module/Network.php(600): conversation(Array, 'network', '2', 'client')
#3 /usr/local/www/grindcore.ch/Zotlabs/Module/Update.php(37): Zotlabs\Module\Network->get('2', 1)
#4 /usr/local/www/grindcore.ch/Zotlabs/Web/Router.php(288): Zotlabs\Module\Update->get()
#5 /usr/local/www/grindcore.ch/Zotlabs/Web/WebServer.php(110): Zotlabs\Web\Router->Dispatch()
#6 /usr/local/www/grindcore.ch/index.php(14): Zotlabs\Web\WebServer->run()
#7 {main} thrown in /usr/local/www/grindcore.ch/Zotlabs/Lib/ThreadItem.php on line 144
I'm running #
hubzilla 7.8.7. Any ideas what could cause this? Thanks -b