PHP 5.5 Breaks WordPress – Causes File Download
-
Hello friends!
Working to update my PHP version from 5.3 to 5.5 (in cpanel), when I go to 5.5 on my Linux based server my wordpress sites show a white screen and I get an automatic download file. So I have instead gone to 5.4 until we can figure this out.
The file that downloads is called “download” and contains the following:
<?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’ );Any thoughts would be appreciated.
- The topic ‘PHP 5.5 Breaks WordPress – Causes File Download’ is closed to new replies.