ahrasis I was looking into my flarum error.log and find this error: PHP Notice: compact(): Undefined variable: forum in /vendor/flarum/core/src/Forum/Content/Index.php on line 61 What actually defines 'forum' in there?
ahrasis luceos Is the fix already available in the github? Edited: I noted that ", 'forum'" is simply removed as the fix at https://github.com/flarum/core/blob/master/src/Forum/Content/Index.php. I will edit my respective flarum file accordingly then.
Moitah This is weird, I just installed the forum locally this morning and I still get the error. Worse yet, Zend then stops rendering the page : "Output has been emitted previously; cannot emit response" 🙁
clarkwinkelmann Moitah yes, the "upcoming release" mentioned here is beta 9 and should be here soon 🙉 In the meantime either apply the fix as described above or hide PHP notices on generated page via php.ini.