Salve, ho eseguito con PHP MY ADMIN il trasferimento del database del sito Respawn.
Ho provato a trasferire il database ad un altro sito su altervista, mettendo anche i file di Respawn via FTP sull'altro sito di altervista.
Questo è il risultato. http://ultimatemuscle.altervista.org/blog/
Sto facendo delle prove, ma il trasferimento del database non mi riesce proprio.
Cosa ho sbagliato? Grazie.
Vediamo se ho capito bene.
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
/* modifica */
define('DB_NAME', 'my_ultimatemuscle');
/** MySQL database username */
define('DB_USER', 'ultimatemuscle');
/* fine */
/** MySQL database password */
define('DB_PASSWORD', '');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
Ora mi esce
Fatal error: Call to undefined function wp() in /membri/ultimatemuscle/blog/wp-blog-header.php on line 14
EDIT:
Modificando tutto mi esce questo ora
Parse error: syntax error, unexpected $end in /membri/ultimatemuscle/blog/wp-includes/query.php on line 2605
Funziona tutto tranne un pò la sistemazione un pò scombussolata.
Come mai http://ultimatemuscle.altervista.org/blog/
E' così D: ?
Ultima modifica di respawn : 08-06-2012 alle ore 15.25.20