Roots Sage - WordPress Dashboard Page is Blank when "Add New" or "View page"

I got an issue.

Its also not my first project with Sage.

I installed ROOTS SAGE from GitHub - as usuall.
I created a database with MAMP, PHPMyAadmin - as usuall.

I did npm install, composer install the basic stuff.

Then, I wernt to say add home page, and its great.

I changed theme to sage roots, and now the ‘page’ menu doesn’t work. But if I pick any of the default themes, it will work.

I try to ‘add new page’ or even view an existing page, and all I get is blank page, as provided on the screenshot.

Is this just me, or doest that also happen to you?

Last time I installed the theme was 26th May or such, it seems. But now there seem to have issues such as even blade not working properly, which it did before.

What could this be, and if its me, why?

It works on my other theme from 26th May, 2021 - I just checked. That there has some code, and the above issue is a totally fresh install.

What do your server logs say? Is there anything in sage.log?

Yes, I paste it below. Also, there was another issue were blade components wouldn’t work, such as @include or new components e.g. in a different project, where’s I copy and paste the code every single time, so I know for a fact it works. However, regarding this issue here, this is the log:

[05-Jul-2021 21:17:20 UTC] PHP Fatal error: Uncaught ErrorException: ob_end_flush(): failed to send buffer of zlib output compression (1) in C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php:4757
Stack trace:
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, ‘ob_end_flush():…’, ‘C:\Users\44775\…’, 4757, Array)
#1 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php(4757): ob_end_flush()
#2 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\class-wp-hook.php(292): wp_ob_end_flush_all(‘’)
#3 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\class-wp-hook.php(316): WP_Hook->apply_filters(‘’, Array)
#4 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\plugin.php(484): WP_Hook->do_action(Array)
#5 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\load.php(1072): do_action(‘shutdown’)
#6 [internal function]: shutdown_action_hook()
#7 {main}
thrown in C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php on line 4757
[05-Jul-2021 21:17:23 UTC] PHP Fatal error: Uncaught ErrorException: ob_end_flush(): failed to send buffer of zlib output compression (1) in C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php:4757
Stack trace:
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, ‘ob_end_flush():…’, ‘C:\Users\44775\…’, 4757, Array)
#1 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php(4757): ob_end_flush()
#2 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\class-wp-hook.php(292): wp_ob_end_flush_all(‘’)
#3 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\class-wp-hook.php(316): WP_Hook->apply_filters(‘’, Array)
#4 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\plugin.php(484): WP_Hook->do_action(Array)
#5 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\load.php(1072): do_action(‘shutdown’)
#6 [internal function]: shutdown_action_hook()
#7 {main}
thrown in C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php on line 4757
[05-Jul-2021 21:17:26 UTC] PHP Fatal error: Uncaught ErrorException: ob_end_flush(): failed to send buffer of zlib output compression (1) in C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php:4757
Stack trace:
#0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8, ‘ob_end_flush():…’, ‘C:\Users\44775\…’, 4757, Array)
#1 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php(4757): ob_end_flush()
#2 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\class-wp-hook.php(292): wp_ob_end_flush_all(‘’)
#3 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\class-wp-hook.php(316): WP_Hook->apply_filters(‘’, Array)
#4 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\plugin.php(484): WP_Hook->do_action(Array)
#5 C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\load.php(1072): do_action(‘shutdown’)
#6 [internal function]: shutdown_action_hook()
#7 {main}
thrown in C:\Users\44775\Desktop\WebDevelopment\test-sage\wp-includes\functions.php on line 4757

This topic was automatically closed after 42 days. New replies are no longer allowed.