Closed whatyoubendoing closed 10 years ago
Do you have the issue with a fresh symfony2 project?
Also if you can provide some simple steps to install symfony and reproduce, I'd really appreciate. I'm not very familiar with PHP development/installation.
Ah - was something to do with my PHP. Worked fine on my home computer. Rebuilt php on my work computer and now its working fine!
Cool :+1:
When running a symfony2 site over the php built in web server after about 10 requests I get the following error
When I do a
lsof -p
on the php process i get a 500+ similar to -Defiantly an issue to how katon is running the php process as it doesn't seem to happen when I run the php server from the command line.