• Resolved marionw

    (@marionw)


    I downloaded the Zip file and set up a MySQL. Then In renamed and edited the php config:

    <?php
    // ** MySQL settings ** //
    define(‘DB_NAME’, ‘marico_cc’); // The name of the database
    define(‘DB_USER’, marion’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘winston1’); // …and password
    define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
    define(‘DB_CHARSET’, ‘utf8’);
    define(‘DB_COLLATE’, ”);

    I get this error message:Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home2/marion/marico-www/blog/wp-config.php on line 5

    This is all new to me. Can you tell me what I did wrong? My dbname is marico.cc . I uploaded to a sub directory I named “blog”.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installation Error’ is closed to new replies.