• wp-config.php file. I need this before we can get started. Need more help? We got it. You can create a wp-config.php file through a web interface, but this doesn’t work for all server setups. The safest way is to manually create the file.”, “WordPress › Error”); } require_once(‘../wp-config.php’); require_once(‘./upgrade-functions.php’); if (isset($_GET[‘step’])) $step = $_GET[‘step’]; else $step = 0; header( ‘Content-Type: text/html; charset=utf-8’ ); ?> > text_direction) ) : ?>

    ‘.__(‘Already Installed’).’
    ‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’

    ‘); switch($step) { case 0: ?>
    ReadMe documentation at your leisure.’), ‘../readme.html’); ?>

    ERROR: please type your e-mail address”)); } else if (!is_email($admin_email)) { die(__(“ERROR: the e-mail address isn’t correct”)); } ?>

    log in with the username “admin” and password “%2$s”.’), ‘../wp-login.php’, $password); ?>

    Note that password carefully! It is a random password that was generated just for you. If you lose it, you will have to delete the tables from the database yourself, and re-install WordPress. So to review:’); ?>

    admin
    wp-login.php

    WordPress, personal publishing platform.’); ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you have a question?

    There should have been a wp-config-sample.php file in your wordpress download. Just copy it to wp-config.php, fill it in with your database information, and upload.

    I will post an install problem in the same topic, that saves some paper ;).
    I have a friend for who I want to install wordpress.
    I run everything as it should be. The tables are made in mySQL (I see it via phpMyAdmin) and I get the login screen. After filling out that screen we get the next screen

    View of the screen

    I deleted the tables, and did a reinstall. Same problem.
    I’ve changed the database location to another host, same problem again.

    Could that be, because there is a .com domain and a .be domain?

    Thx in advance.

    Could that be, because there is a .com domain and a .be domain?

    Nope.

    Have you checked the web server error logs?

    How can I reach the webserver error logs?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘install problem S.O.S.’ is closed to new replies.