I have the same exact code on my production and development servers but I seem to get different array keys when using find(\'first\') to retrieve data.
Development:<
use $this->set(compact('currentPage',$currentPage));
$this->set(compact('currentPage',$currentPage));