CakePHP common errors part 1
February 17th, 2010
If you are a LAMP developers, you may have encountered this error before.
I have encountered these many times, so I decided to put this into my blog, in case I struggle with finding the bug later.
This error happens to when I use a variable in my View without initializing it in my Controller.
I believe there are other causes to this error, if you have met any situations like this, do let me know, so I could put it up.
Happy Baking!

