[Ilugc] Cake php error during deployment and updating my svn

2010-10-04 Thread Usha Subramanian
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
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Cake php error during deployment and updating my svn

2010-10-04 Thread Abishek Goda
Hi,

 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

I have not used cake php, but is the warning above the error? is this
all available for crash dump? For the warning, google has a fix

Abishek
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc


Re: [Ilugc] Cake php error during deployment and updating my svn

2010-10-04 Thread baskar k
Hi,

On Mon, Oct 4, 2010 at 3:53 PM, Usha Subramanian
usha.subramania...@gmail.com 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