Title: Error
Last modified: August 30, 2016

---

# Error

 *  Resolved [Jmorley88](https://wordpress.org/support/users/jmorley88/)
 * (@jmorley88)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/error-677/)
 * Hey Guys,
 * Really enjoying you theme so simple.
 * Warning: session_start() [function.session-start]: Cannot send session cache 
   limiter – headers already sent (output started at [CHILD THEME FUNCTIONS]functions.
   php:15) in [File Path]/wp-content/themes/fruitful/inc/func/comment-inline-error.
   php on line 9
 * Any ideas what this is I have:
 * <?php /* Exclude Articles from Blog*/
    function exclude_category($query) { if(
   $query->is_home() ) { $query->set(‘cat’, ‘-7’); } return $query; } add_filter(‘
   pre_get_posts’, ‘exclude_category’);
 * In my child theme functions to exclude one category from the blog page.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/error-677/#post-6723554)
 * Hello,
 * This problem has already resolved in the new version 3.2 of Fruitful theme
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Error’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fruitful/3.8.2/screenshot.png)
 * Fruitful
 * [Support Threads](https://wordpress.org/support/theme/fruitful/)
 * [Active Topics](https://wordpress.org/support/theme/fruitful/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fruitful/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fruitful/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/error-677/#post-6723554)
 * Status: resolved