Title: stephenrust's Replies | WordPress.org

---

# stephenrust

  [  ](https://wordpress.org/support/users/stephenrust/)

 *   [Profile](https://wordpress.org/support/users/stephenrust/)
 *   [Topics Started](https://wordpress.org/support/users/stephenrust/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stephenrust/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stephenrust/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stephenrust/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stephenrust/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stephenrust/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GDPR] Privacy Banner vs. Total Overlay](https://wordpress.org/support/topic/privacy-banner-vs-total-overlay/)
 *  Thread Starter [stephenrust](https://wordpress.org/support/users/stephenrust/)
 * (@stephenrust)
 * [8 years ago](https://wordpress.org/support/topic/privacy-banner-vs-total-overlay/#post-10309640)
 * Thanks, [@fclaussen](https://wordpress.org/support/users/fclaussen/). I noticed
   that right after I posted the issue. Thanks again for your work on this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Asgaros Forum] do_shortcode](https://wordpress.org/support/topic/do_shortcode-11/)
 *  [stephenrust](https://wordpress.org/support/users/stephenrust/)
 * (@stephenrust)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/do_shortcode-11/#post-9422376)
 * Make sure that line is enclosed in php tags.
 * It should look like this:
 * `<?php echo do_shortcode('[your shortcode]'); ?>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Updating pages sends me to front facing page with no CSS](https://wordpress.org/support/topic/updating-pages-sends-me-to-front-facing-page-with-no-css/)
 *  Thread Starter [stephenrust](https://wordpress.org/support/users/stephenrust/)
 * (@stephenrust)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/updating-pages-sends-me-to-front-facing-page-with-no-css/#post-9382334)
 * I purchased a theme from a well-known provider.
 * I was able to identify the problem, hopefully my explanation below will help 
   anyone else experiencing this issue.
 * I was able to determine the issue server-side, as I do not have PHP error reporting
   enabled right now. The issue is well documented, and WordPress has addressed 
   it in [their FAQ](https://codex.wordpress.org/FAQ_Troubleshooting) under the “
   How do I solve the Headers already sent warning problem?”
 * However, WP’s solution didn’t fix my error, as the issue they describe that causes
   the error was not present in the offending file.
 * The issue was an offending PHP file that was attempting to send data echoed out
   by a line in the file when the header had already been sent. [More info on this here.](https://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php)
 * The cause of the issue is mentioned in the Stack Overflow question above. I fixed
   the issue by putting the following at the top of my wp-config file:
 * `ob_start();`
    [More information on that function here](http://php.net/manual/en/function.ob-start.php).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Updating pages sends me to front facing page with no CSS](https://wordpress.org/support/topic/updating-pages-sends-me-to-front-facing-page-with-no-css/)
 *  Thread Starter [stephenrust](https://wordpress.org/support/users/stephenrust/)
 * (@stephenrust)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/updating-pages-sends-me-to-front-facing-page-with-no-css/#post-9382139)
 * I’ve confirmed that the issue does not occur when I’m running the 2017 theme.
   However, when I activate my custom theme, the issue occurs.
 * Any thoughts as to what could cause this behavior?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Updating pages sends me to front facing page with no CSS](https://wordpress.org/support/topic/updating-pages-sends-me-to-front-facing-page-with-no-css/)
 *  Thread Starter [stephenrust](https://wordpress.org/support/users/stephenrust/)
 * (@stephenrust)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/updating-pages-sends-me-to-front-facing-page-with-no-css/#post-9381398)
 * Yes, I should’ve been clearer in my previous post. I disabled all other plugins
   except for Yoast, and the error occurred. When all plugins including Yoast were
   disabled, the error did not occur.
    -  This reply was modified 8 years, 10 months ago by [stephenrust](https://wordpress.org/support/users/stephenrust/).

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