• Hi All,

    After updating to WordPress 4.4.2 yesterday, my site is throwing some lines of code at the top of each page. It appeared to be related to Jetpack. I wasn’t using that plugin, so I deleted it, but the errors remain. The code that the public-side pages throw is:

    Warning: include(/var/chroot/home/content/63/7499563/html/wp-content/plugins/jetpack/utf.php) [function.include]: failed to open stream: No such file or directory in /home/content/63/7499563/html/wp-config.php on line 5

    Warning: include() [function.include]: Failed opening ‘/var/chroot/home/content/63/7499563/html/wp-content/plugins/jetpack/utf.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/63/7499563/html/wp-config.php on line 5

    Also, I am unable to login to the WordPress admin side. The entire admin page consists of the same error:

    Warning: include(/var/chroot/home/content/63/7499563/html/wp-content/plugins/jetpack/utf.php) [function.include]: failed to open stream: No such file or directory in /home/content/63/7499563/html/wp-config.php on line 5

    Warning: include() [function.include]: Failed opening ‘/var/chroot/home/content/63/7499563/html/wp-content/plugins/jetpack/utf.php’ for inclusion (include_path=’.:/usr/local/php5/lib/php’) in /home/content/63/7499563/html/wp-config.php on line 5

    I FTP’d into my host to make sure the Jetpack plugin was completely deleted, and it is.

    The site does use a custom theme that I had done for me a few years back. Is this a theme incompatibility?

    I’m not a PHP coder so the “wp-config line 5” clue is a bit meaningless to me. Can somebody point me in the right direction for troubleshooting?

    Site is here: http://www.biplaneridesofamerica.com

    Thanks much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • tsagita

    (@lemurianisindonesia)

    I think the error isn’t fatal, to hide the error, try to open wp-config.php then put this code

    define( 'WP_DEBUG', false );

    https://codex.ww.wp.xz.cn/WP_DEBUG

    Thread Starter atcguy

    (@atcguy)

    azterass,
    Thanks for the reply. The debug line is already in my wp-config.php file at line 82.

    To be certain, I set it to TRUE and saw the same errors. I set it back to FALSE for now. Same errors.

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

The topic ‘Pages Throwing Code at Top After Update’ is closed to new replies.