• Resolved berchman

    (@berchman)


    I am attempting a fresh install of WP. I downloaded the files, made the correct changes to wp-config.php and when I point the browser at /wp-admin/install.php I receive the following error.

    Warning: main(/hsphere/local/home/transili/transilient.net/wp-includes/wp-db.php): failed to open stream: No such file or directory in /hsphere/local/home/transili/transilient.net/wp-settings.php on line 100

    Fatal error: main(): Failed opening required ‘/hsphere/local/home/transili/transilient.net/wp-includes/wp-db.php’ (include_path=’.:/usr/local/share/pear’) in /hsphere/local/home/transili/transilient.net/wp-settings.php on line 100

    line 100 of wp-settings.php is here

    95 if ( !defined(‘PLUGINDIR’) )
    96 define(‘PLUGINDIR’, ‘wp-content/plugins’);
    97 if ( file_exists(ABSPATH . ‘wp-content/db.php’) )
    98 require (ABSPATH . ‘wp-content/db.php’);
    99 else
    100 require_once (ABSPATH . WPINC . ‘/wp-db.php’);

    funny thing is I do not see a file called wp-db.php in the install folder. Mmm….

    Ideas anyone??

  • The topic ‘Brand New Install of 2.1 is stuck’ is closed to new replies.