• Many apologies for posting an installation problem that has probably been tackled hundreds of times. But I could not find anything relevant to it while searching these supportforums.

    My problem is when I call the wp-admin/install.php. It generates the following information (minus the password info of course):

    <?php
    // ** MySQL settings ** //
    define('DB_NAME', 'fwblog06'); // The name of the database
    define('DB_USER', 'fwblog06'); // Your MySQL username
    define('DB_PASSWORD', '****'); // ...and password
    define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
    // You can have multiple installations in one database if you give each a unique prefix
    $table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
    // to enable German language support.
    define ('WPLANG', '');
    /* That's all, stop editing! Happy blogging. */
    define('ABSPATH', dirname(__FILE__).'/');
    require_once(ABSPATH.'wp-settings.php');
    ?>

    Warning: main(ABSPATH/wp-admin/admin-functions.php): failed to open stream: No such file or directory in c:domainsflibweb.nlwwwrootblogwp-adminupgrade-functions.php on line 3

    Fatal error: main(): Failed opening required 'ABSPATH/wp-admin/admin-functions.php' (include_path='.;C:PHPpear') in c:domainsflibweb.nlwwwrootblogwp-adminupgrade-functions.php on line 3

    The first thing I thought was missing or corrupted files, so I’ve downloaded both the Zipfile and Tarball from the download page and uploaded them to my host (Sohosted.com). But unfortunately both produce the same error. So I think we can pretty much rule out as a cause.

    I’m rather new to all this business, so I’m stumped on what it could possibly be.

    Any help would be appreciated.

    Regards,

    Rick

Viewing 2 replies - 1 through 2 (of 2 total)
  • No such file or directory in c:domainsflibweb.nlwwwrootblogwp-adminupgrade-functions.php on line 3

    That’s a strange line… shouldn’t that be something like:
    c:domains/flibweb.nl/wwwroot/blog/wp-admin/upgrade-functions.php on line 3 ? – notice the slashes between the folder names!

    Is this a hosted environment or hosted by you?

    Thread Starter mr_flibble

    (@mr_flibble)

    D’oh, I figured it out myself. Apparently after I edited the wp-config.php in the editor it saved ti with all kinds of useless tags before the first <?php> call. The extended installation guide warned about that.

    I’ve only got myself to blame for this one.

    Everything seems to be working fine now. All I need is a nice theme to unify the look with the rest of my site and I’m all set.

    Thanks for the response and sorry for your time.

    Kind regards

    Rick

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Installation problems’ is closed to new replies.