Viewing 14 replies - 1 through 14 (of 14 total)
  • I’d delete and reupload the WordPress files. See Uploading WordPress to a remote host.

    Note don’t delete wp-config.php

    I’ve got the same problem. The install.php file either shows up as a blank or asks to be downloaded. I’m a first time user, trying to install on a localhost on my Mac Pro using MAMP.

    Any obvious things I should do or look for?

    One thing troubling. Most of the port info says it should be 8888. But the Start MAMP page lists 8889 as the port. Perhaps that’s the problem?

    John Kendrick

    I’ve got the same problem.

    Probably not the same thing. When a browser tries to download a PHP file then look at adding:

    AddType application/x-httpd-php .php

    to your httpd.conf file.

    thanks for the reply, Michael. I’m using Firefox as my browser on the Mac. When it pops up the download request, it, of course, asks, what I wish to do with the file, including, if I wish to open it, which application. I select Firefox. Doesn’t help.

    What would that mean for your fix?

    John

    Actually the problem is your web-server…so my suggestion still applies.

    I think I’ve got a similar problem. I am not tech-savvy so bear with me:

    – “You chose to install in the main directory of the domain tips4that.com, but there are conflicting filenames, therefore we can not proceed. Following filenames already exist in the main directory of the domain tips4that.com (path=”/home/tipstha1/public_html/”).You must manually remove these files before proceeding with auto-installation:
    index.php”

    I am using JustHost website hosting and they promise a one-click install or something similar

    tci22 – don’t see that as the same problem.

    You already have an index.php in your web-root and the one-click install must be seeing that. You might need to rename that index.php to something else.

    Either review Installing WordPress to install WordPress “manually” or talk with your host if you continue with the one-click install.

    Michael,

    Again thanks for the hand holding.

    I’m doing trial and error here because I’m only following instructions so I wonder if this is what you had in mind.

    I looked in the MAMP files in the conf folder and then to the apache folder to find the httpd.conf file. Assumed the problem was not wordpress but the server.

    I then found the following text entry;
    AddType application/x-httpd-php .php .phtml

    Since your addition did not include the “.phtml” bit, I simply added your statement.

    Sound right?

    John

    P. S. Just found time to try it out. Didn’t work. ;-(

    Does that mean a reinstall of both MAMP and WordPress is the best and, perhaps, only solution?

    Sorry, I can’t say that a reinstall will necessarily resolve things, as you already had the AddType line in your httpd.conf file.

    Assume you restarted your Apache…

    If you want to leave WordPress out of the equation, try the little phpinfo script in Finding Server Info to see if it ‘executes’.

    Thanks again. I’ll try it.

    Does it matter where I put the wordpress files on my computer. The docs I used recommended putting them in sites/wordpress. But I don’t recall ever telling any MAMP program where the files were. Thus, when I try to run the install program in wordpress, how do the two (MAMP stuff and wordpress) know to work with one another?

    Shouldn’t I have entered location material in each?

    John

    WordPress needs to be installed in your web-root folder (or a sub-folder of web-root).

    I don’t have anything I can readily identify on the Mac (10.6 OS) that called be called a web-root directory. The closest I see is the directory labeled “sites” which is the recommended directory for web pages.

    Looks to me as if I need to go back to the installation materials and to the two books I’ve got on installing wordpress to see something I may have missed

    Thanks for your help.

    John

    Web-root on my local machine is /xampp/htdocs.

    tci22 – I had the same problem once. Only thing that worked for me was to rename the folders “wp-content”, “wp-admin” and “wp-includes”. I also did a post on it at my site here: https://nickriebe.com/cant-delete-wordpress-folders-to-re-install/

    HTH,
    -Nick

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘wp-admin/install.php not loading’ is closed to new replies.