• Resolved doc_misterio

    (@doc_misterio)


    I’m working via FTP directly to my root on the server – I copy the files over after having created my DB, mySQL user and pass as well as inputing it into the wp-config.php file.

    I find the install.php in the directory that it’s supposed to be in and run it, and I get this…

    “wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”); require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); $schema = ( isset($_SERVER[‘HTTPS’]) && strtolower($_SERVER[‘HTTPS’]) == ‘on’ ) ? ‘https://’ : ‘http://’; $guessurl = str_replace(‘/wp-admin/install.php?step=2’, ”, $schema . $_SERVER[‘HTTP_HOST’] . dirname($_SERVER[‘PHP_SELF’]) ); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?>

    hide_errors(); $installed = $wpdb->get_results(“SELECT * FROM $wpdb->users”); if ($installed) die(‘
    ‘.__(‘Already Installed’).’
    ‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’

    ‘); $wpdb->show_errors(); switch($step) { case 0: ?>
    ReadMe documentation at your leisure.’), ‘../readme.html’); ?>”

    Then below that error it has two boxes to enter info and a large button that says “<?php_e<‘Continue to Second Step »’);?>”

    It’s done this three times… I’m in contact with my host to see if perhaps he created the DB wrong… but I figured this might be faster…

Viewing 11 replies - 1 through 11 (of 11 total)
  • When contacting your host make sure you ask whether PHP is running on that server. Seemingly is NOT.

    Thread Starter doc_misterio

    (@doc_misterio)

    Before installing I made sure that PHP is on AND running as well as mySQL… there are several other sites running off of that server… he’s taking another look.

    Well, if you see all that garbage code – PHP is not parsing the files. I have seen this 100 times…

    I ran into this when first trying to install. I was clicking the link “/wp-admin/install.php” from the “readme” file that came with wordpress. It worked fine once I pulled up “http://my-site.com/wp-admin/install.php&#8221;. Mine is actually “http://my-site.com/blog/wp-admin/install.php&#8221; as I created a directory called “blog”.

    Thread Starter doc_misterio

    (@doc_misterio)

    Host just got back to me, PHP is running not only cause he checked it, but because there are also several other PHP relient softwares that I use on that server that are operating correctly…

    Thread Starter doc_misterio

    (@doc_misterio)

    Antbag… I am indeed clicking on the file after navigating there – I will try what you said!

    Hope it works.

    Thread Starter doc_misterio

    (@doc_misterio)

    Hmm still didn’t work… in fact, that didn’t work, and I even tried to just type it out (annoying and hardly necessary I know), but didn’t work either.

    I would type in the directory that you put it in, even if it is the root(index, default, home, etc.?)……such as “http://your-site.com/index/wp-admin/install.php&#8221; and see if that works. I think somehow you don’t have the correct url path.

    Thread Starter doc_misterio

    (@doc_misterio)

    You are right my friend… without knowing that PHP only works over HTTP… I didn’t know that I had to upload it all and then navigate to the /wp-admin/install.php in a BROWSER… sheesh I really feel like a user now…

    “click on the big blue E Doc” sigh… all part of the learning process!

    Hey, I’m glad I could help. I just installed this past week myself. I think I ran in to every problem there is……but I sure learned a lot.

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

The topic ‘IT guy turned user by the wordpress install’ is closed to new replies.