- Home
- Categorie
- Coding e Sistemistica
- WordPress
- problemi con aggiornamento versione php
-
problemi con aggiornamento versione php
Buongiorno,
ho un sito su hosting netson con wordpress. ho cambiato la versione del php passando da 5.4 alla 5.6.
al momento del cambio mi è spuntato questo errore nel sito:<?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' ); }
come posso risolverlo?
-
Ciao Magodel Web 92,
ma ti fa entrare nel pannello amministrativo di Wordpress?