Title: Ouput Buffering Error
Last modified: August 20, 2016

---

# Ouput Buffering Error

 *  Resolved [girlzcorner](https://wordpress.org/support/users/girlzcorner/)
 * (@girlzcorner)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/)
 * I am facing the following error every time when i set featured image manually.
   But after this error when post is published it shows that image normally which
   i assign as a thumbnail.
 * **Fatal error: Unknown: Cannot use output buffering in output buffering display
   handlers in Unknown on line 0**
 * here are the screen shots,
    [http://i50.tinypic.com/10qf393.jpg](http://i50.tinypic.com/10qf393.jpg)
   [http://i50.tinypic.com/2hx9jxd.jpg](http://i50.tinypic.com/2hx9jxd.jpg) [http://i50.tinypic.com/ione4y.jpg](http://i50.tinypic.com/ione4y.jpg)
   [http://i50.tinypic.com/14a9oy.jpg](http://i50.tinypic.com/14a9oy.jpg)
 * Also when ever I try to publish any new post my whole website gets down for at
   least 5 minutes and post editor just keep on loading and publishing the post 
   for 5 minutes.But even after that no thumbnails appears.
 * I am using Auto Post Thumbnail plugin for generating automatic thumbnails.
 * Please anybody help me how to fix it.This error has made me sick :s I cant even
   post anything new to my website.
 * website: [http://www.girlzcorner.com/](http://www.girlzcorner.com/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [s_ha_dum](https://wordpress.org/support/users/apljdi/)
 * (@apljdi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862454)
 * Disable your plugins. If the problem goes away start re-enabling them on by one
   until you find the problematic one.
 *  Thread Starter [girlzcorner](https://wordpress.org/support/users/girlzcorner/)
 * (@girlzcorner)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862525)
 * On disabling each plugin manually this error changes for every plugin and at 
   the end after disabling all plugins now its giving error,
 * Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate
   51599 bytes) in /home/ddlwebsi/public_html/girlzcorner.com/wp-includes/functions.
   php on line 316
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862527)
 * Try:
    – switching to the Twenty Eleven theme by renaming your current theme’s
   folder inside wp-content/themes and adding “-old” to the end of the folder name
   using [FTP](http://codex.wordpress.org/FTP_Clients) or whatever file management
   application your host provides.
 * – [resetting the plugins folder](http://codex.wordpress.org/FAQ_Troubleshooting#How_to_deactivate_all_plugins_when_not_able_to_access_the_administrative_menus.3F)
   by FTP or phpMyAdmin.
 *  Thread Starter [girlzcorner](https://wordpress.org/support/users/girlzcorner/)
 * (@girlzcorner)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862549)
 * I have resseted my plugins folder but still there’s a same error 🙁
 *  Thread Starter [girlzcorner](https://wordpress.org/support/users/girlzcorner/)
 * (@girlzcorner)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862556)
 * Resseting Plugins has fixed this error at some options but now this fatal error
   is only showing when i set featured image manually to the post.
 * **Fatal error: Unknown: Cannot use output buffering in output buffering display
   handlers in Unknown on line 0
 *  [TCBarrett](https://wordpress.org/support/users/tcbarrett/)
 * (@tcbarrett)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862558)
 * 1. Something (plugin or theme) is turning on output buffering ([http://php.net/manual/en/function.ob-start.php](http://php.net/manual/en/function.ob-start.php)).
   
   2. Most likely you are getting an error (possibly Out Of Memory), which can’t
   report exactly what it’s error is because buffering is on.
 * You need to fix problem 2. To debug what that is, turn off problem 1 (buffering).
   To do that, follow the original advice of disabling plugins/theme until the vague
   error becomes a specific error.
 * If the specific error is “Fatal error: Allowed memory size of 33554432 bytes 
   exhausted” then talk to your host about memory availability.
 *  [chetanbhasin777](https://wordpress.org/support/users/chetanbhasin777/)
 * (@chetanbhasin777)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862695)
 * Are you using SABRE plugin or any security plugins that interferes with login
   of your blog. If yes, then you might not have configured it properly. Or it may
   have been causing some trouble with your server. Try disabling such plugins and
   deleting any records or tables associated with it.
    Make sure you backup everything
   before clicking delete button anywhere.
 * Also, are you getting it on your dashboard or everywhere on your blog interface?
   When I had the same problem it was just on the dashboard, try going to yoursite.
   com/wp-admin/plugins.php
 *  [saas](https://wordpress.org/support/users/saas/)
 * (@saas)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862699)
 * Its a golden rule (mine :D), whenever you see
 * Fatal error: Allowed memory size of ___________ bytes exhausted (tried to allocate
   _______ bytes) in some_file_path.php on line some_line_number. Always first check
   your php memory allocation size, most of the hosting providers have set it lower(
   then wordpress needed / minimal requirement), specially on shared hosting. So
   if you can increase the memory size first try that and it will save you hours
   and sometimes days of headache.
 * Hope that helps at-least a couple of WordPress users if not all.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Ouput Buffering Error’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 6 participants
 * Last reply from: [saas](https://wordpress.org/support/users/saas/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/ouput-buffering-error/#post-2862699)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
