Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Can you try this fix. In library/XenForo/Application.php, change:[code] while (ob_get_level()) { ob_end_clean(); }[/code]to:[code]while (@ob_end_clean());[/code]
Can you try this fix. In library/XenForo/Application.php, change:
[code] while (ob_get_level())
{
ob_end_clean();
}[/code]
to:
[code]while (@ob_end_clean());[/code]
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences