Stack Issue

Permalink
When i try to edit my footer stack it is taking me to a "This site can’t be reached The connection was reset.ERR_CONNECTION_RESET" message. I have tried clearing my cache within system settings.

 
A3020 replied on at Permalink Reply
A3020
This could be many things. Do you have access to server log files? If you can look in the Apache log files (if that's your webserver) you can see if something went wrong during the request. E.g. a memory error.
dowN70 replied on at Permalink Reply
Yes i do use Apache as my webserver. I found a error.log file and below is what it shows when logging in and attempting to access my footer stack.

[Wed Mar 30 08:12:44 2016] [notice] Parent: child process exited with status 255 -- Restarting.
[Wed Mar 30 08:12:44 2016] [notice] Apache/2.2.19 (Win32) PHP/5.3.6 configured -- resuming normal operations
[Wed Mar 30 08:12:44 2016] [notice] Server built: May 20 2011 17:39:35
[Wed Mar 30 08:12:44 2016] [notice] Parent: Created child process 5696
[Wed Mar 30 08:12:45 2016] [notice] Child 5696: Child process is running
[Wed Mar 30 08:12:45 2016] [notice] Child 5696: Acquired the start mutex.
[Wed Mar 30 08:12:45 2016] [notice] Child 5696: Starting 64 worker threads.
[Wed Mar 30 08:12:45 2016] [notice] Child 5696: Starting thread to listen on port 80.
[Wed Mar 30 08:12:48 2016] [notice] Parent: child process exited with status 255 -- Restarting.
[Wed Mar 30 08:12:49 2016] [notice] Apache/2.2.19 (Win32) PHP/5.3.6 configured -- resuming normal operations
[Wed Mar 30 08:12:49 2016] [notice] Server built: May 20 2011 17:39:35
[Wed Mar 30 08:12:49 2016] [notice] Parent: Created child process 2624
[Wed Mar 30 08:12:50 2016] [notice] Child 2624: Child process is running
[Wed Mar 30 08:12:50 2016] [notice] Child 2624: Acquired the start mutex.
[Wed Mar 30 08:12:50 2016] [notice] Child 2624: Starting 64 worker threads.
[Wed Mar 30 08:12:50 2016] [notice] Child 2624: Starting thread to listen on port 80.
[Wed Mar 30 08:12:53 2016] [notice] Parent: child process exited with status 255 -- Restarting.
[Wed Mar 30 08:12:54 2016] [notice] Apache/2.2.19 (Win32) PHP/5.3.6 configured -- resuming normal operations
[Wed Mar 30 08:12:54 2016] [notice] Server built: May 20 2011 17:39:35
[Wed Mar 30 08:12:54 2016] [notice] Parent: Created child process 1520
[Wed Mar 30 08:12:54 2016] [notice] Child 1520: Child process is running
[Wed Mar 30 08:12:54 2016] [notice] Child 1520: Acquired the start mutex.
[Wed Mar 30 08:12:54 2016] [notice] Child 1520: Starting 64 worker threads.
[Wed Mar 30 08:12:54 2016] [notice] Child 1520: Starting thread to listen on port 80.
A3020 replied on at Permalink Reply
A3020
What kind of blocks are in the Footer stack? Could you paste some code if it's a custom block? You can also try to disable the block type if it's a custom block type (via de database / BlockTypes table).

Btw, why are you still running PHP 5.3.6? Have you considered upgrading?