French version

Voila je commence à configurer mon blog et paf!!!

Alors que j'essaie d'y accéder j'obtiens un magnifique

Blog is not defined

La solution... google is my friend :-)

Ce grand ami m'indique donc le blog suivant où la solution est donnée

En fait en changeant l'identifiant de mon blog la mise à jour ne c'est pas faite et là... Blog is not defined !!

Solution changer dans le fichier index.php (dans la racine de votre dossier) les lignes

  # Define your blog here
        define('DC_BLOG_ID','defaut');

par

 # Define your blog here
        define('DC_BLOG_ID','ID');

où ID est l'identifiant que vous avez utilisé pour votre blog.

Voilà


English version

If you obtain the error message

Blog is not defined

That mean that you have changed the idenfiant (Identifier) of your blog

Then you need to change the file index.php from

# Define your blog here
        define('DC_BLOG_ID','defaut');

to

 # Define your blog here
        define('DC_BLOG_ID','ID');

Where ID is the ID that you use for your blog

See you