• I’m trying to be a new WordPress user. I downloaded the WP files a couple of weeks ago, changed the wp-config.php file to the database specs and uploaded all files to my host directory I setup for the blog.

    I think I’m stuck on this step: “Open /wp-admin/install.php in your browser. This should setup the tables needed for your blog.” When I open this file, I just see a ton of HTML. I did buy a MySQL database for my host already. Could I get a clarification on what the next step is?
    Thanks for any help.
    Bob

Viewing 8 replies - 1 through 8 (of 8 total)
  • Do you have PHP on your server?

    Upload a new file called info.php or something. It should contain only this:

    <?php phpinfo(); ?>

    Now load it up in your browser. If you don’t see LOTS of information, you don’t have PHP.

    (For security reasons, delete the info.php file when you’re done.)

    Does your server have php installed and working. Ask your host about this, sometimes this is extra. Also review the minimum requirements to see which versions you’ll need.

    I won 🙂

    Thread Starter robian01

    (@robian01)

    Thanks for your responses.

    My hosting company apparently fixed the problem and WP got installed. So I tried starting the wp-logon.php page and it complained about not having access to cookies on my pc after I typed in the login info. Do I have to lower my browswer’s security to get into the app?

    Either that, or set an exception for your site. Most browsers will allow you to designate a site as “safe,” meaning that it can set cookies if it wants.

    Thread Starter robian01

    (@robian01)

    I tried every setting I could with IE 7 including “Always Allow” cookies for my site and I can’t login to WP without this error: “ERROR: WordPress requires Cookies but your browser does not support them or they are blocked.”
    Any ideas?

    This happens to many people and it is not a problem with your browser. See http://wordpress.org/support/topic/144079?replies=12 and also you can do a search for WordPress requires cookies.

    Thread Starter robian01

    (@robian01)

    Thank you. I’ll check that out.

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

The topic ‘Can’t get started?’ is closed to new replies.