An 'unable to load controller' error doesn't sound like something that
should be intermittent. It's either a problem or it isn't. In answer
to your question: no, you don't need to have a view for every action.
Just be aware that Cake will give you an error unless you explicitly
tell it to render something other than the default (i.e.
$this->render('other_template')), or tell it to take some other
non-view action, like flash( ) or redirect( ).
If you're still having trouble, you can paste your controller code at
http://www.cakephp.org/pastes/add and post the link here.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---