• I have just installed wordpress 3.4.1 3 times now and get the same error. I have downloaded the file again just in case i had received a corrupt copy. Please help with the below error. The addon domasin is

    http://www.jacksonvillehandyman4u.com

    I get this error when I go to http://www.jacksonvillehandyman4u.com/wordpress/wp-admin/

    Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /usr/local/4admin/apache/vhosts/jacksonvillewebdesign4u.com/addon/jacksonvillehandyman4u.com/wordpress/wp-admin/index.php on line 35

    I also get this error when going to http://www.jacksonvillehandyman4u.com/wordpress/wp-admin/install.php

    Parse error: syntax error, unexpected T_VARIABLE in /usr/local/4admin/apache/vhosts/jacksonvillewebdesign4u.com/addon/jacksonvillehandyman4u.com/wordpress/wp-includes/option.php on line 225

    I have followed the suggestions made by webmasters.com listed below.

    Download the WordPress package from the official website and upload it into the above directory, uncompress, and install it following the instructions in the package.

    I recommend one database per WordPress installation. If you’re installing another, use the [Database Administrator] to create an additional database.

    When modifying wp-config.php you will use the following:

    /** The name of the database for WordPress */
    define(‘DB_NAME’, ‘database’);

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

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

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

    Obviously replace database and password with your information.
    If you’re using a secondary database then the ‘database’ would be entered like this:

    accountusername_databasename

    If your main hosting account login is ‘bob’ and your new database is ‘wordpress’, then your database name is:
    bob_wordpress

    The addon has nothing but the ( wordpress directory with all the wordpress file inside that directory.

    Please help and tell me what i am doing wrong. I would greatly appreciate any help, i really need to get this figured out. Thanks so much in advance

The topic ‘Please help with new installation on addon domain’ is closed to new replies.