Local Router Error When Accessing Theme but not Admin Page: Logs Attached

Hi,
I’m getting a Local Router Error whenever I try to access my local webpage - but I can access the wp-admin page perfectly fine.

I have no idea what caused it - I reloaded a working page and then it suddenly gave me this error.

I searched the site logs and I’m not sure if there are any relevant logs.

The only notable error I got was the following warning from the logs/php/php-fpm.log:

 [08-Feb-2018 06:40:27] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it`

But I restarted website several times after and it hasn’t showed me the same error since. Here are the lines following the warning:

[08-Feb-2018 06:50:37] NOTICE: Terminating ...
[08-Feb-2018 06:50:37] NOTICE: exiting, bye-bye!
[08-Feb-2018 06:50:49] NOTICE: fpm is running, pid 29
[08-Feb-2018 06:50:49] NOTICE: ready to handle connections
[08-Feb-2018 06:55:56] NOTICE: Terminating ...
[08-Feb-2018 06:55:56] NOTICE: exiting, bye-bye!
[08-Feb-2018 06:56:07] NOTICE: fpm is running, pid 29
[08-Feb-2018 06:56:07] NOTICE: ready to handle connections
[08-Feb-2018 07:12:28] NOTICE: Terminating ...
[08-Feb-2018 07:12:28] NOTICE: exiting, bye-bye!
[08-Feb-2018 07:12:41] NOTICE: fpm is running, pid 29
[08-Feb-2018 07:12:41] NOTICE: ready to handle connections

The error.log in the logs/php file has nothing pertaining to the server crashing, and the logs/nginx/error.php is completely empty. So in short, I’m lost.

The computer I’m using has the following specs:
MacBook Air (13-inch, Mid 2011)
Processor: 1.7 GHz Intel Core i5
RAM: 4 GB 1333 MHz DDR3

I’ve attached a .zip file of the other logs.

Any help is greatly appreciated.

logs.zip (119.3 KB)

If wp-login.php and /wp-admin are accessible but the front end of the site is not, it’s most often a problem with the theme you have installed. That said, those error messages don’t exactly suggest that.

I’d still recommend renaming your active theme and let WordPress revert to one of the default themes like TwentySeventeen. Then disabling all plugins by renaming the /plugins folder.

Is it possible you changed PHP versions and whatever PHP version your set to your theme isn’t compatiable with?

Thanks for the reply.

I don’t remember updating the php version, so it might be the theme. I’ll check it out.