I just upgraded to Symfony 2.4, and started randomly getting this error: ContextErrorException: Warning: SessionHandler::read(): open(/var/lib/php/session/sess_3cq63tff1lhbghus3o9jsh26j4, O_RDWR) failed: No such file or directory (2) in
If your receiving the error “The current node list is empty” while using Behat, then likely your project is returning an HTTP 500 error. This
If you want to harden the security of your Plesk VPS, there are a couple of things you can do from disabling non-essential apache modules
If you are using validation groups and have created a custom validator, you will want to use it in your validation group, however its a
The voter access decision strategy can be set in your Symfony2 app/config/security.yml. You have the choice of 3 approaches (Unanimous, Affirmative, Consensus). Set your strategy to
Following a discussion on the IRC room from someone who viewed my post about login/logout handlers in SF2, i wanted to clarify that when dealing
Using login handlers or even logout handlers, we can do a number of last minute things before the user is redirected to where they need
Learnt some new things while working with symfony’s embedded forms, as we know, when they are have relations in the entities that the form is
So a strange thing happened while doing some coding in symfony2. At first i thought it was symfony2, but realised i was using the wrong
If you are wanting to use the WebView in your XCode/Obj-C project and are a little underwhelmed and confused by Apple’s docs, as i initially