Hi,

When DEBUG is set to 1 i get the follwing errors

Missing controller
You are seeing this error because controller HomeController 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 HomeController

Fatal: Create Class:



<?php
class HomeController extends AppController
{
    var $name = 'Home';
}
?>


in file : app/controllers/home_controller.php


Which says it cant find my HomeController, which really is there.


The I also get this messy error about session which was why i turned
debug off before


Warning: session_start(): Cannot send session cookie - headers already
sent by (output started at
/hsphere/local/home/forexhou/forexhouse.net/app/models/Subscription.php:2)
in /hsphere/local/home/forexhou/forexhouse.net/cake/libs/session.php on
line 131

Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at
/hsphere/local/home/forexhou/forexhouse.net/app/models/Subscription.php:2)
in /hsphere/local/home/forexhou/forexhouse.net/cake/libs/session.php on
line 131


Thanks

Baydel


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to