claushviid
claushviid
Having the exact same problem too.
I have exactly the same problem The "Folders" view is empty, it has no folder in it. Weird it only happens when it is admin that is logged in. I...
i have exactly the same problem
ame issue here after upgrade to 28.0.1
Old Code: return array_merge($mergeWith, $this->headers); New Code: return array_merge($mergeWith, $this->headers?? []); Did not work, now i receive the message onlyoffice can not be reached. Contact admiistrator
ok after changing lib/public/AppFramework/Http/Response.php, line 273: From Old Code: return array_merge($mergeWith, $this->headers); To New Code: return array_merge($mergeWith, $this->headers?? []); and removing index.php from Server settings in ONLYOFFICE Settings Everything works...
Will you have any fix???