here is my problem : using cakePHP on a PHP 5.3 system, when we upgraded to php 5.4, the structure of a find resultat changed :
for example, having a modele "Foo" mapping a table "foo" after a find, the columns was under a "Foo" index, now it is under a "foo" (notice the uppecase difference)
the code was written by a person no longer here, and I'm totally new in cakePHP so it's hard to debug...
notice : we used cakephp 2.3, we migrated to 2.5 it didn't solved the problem
in the class properties, it's configured so :
public $useTable = 'Foo';