• hi …

    i have upload all files of word press 2.0.4 to my website and some error appears when i open install folder

    error is

    Parse error: syntax error, unexpected T_STRING in /home/dalibyan/public_html/blog/wp-config.php on line 3

    ———————————————————–

    in my wp-config this is the settings that i made

    define(‘dalibyan_blog, ‘wordpress’); // The name of the database
    define(‘dalibyan_root, ‘username’); // Your MySQL username
    define(‘123456’, ‘password’); // …and password
    define(‘localhost’, ‘localhost’);
    —————————————————-

    dalibyan_blog : database name
    dalibyan_root : user name
    123456 : password of that user

    ————————————————–

    is that correct and what is wrong with wp-congif then?

Viewing 1 replies (of 1 total)
  • More like:
    define('DB_NAME', 'dalibyan_blog'); // The name of the database
    define('DB_USER', 'dalibyan_root'); // Your MySQL username
    define('DB_PASSWORD', '123456'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value

Viewing 1 replies (of 1 total)
  • The topic ‘problem when i upgrade????’ is closed to new replies.