Archive of posts from July 2013


Renaming the CakePHP root directory causes server errors

If you get an internal server error after renaming the CakePHP root directory then it’s almost certainly caused by cached copies of the models. If you change the debug settings back to 1 or 2 in Config/core.php and access the site this flushes the model cache and you can then reset the value back to 0. Read on

Glossary – Sprint 3 complete

Sprint tasks review Created a new branch in the git repo Migrated the code Fail – confirm the existing SimpleTest test suite reports no errors Additional task – Migrated test suite to PHPUnit Tested the deployment to a fresh CakePHP 2 install Merged branch into master Moved code into production Complete Read on