• Resolved MarkSherwood

    (@marksherwood)


    i have 2 problems.

    Problem 1 –
    I have a web hosting account with MediaLayer.com. I have a domain with Dynadot.com. Medialayer has the option to install WordPress, however when i tried to do this, i got this error message;-

    ! A test of the selected domain has failed (HTTP error: 200).

    Installatron is unable to install on a domain that is not resolving/loading to
    this web account.

    If this is a new web hosting account, or if this is a newly registered domain,
    please allow up to 24 hours for the domain to begin working (though usually
    within a few hours).

    If you’re sure that the domain is correctly loading to your web account, contact
    your web hosting administrator.

    Technical Error:
    2010-09-28T11:08:19-04:00 SUCCESS [3; /usr/local/bin/curl]
    http://www.suziegibb.com/deleteme.fye3zedx.php

    can anyone help with this? I dont know wether its dynadot, or medialayer that is giving me the problem.

    Problem 2 :-
    I try to download wordpress from this website, and it says i need to have my PhP enabled, and then it shows me some errors, I have windows vista 32 bit. Can anyone help me with this download? thankyou.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Ignore problem 2 – WordPress runs on your server, NOT your local PC, so it’s telling you ‘This PC isn’t set up to act as a webserver.’ Which I don’t think you want.

    Problem 1 is your host. Contact MediaLayer.com with that error.

    I have another problem.
    I am trying to install wordpress in my locallhost. To do it I follow the nex procedure
    1. Install wamp server.
    2. But This coul not run so I change the httpd.conf
    Listen 80 por
    Listen 81
    y
    ServerName localhost:80
    por
    ServerName localhost:81

    3. Then I creat a directory inside www directory called blog where I copy the decompress files of the wordpress.

    4. Creat the database wordpress
    4. I configure the file like this

    define(‘DB_NAME’, ‘wordpress’);

    /** Tu nombre de usuario de MySQL */
    define(‘DB_USER’, ‘root’);

    /** Tu contraseña de MySQL */
    define(‘DB_PASSWORD’, ”);

    /** Host de MySQL (es muy probable que no necesites cambiarlo) */
    define(‘DB_HOST’, ‘localhost:81’);

    /** Codificación de caracteres para la base de datos. */
    define(‘DB_CHARSET’, ‘utf8’);

    /** Cotejamiento de la base de datos. No lo modifiques si tienes dudas. */
    define(‘DB_COLLATE’, ”);
    5. I select in my localhost http:
    http://localhost:81/blog/wordpress/wp-admin/install.php
    but it do not run.

    What can I do?

    Moderator James Huff

    (@macmanx)

    bmjeri, you have a server configuration issue. Try following this guide: http://weblogtoolscollection.com/archives/2007/12/30/install-wordpress-locally-1-of-2/

    If that doesn’t help, contact the WAMP support forum: http://www.wampserver.com/phorum/index.php

    And next time, please don’t hijack an unrelated topic.

    Thread Starter MarkSherwood

    (@marksherwood)

    Have you set your name servers? I know its a little off the subject, but this helped me with WP once i had sorted my name servers out.

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

The topic ‘Cant Install WordPress’ is closed to new replies.