Support » Installing WordPress » Installation humiliation

  • Resolved akwekon

    (@akwekon)


    First of all, I’m an ASP programmer and have no clue about PHP. But I do, generally, know how to follow instructions. Yet, when I configured and uploaded WordPress 2.2, I get a Page not found error when I attempt to run the install script.

    I have confirmed that the MySQL dB exists and that it is in wp-config.php. Likewise, I have confirmed that the files are on the server and that php v5 is enabled and active.

    Shouldn’t I be getting, at least, a php error rather than a 404 error?

    This has been a truly humbling experience. Any assistance would be greatly appreciated.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Did you change the wp-config-sample.php to wp.config.php?

    It may seem like a dumb question, but when I first tried the installation, I forgot to do that … also make sure that the $base is set to something like /blog/.

    for instance:

    “$base = ‘/blog/’;” (without double quotes)

    Come on, luci, a 404 is 404.

    Akwkon, most likely the files were not uploaded where you think you did upload them. Sometimes users upload the whole “wordpress” directory instead of its content… which would place the whole installation one subdir below.

    EDIT. Actually, there is nothing like that “base” code in the standard wp-config file! Don’t post misleading information.

    My apologies, moshu, my last 3 installations have been mu, I often mistake where I am lending advice. I’ll pay closer attention next time.

    Thread Starter akwekon

    (@akwekon)

    Yes, the sample config file was re-named and uploaded. It also contains the db info.

    While I don’t see any line similar to $base =, I have been wondering where you specify the root and path. In ASP we have to know these things.

    The files are where I expected them to me. They are in a sub-directory off of the domain’s root. The sub-directory is configured as a sub-domain. What is odd is that neither the sub-directory address or the main domain address works.

    OK, as I said above: disregard lucipublishing’s post, it’s nonsense.

    Let’s get back to the real issue.
    What do you mean neither the subdir or the main (root?) works…? Do you mean you’ve tried to install it in both places and it didn’t work?
    I have WP installed in root, in subdir, on a subdomain… all the possible variations 🙂
    I just can’t imagine how can’t you find the install.php file if you
    a) have the files and directories uploaded to the correct location
    b) you type the correct address in the address bar of the browser

    Thread Starter akwekon

    (@akwekon)

    The install.php file resides in a sub-directory named s4mi/wp-admin. The address of the file can be either http://s4mi.akwekon.com/wp-admin/install.php or http://www.akwekon.com/s4mi/wp-admin/install.php. The s4mi directory is directly off of my domain root and is where the wp-config.php is located. My domain maps s4mi.akwekon.com to http://www.akwekon.com/s4mi/.

    As I said, this is humiliating.

    Sub dir or not. My bet is that you uploaded the WP folder as well.

    Thread Starter akwekon

    (@akwekon)

    Directory structure is the same for php as it is in ASP. There is no wp directory. The structure is precisely as I outlined above.

    I don’t mean for this to sound so short and curt. I am simply trying to be precise about what I am describing. I really do appreciate your suggestions…it makes me go back to double-check everything.

    ermm, whats the problem?

    I go here:

    http://www.akwekon.com/s4mi/wp-admin/

    I clicked the links — put in the info and it installed.

    e-mail me at whoo (REMOVE THIS STUFF) @ village-idiot.org

    for the login info. Im not touching a thing, Ill just wait.

    whooami. Pure genius again. 🙂

    pure luck — it was the PHP configuration…

    Thread Starter akwekon

    (@akwekon)

    Thanks to all…the problem was with our server. PHP 5 was corrupt. We switched to PHP 4 and all is well.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Installation humiliation’ is closed to new replies.