Results 1 to 5 of 5

Thread: Problem instaling wordpress

  1. #1
    Join Date
    Jun 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem instaling wordpress

    I'm useless at all this so please bare with me...

    I'm trying to run WordPress and having followed installation instructions and frp-ed the files to the server and set up the my sql data base but am getting a 404 when I try to load the install.php file

    So, what did I do to get where I am.
    • created a new MySql database and database user from HELM

    • added the database name, username and password to 'wp-config.php' like this:
    define('DB_NAME', 'mydatabasename'); // The name of the database
    define('DB_USER', 'mydatabaseusername'); // Your MySQL username
    define('DB_PASSWORD', 'mydatabasepassword'); // ...and password
    The next line I've left untouched so it still appears as is.
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value

    • Uploaded the entire WP directory in to wwwroot so that it's a sub-directory of my site, making sure that the WP directory name is the same as in the config file.

    • Pasted in to the browser address window
    http://www.mysite/sub-directory/wp-admin/install.php
    as per the instructions and ended up with the error message.

    from here I really am not too sure what to do

    any help would be great!

    kelvin

  2. #2
    Join Date
    Apr 2006
    Location
    Amsterdam
    Posts
    352
    Thanks
    20
    Thanked 11 Times in 11 Posts

    Default

    - Make sure you've enabled PHP in HELM under website settings
    The next line I've left untouched so it still appears as is.
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
    Change 'localhost' to your database servername, you can see the database servername from the database manager in HELM. E.g 'ALIMINIUM' or 'NEON'.

    Pasted in to the browser address window
    http://www.mysite/sub-directory/wp-admin/install.php
    as per the instructions and ended up with the error message.
    I guess this would be a typo, but just to be sure your url isnt correct. It misses a tld (.com, .co.uk, .net)

  3. #3
    Join Date
    May 2007
    Posts
    62
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    I've done all that already ands till get a 404. I've also logged in with phpmyadmin and checked the DB username is correct.

    Its not working.

    pasted below:

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'openalchemy'); // The name of the database
    define('DB_USER', 'mydbusername'); // Your MySQL username
    define('DB_PASSWORD', 'XXXXX'); // ...and password
    define('DB_HOST', 'ALUMINIUM'); // 99% chance you won't need to change this value
    define('DB_CHARSET', 'utf8');
    define('DB_COLLATE', '');

    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-content/languages.
    // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');

    /* That's all, stop editing! Happy blogging. */

    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    ?>

    gonna try changing passwords and things.

  4. #4
    Join Date
    May 2007
    Location
    Eauze, France
    Posts
    175
    Thanks
    10
    Thanked 17 Times in 15 Posts

    Default

    My guess is that you put the sub-directory in the root folder and not as a sub to wwwroot.

    If you log into HELM choose your domain, and use File Manager is the file actually in the subdirectory (remembering that IIS only sees wwwroot and below).

    David.

  5. #5
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    Have you made sure to enable PHP on the domain in Helm?

    <edit>
    you would do this by navigating to
    … Domains > yourdomain.com > Web Site Settings
    And choosing Version 5 from the PHP select field.

    I think the 404 is a security measure, stops you accidentally revealing all your source code to the world.
    </edit>
    Last edited by nick; 15th September 2007 at 03:38 PM. Reason: Bit more info to help clarify.

  6. The Following User Says Thank You to nick For This Useful Post:

    RFH Customer: lainy (21st February 2012)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Anyone using WordPress here?
    By ptermx in forum WordPress (PHP)
    Replies: 4
    Last Post: 6th March 2008, 12:45 AM
  2. New user seeking WordPress help
    By markcannon in forum General Technical Support
    Replies: 3
    Last Post: 23rd February 2006, 10:46 AM
  3. WordPress 2.0.1
    By ptermx in forum PHP
    Replies: 1
    Last Post: 10th February 2006, 01:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •