ho copiato tutti i file dentro il sito tramite aceftp
ho aperto il phpmyadmin di altervista e caricato oscommerce.sql
ho configurato i vari configure.ph così
Codice: Seleziona tutto
define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers
define('DB_SERVER_USERNAME', 'nomesito');
define('DB_SERVER_PASSWORD', 'passwordsito');
define('DB_DATABASE', 'nomedatabase');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'tmp'); // leave empty '' for default handler or set to 'mysql'
ho provato a cambiare localhost in nomesito.altervista.org e mi esce il messaggio di errore
Codice: Seleziona tutto
Warning: mysql_connect(): Lost connection to MySQL server during query in nomesito/includes/function/database.php on line 19
grazie infinite