• I’ve edited/saved uploaded all the files to a sub directory in my site but unable to run
    https://xxxxxxxxxx.com/home/lounge/wp-admin/install.php
    I am also unable to retrieve it by ipAddress//home/lounge/wp-admin/install.php as get a bad hostname found. Called up my ISP and was told everything on thier end is fine, spolke with a supervisor as well who stated issue seems to be a scripting error. The following msg below is what I recv when I try to run install.php… I am using phpMyAdmin 2.7.0-pl2 on goDaddy server. I WOULD GREATLY APPRECIATE IF SOMEONE CAN ASSIST ME WITH EDITING/FINALIZING MY INSTALLATION.

    The page cannot be found
    The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

    Please try the following:

    * Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
    * If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
    * Click the Back button to try another link.

    HTTP Error 404 – File or directory not found.
    Internet Information Services (IIS)

    Technical Information (for support personnel)

    * Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.
    * Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

    PLZ HELP!!!!!!!!!!!!!!!!!!!!

Viewing 11 replies - 1 through 11 (of 11 total)
  • A link to your site would have helped, but at a guess, leave out the “home” bit of the path – that might be what the folder is called when you see it in your FTP client, but the web server will not normally show that.

    Try:

    http://yoursite.com/lounge/wp-admin/install.php

    Watch out for other issues with an IIS server on GoDaddy – I think some people have had trouble there. Post again if you run into any trouble.

    First, email Godaddy and ask if you can be moved to a Linux server. That will be better in the long run.

    The supervisor is completely totally and utterly wrong. We should send them a clue as a gift.

    If you are happy to give me login details, I’ll sort it out for you. Email me – tamba2 at gmail dot com

    —-

    The error though is just that the files are not where it expects to find them. When your blog works, what address would I go to see it? For example:
    https://www.example.com/blog
    https://www.example.com/

    It can all be sorted though ??

    Thread Starter mvwadmin

    (@mvwadmin)

    reply to LesBessant…..
    home & lounge are actually subdirectories on the site

    1. A link to your site would have helped == https://www.marigotvillage.com/home/lounge/wp-admin/install.php

    I actually tried it without the home as well as https://64.202.189.187/home/lounge/wp-admin/install.php
    and still no success.

    PLZ HELP GUYS!

    with godaddy .. do you not have to set up your databases?

    … i know i do not using it on my servers .. i could help you out if you want …

    Thread Starter mvwadmin

    (@mvwadmin)

    REPLY to podz

    I have no idea as to if the site is running on as it was handed over to me two days ago. I will inquire if its on a linux server…
    URL = marigotvillage.com/home/lounge/wp-admin/install.php

    please email as we may discuss ur suggestions of logging into …..

    mvwadmin ….

    email – bradhuss at hyperactive-media dot com …

    Thread Starter mvwadmin

    (@mvwadmin)

    Respond to hyperactive-media
    with godaddy .. do you not have to set up your databases?
    I was providided with the following info when site was given to me and also by godaddy.

    Data Base name:marigot6002
    PW:*********
    mysql_marigot6002.dns
    Host name: mysql109.secureserver.net

    Not sure what one I placed the * next to is related to.
    I currently have these settings on in wp-config on server

    define(‘DB_NAME’, ‘xxxxxxx6002’); // The name of the database
    define(‘DB_USER’, ‘xxxxxxx6002’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘Xxxxxxx’); // …and password
    define(‘DB_HOST’, ‘mysql109.secureserver.net’); // 99% chance you won’t need to change this value

    Plz let me know if these settings are correct or if need change

    Thread Starter mvwadmin

    (@mvwadmin)

    I found the issue and resolved it “PARTIALLY”. Issue was that I was on a windows server and now switched to a Linux server. After trying to run https://marigotvillage.com/home/lounge/wp-admin/install.php
    I recv this msg

    Fatal error: Call to undefined function: wp() in /home/content/w/a/n/wangol/html/home/lounge/wp-settings.php on line 5

    what does this mean?

    Thread Starter mvwadmin

    (@mvwadmin)

    ISSUE HAS BEEN RESOLVED AND NOW UP/RUNNING
    BIG THANKS TO bradhuss at hyperactive-media dot com
    AND ALSO EVERYONE WHO ASSISTED..

    TAHNKS ALL .: ??

    I just found this post after searching some more, already posted a question in another group…

    I too am on IIS and getting the 404 error when I try to run istall.php.

    mysql seems to be running fine, as evidenced by being able to run the admin program, create users, create databases, etc.

    i’ve tried changing the application association in iis from the dll to the exe and back – no change. except now if i try to run the install.php i see a little command window open up and the test flash by.

    Can anybody run down the likely reasons that the 404 error is coming up…? I know the iis isn’t having problems finding the install.php file itself – it can find other files in the directory – so i guess the 404 error is coming from a file that is being called from within the install.php?

    any pointers would be helpful.

    btw i can’t get rid of iis on this machine due to another application we have that depends on it. another possibility would be to install an additional web server on the same box if it can ‘play nice’ with iis.

    – Sam

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘UNABLE TO RUN INSTALL.PHP’ is closed to new replies.