mentre passavo da 1.73 a 2.0.1 alla fine della procedura upgrade.php risonde questo:
Piwigo encountered a non recoverable error
/templates_c Nessun accesso in scrittura
#1 mkgetdir /var/www/vhosts/viditu.it/httpdocs/galleria/include/template.class.php(61)
#2 Template::Template /var/www/vhosts/viditu.it/httpdocs/galleria/upgrade.php(188)
Index.php:
Piwigo encountered a non recoverable error
PWG_CHARSET and/or DB_CHARSET is not defined
#1 include_once /var/www/vhosts/viditu.it/httpdocs/galleria/index.php(26)
permessi tutti a 777 safe_mode: off
tury ha scritto:
/templates_c Nessun accesso in scrittura
#1 mkgetdir /var/www/vhosts/viditu.it/httpdocs/galleria/include/template.class.php(61)
#2 Template::Template /var/www/vhosts/viditu.it/httpdocs/galleria/upgrade.php(188)
è necessario creare una directory _data con diritti 777 nella directory di installazione piwigo
tury ha scritto:
Piwigo encountered a non recoverable error
PWG_CHARSET and/or DB_CHARSET is not defined
#1 include_once /var/www/vhosts/viditu.it/httpdocs/galleria/index.php(26)
permessi tutti a 777 safe_mode: off
aggiunge al file mysql.inc.php
define('PHPWG_INSTALLED', true);
define('PWG_CHARSET', 'utf-8');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
poco prima ?>
Non in linea