Hi, On Mon, Oct 4, 2010 at 3:53 PM, Usha Subramanian <[email protected]> wrote: > Hi all, > > I face the following problem during Cake php error during deployment > and updating my svn, pleae give your valuable comments on this issue: > > > *Warning* (2) <javascript:void(0);>: Cannot modify header information > - headers already sent by (output started at > /home/likewise-open/CORDIANTMAA/usha.murali/public_html/usha/trunk/code/AHR/user/cake/libs/debugger.php:673) > [*CORE/cake/libs/controller/controller.php*, line *746*] > Code <javascript:void(0);> | Context <javascript:void(0);> > > $status = "Location: > http://192.168.1.138/usha/trunk/code/AHR/user/benchmarks/heat_view" > > header - [internal], line ?? > Controller::header() - CORE/cake/libs/controller/controller.php, line 746 > Controller::redirect() - CORE/cake/libs/controller/controller.php, line 725 > AppController::auth_user() - APP/app_controller.php, line 100 > UsersController::login() - APP/controllers/users_controller.php, line 79 > Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 > Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 > [main] - APP/webroot/index.php, line 83 > > Thanks, > Usha
Hope the problem can be solved by bufferring the output. Take a look at ob_start() function Thanks baskar _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
