Aggiornamento Drupal porta a schermata bianca: update.php

Se durante l’aggiornamento del software drupal da una versione 5.* a 6.* viene visualizzata una schermata bianca al posto delle pagine di setup fornite dallo script update.php?op=info inserite queste due righe in cima al vostro file settings.php:

[sourcecode language='php']
error_reporting(E_ALL);
ini_set(‘display_errors’, ‘1’);
[/sourcecode]

About the Author

Leave a Reply