I think I answered my own question. I was just browing through the Cake bug tracking system and found this:
https://trac.cakephp.org/changeset/6525 Turns out you have to force Cake to build the paths used in the site before you are able to include any of the files. So in order to get those paths setup you have to first call this before calling any App::import commands: Configure::buildPaths(compact('modelPaths', 'viewPaths', 'controllerPaths', 'helperPaths', 'componentPaths', 'behaviorPaths', 'pluginPaths', 'vendorPaths')); D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
