php - Fatal Error, Zend Controller Response Exception -


my wordpress pages returning error me:

fatal error: uncaught exception 'zend_controller_response_exception' message

'cannot send headers; headers sent in /home/memteaim/public_html/wp/wp-content/themes/memtea/core/library/class.layout.php, line 159'  in /home/memteaim/public_html/lib/zend/controller/response/abstract.php:321  stack trace:  #0 /home/memteaim/public_html/lib/zend/controller/response/abstract.php(115): zend_controller_response_abstract->cansendheaders(true)     #1 /home/memteaim/public_html/app/code/core/mage/core/model/app.php(1246): zend_controller_response_abstract->setheader('content-type', 'text/html; char...')  #2 /home/memteaim/public_html/app/code/core/mage/core/model/cookie.php(93): mage_core_model_app->getresponse()  #3 /home/memteaim/public_html/app/code/core/mage/core/model/cookie.php(209): mage_core_model_cookie->_getresponse()  #4 /home/memteaim/public_html/app/code/core/mage/core/model/cookie.php(260): mage_core_model_cookie->set('frontend', '9cc2ffcf7392261...', null, null, null, null, null)  #5 /home/memteaim/public_html/app/co in /home/memteaim/public_html/lib/zend/controller/response/abstract.php on line 321 

here line 321 - 325 in abstract.php file:

throw new zend_controller_response_exception('cannot send headers; headers sent in ' . $file . ', line ' . $line);         }          return !$ok;     } 

what's going on here , how fix it. amazing, thanks!


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -