• Resolved curtismack

    (@curtismack)


    Hi,
    I have a TurnKey WordPress VM. It is in multi-domain mode and has been working fine until I install the latest Apache2 update 2.2.22-13+deb7u1. When that is installed all of my pages display something along the lines of this:

    <?php
    /**
     * Front to the WordPress application. This file doesn't do anything, but loads
     * wp-blog-header.php which does and tells WordPress to load the theme.
     *
     * @package WordPress
     */
    
    /**
     * Tells WordPress to load the WordPress theme and output it.
     *
     * @var bool
     */
    define('WP_USE_THEMES', true);
    
    /** Loads the WordPress Environment and Template */
    require( dirname( __FILE__ ) . '/wp-blog-header.php' );

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Any ideas? All of my plugins are up to date.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It isn’t a WordPress issue. PHP stopped working. Your upgrade borked your server config.

    Thread Starter curtismack

    (@curtismack)

    Of course, I see that you are correct now. I am not PHP programmer and forgot it was interpreting the pages.
    Thanks for setting me straight.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Apache2 update 2.2.22-13 deb7u1 breaking WordPress’ is closed to new replies.