• ben565

    (@ben565)


    when i go to the install my site at wp-admin/install.php i get this error
    message-

    Warning: require_once(../wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/ben5672/domains/weight-loss3.com/public_html/wp-admin/install.php on line 4

    Fatal error: require_once() [function.require]: Failed opening required ‘../wp-load.php’ (include_path=’.:/usr/local/lib/php’) in /home/ben5672/domains/weight-loss3.com/public_html/wp-admin/install.php on line 4

Viewing 5 replies - 1 through 5 (of 5 total)
  • It’s telling you it can’t find wp-load.php

    It looks like the path is wrong:
    /home/ben5672/domains/weight-loss3.com/public_html/wp-admin/install.php

    I think it should be:
    /home/ben5672/public_html/wp-admin/install.php

    Let me know if that works for you.

    Thread Starter ben565

    (@ben565)

    Ok

    So how do i change the path?

    Did you check and see if you do have wp-load.php on your server? Maybe the installation was incomplete, and it’s looking for a missing file.

    You will find it outside of the wp-admin folder, in the same root directory index.php is.

    Thread Starter ben565

    (@ben565)

    all the files have been uploaded

    I would delete all files, re-upload and try the installation again.

    What ftp program are you using?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘error on installation’ is closed to new replies.