I have install against cake 1.0 and trunk 1.x and place "rdbloggery" in
same level as /app.

I found in earlier post that i can point DocumentRoot in apache httpd
conf to  /app instead of /app/webroot to enable multiple app folder as
suggested..


it didn't work for me sadly.


anyone?




Missing controller

You are seeing this error because controller RdBloggeryController could
not be found.

Notice: this error is being rendered by the
app/views/errors/missing_controller.thtml view file, a
user-customizable error page for handling invalid controller
dispatches.

Fatal: Unable to load controller RdBloggeryController

Fatal: Create Class:

<?php
class RdBloggeryController extends AppController
{
    var $name = 'RdBloggery';
}
?>

in file : app/controllers/rd_bloggery_controller.php


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to