-- Jigal sanders <[email protected]> wrote
(on Friday, 04 December 2009, 01:09 PM +0100):
> Hello I have a strange problem.
> 
> I am trying to enable Zendx_JQuery_Form
> 
> So I have created a class as you can see here: http://pastebin.com/m2a43e1c2
> 
> The problem is that my jquery datepicker fields don't work. I only get the
> following error in firebug:
> 
> 
> <br />
> <b>Fatal error</b>:  Uncaught exception 'Zend_Controller_Response_Exception' 
> with message 'Cannot send headers; headers already sent in 
> /var/www/nrka/application/controllers/EventsController.php, line 1' in 
> /home/jigal/Public/ZendFramework-1.9.6/library/Zend/Controller/Response/Abstract.php:282

Most likely you have some whitespace in your EventsController.php file
at the top or _following_ a closing ?> tag.

> Stack trace:
> #0 
> /home/jigal/Public/ZendFramework-1.9.6/library/Zend/Controller/Response/Abstract.php(300):
>  Zend_Controller_Response_Abstract-&gt;canSendHeaders(true)
> #1 
> /home/jigal/Public/ZendFramework-1.9.6/library/Zend/Controller/Response/Abstract.php(727):
>  Zend_Controller_Response_Abstract-&gt;sendHeaders()
> 
> 
> #2 
> /home/jigal/Public/ZendFramework-1.9.6/library/Zend/Controller/Front.php(984):
>  Zend_Controller_Response_Abstract-&gt;sendResponse()
> #3 
> /home/jigal/Public/ZendFramework-1.9.6/library/Zend/Application/Bootstrap/Bootstrap.php(77):
>  Zend_Controller_Front-&gt;dispatch()
> 
> 
> #4 /home/jigal/Public/ZendFramework-1.9.6/library/Zend/Application.php(358): 
> Zend_Application_Bootstrap_Bootstrap-&gt;run()
> #5 /var/www/nrka/public/index.php(26): Zend_Application-&gt;run in 
> <b>/home/jigal/Public/ZendFramework-1.9.6/library/Zend/Controller/Response/Abstract.php</b>
>  on line <b>282</b><br />
> 
> 
> 
> But in eventController.php in starts with <?php right at the beginning. There
> is no empty space.
> 
> Can anyone tell me what I am doing wrong?
> 
> 
> thanks,
> 
> J. Sanders
> 
> 
> 
> 

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/

Reply via email to