I have placed the following code in my Cake 1.2 RC2 bootstrap file:

$xch_core_path = '/Users/hardy/Sites/xch_core/app/';
$modelPaths = array($xch_core_path.'models');
$viewPaths = array($xch_core_path.'views');
$controllerPaths = array($xch_core_path.'controllers');


Controllers are working fine... I have moved a controller over the
xch_core app/controllers folder and my second app can use it...

However when I move my app/views/xpage_types folder over to the app/
views/
I get the following:

Error: The view for XpageTypesController::xchange_index() was not
found.

Error: Confirm you have created the file: /Users/hardy/Sites/
xch_master/app/views/xpage_types/xchange_index.ctp


Seems like it can find the $controllerPaths but not the $viewPaths ??

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to