• Fatal error: Failed opening required ‘//wp-settings.php’ (include_path=”) in //wp-config.php on line 25
    Cany anyone help? I tried removing the / from ABSPATH, changing the path around to various things, and have gotten nowhere. I’ve never coded PHP, so please explain as such. Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • i have the same problem too. can someone answer this?

    Can you let us know what versions of PHP, mySQL you’re using ? Can you share your website’s URL with us so we can examine your phpinfo.php output ?

    The version is usually helpful, too.
    Searching for ‘failed opening required’ brings up lots of relevant posts.
    Here’sone of them.

    I’m using:
    MySQL 3.23.52
    wordpress-1.0.1-miles
    PHP Version 4.2.3
    It seems to have problem with these two lines of code:
    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    Please help!

    i get the same problem running:
    MySQL 3.23.32
    wordpress-1.0.2
    PHP Version 4.0.6

    I am install WP first time. And got same trouble.
    But I successed installed it.
    WP Ver 1.0.2
    Step 1:
    Remark (or deleted) follow code in wp-setting.php :
    ——————————
    $wpdb->hide_errors();
    if (!$wpdb->get_row(“SELECT * FROM $tableusers LIMIT 1”) && !strstr($HTTP_SERVER_VARS[‘REQUEST_URI’], ‘install.php’)) {
    die(“It doesn’t look like you’ve installed WP yet. Try running install.php.”);
    }
    $wpdb->show_errors();
    ——————————
    Step 2:
    run install.php
    (you will get many errors on top of page, but don’t mind it.)
    Step 3:
    Finish install.php.
    You will get a login name and password.
    Step 4:
    Restore step 1 code.
    Step 5:
    It’s successed installed. 😛
    My english is poor, sorry.
    Hope this post can help you.

    Sorry, I mistook topic.

    Anonymous

    I’m having the same problem
    PHP Version 4.1.2
    MySQL Version 3.23.41
    WordPress Version 1.0.2 from Sourceforge
    Any help would be much appreciated. Thank You.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Issue with install.php’ is closed to new replies.