• Trying to run the install.php and get this error message.

    Parse error: syntax error, unexpected T_ELSE in C:\.. ..\wp-includes\post-template.php on line 880

    php version 5.2.3.

    I’m a novice – don’t have a clue what to do.

Viewing 5 replies - 1 through 5 (of 5 total)
  • is this on a windows server or a localhost install?
    if localhost, review this
    http://www.tamba2.org.uk/wordpress/xampp/

    Thread Starter erikhaagensen

    (@erikhaagensen)

    It’s on a virtual windows server,
    plesk 8.2.0
    php 5.2.3
    mysql 4.1.22

    then I would upload the /wp-includes folder again

    Thread Starter erikhaagensen

    (@erikhaagensen)

    Success after re-uploading the wp-includes directory and subdirectories !

    Thanks a lot.

    I got an error on my install, it is
    Parse error: syntax error, unexpected T_STRING in /home/chinaexp/public_html/wordpress/wp-config.php on line 3

    on my wp-config is like this
    // ** MySQL settings – You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘wordpress’);

    /** MySQL database username */
    define(‘DB_USER’, ‘chinaexp_wordps’);

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘tTpOyt’);

    /** MySQL hostname */
    define(‘DB_HOST’, ‘localhost’);

    anybody can tell me what is wrong? thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Parse error on installation’ is closed to new replies.