Issues when i switch to ULTRAFAST PHP
-
Hi Guys, When I switch my php version to Ultrafast latest version, I receive the error below. I have contacted the Theme and plugin Developers and and they have advised no issues their ends running the lastest ultrafast php.
Can anyone shed any light on this to help rectify the issue?
Many thanks
Alex____________________-
<?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 __DIR__ . ‘/wp-blog-header.php’;
- The topic ‘Issues when i switch to ULTRAFAST PHP’ is closed to new replies.