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
Using Behat i needed to be able to set a date in a form (x) number of days from the current date. This however is
While needing to write a test to check the order of 2 items (within a given CSS query) in Behat, I did a little googling
So i had to implement a mechanism to re-order Categories and also Boards for my forum bundle, and with though there are many ways to
If you have read my other post on hardening your LAMP stack / Plesk VPS, then you will know that by default most LAMP installs
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
I needing to setup a staging environment that more or less emulates the platform of your deployment system, i needed to setup a LAMP stack