Davvero notevaole!
Però ho dei problemi a farlo partire.
ho messo i files in public_html, ma mi esce
Codice: Seleziona tutto
General Error
SQL ERROR [ mysql4 ]
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) [2002]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
Tenendo presente che il forum prova (di cui chiederà la cancellazione a fine esperimenti)
Il nume utente con cui accedo al darabase è zatteras
il nome del database è zatteras_1959
io il confg.php l'ho scritto cosi
Codice: Seleziona tutto
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = '';
$dbport = '';
$dbname = 'zatteras_1959';
$dbuser = 'zatteras';
$dbpasswd = '';
$table_prefix = 'phpbb3_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>