Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Problem When Uninstalling Tubepress


  • Please log in to reply
2 replies to this topic

#1 ZGRDaniel

ZGRDaniel

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 27 February 2013 - 01:12 PM

When I deactivate TubePress, I start getting errors throughout my site at various points:

 

Warning: session_start() [function.session-start]:
Cannot send session cache limiter - headers already sent (output
started at
/home/content/37/10002837/html/wp-content/themes/gamerpress/header.php:2)
in /home/content/37/10002837/html/phpfreechat/src/pfcuserconfig.class.php on line 24

 

 

OR

 

Warning: Cannot modify header information - headers already sent
by (output started at
/home/content/37/10002837/html/wp-content/themes/gamerpress/functions.php:96)
in /home/content/37/10002837/html/wp-includes/pluggable.php on line 876

 

What's going on?  Why can't I remove Tubepress?  Why would these errors only occur when I deactivate Tubepress?  If I re-activate it, the errors go away.

 

I'm running 3.0.



#2 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 27 February 2013 - 06:43 PM

Totally strange. I have no idea why TubePress would be involved with any of this - especially considering that you've deactivated it. Is TubePress the only plugin that produces this behavior?



#3 ZGRDaniel

ZGRDaniel

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 27 February 2013 - 06:51 PM

Correct, TubePress is the only Plugin that does this.  I was able to resolve this by adding: ob_start(); to the top of my functions.asp.  However, I'm not certain this is a great idea, but more of a bandaid.