posted 09/21/2008 by Chris
Comments: 0

After copying a CakePHP project (and adding a few new controllers) I was getting a "Missing Database Table" error, even though I knew the table existed.  To confuse things even more; other tables in the same database were saving and retrieving data successfully.  I searched google for a solution and came across the article "Missing Database Table in Cake PHP" on jroller.com...