I’m unfamiliar with LocalWP. I tried to install the WordPress theme (UNCODE), but encountered only an error message stating: “Internal Server Error - The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.”
What steps can be taken to replicate the issue? Feel free to include screenshots, videos, etc
Security Reminder
Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.
It looks like there might be some permissions issues on your machine. Are you running this application under an admin user account or this is a work machine where you don’t have that access?
Having the same issue while trying to step through code debugging. Site works fine without breakpoints in PHPStorm, but when I hit a breakpoint and start to step through the code this happens. Seems like a timeout issue, but max_execution_time = 1200 so I am not sure what the issue could be.
When I say large sections of code I really mean confusing sections of code that take me some time to figure out what they are doing. I have to step through some code that is 200 or 300 lines long and it seems there is a timeout that I am not aware of that causes this message.
Does it make a difference if you have other sites stopped, or other applications on your machine closed out? Just trying to eliminate any competition here.
Have you ever tested this on another machine to see if the same thing happens?
I opened another ticket to be able to give more info on this issue and I included a link to a video so that what is happening will be clear - Breakpoints go away after 40 seconds
It is solved. It was an Apache problem. Apache times out by default after 40 seconds on a breakpoint. I added FcgidIOTimeout 600 to site.conf.hbs withing the <ifModule…> section to increase this to 10 minute