sannaberger
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error Establishing Database Connectioni changed it but still get the same message im afraid….
the “WordPress
‘.__(‘Already Installed’).'”…. message.ah, driving me insane now!
Forum: Installing WordPress
In reply to: Error Establishing Database Connectionfigaro – thats exactly what i want, thank you!
before i do that i just wanna make sure that nothing will happen to my already existing wordpress blog that i have connected to a different domain?!thank you very much.
Forum: Installing WordPress
In reply to: Error Establishing Database Connectionnow i get this response:
WordPress
‘.__(‘Already Installed’).’‘.__(‘You appear to have already installed WordPress. To reinstall please clear your old database tables first.’).’
‘);} switch($step) { case 0: case 1: // in case people are directly linking to this display_header(); ?>ReadMe documentation at your leisure. Otherwise, just fill in the information below and you\’ll be on your way to using the most extendable and powerful personal publishing platform in the world.’), ‘../readme.html’); ?>
error) ) wp_die($wpdb->error->get_error_message()); display_header(); // Fill in the data we gathered $weblog_title = isset($_POST[‘weblog_title’]) ? stripslashes($_POST[‘weblog_title’]) : ”; $admin_email = isset($_POST[‘admin_email’]) ? stripslashes($_POST[‘admin_email’]) : ”; $public = isset($_POST[‘blog_public’]) ? (int) $_POST[‘blog_public’] : 0; // check e-mail address if (empty($admin_email)) { // TODO: poka-yoke die(‘
‘.__(“ERROR: you must provide an e-mail address.”).’
‘); } else if (!is_email($admin_email)) { // TODO: poka-yoke die(‘‘.__(‘ERROR: that isn’t a valid e-mail address. E-mail addresses look like: username@example.com’).’
‘); } $wpdb->show_errors(); $result = wp_install($weblog_title, ‘admin’, $admin_email, $public); extract($result, EXTR_SKIP); ?>admin
‘.__(‘Note that password carefully! It is a random password that was generated just for you.’).”; ?>
Forum: Installing WordPress
In reply to: Error Establishing Database Connectionfigaro – thank you! but i have entered the correct information and it still does not work!
kind regardsForum: Installing WordPress
In reply to: Error Establishing Database Connectionmichael –
i have entered exactly that information correctly and still it doesnt work im afraid..Forum: Installing WordPress
In reply to: Error Establishing Database Connectionone.com
Forum: Installing WordPress
In reply to: Error Establishing Database Connectioni have the same problem.
i already use wordpress for a different site, is that the problem?
i have changed all the info to the correct one:// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘galeriexxxx’);/** MySQL database username */
define(‘DB_USER’, ‘galeriexxxxx’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘xxxx’);/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);this last one i havent changed because i dont know what it means.
i have saved it and uploaded it with dreamweaver but still doesnt work. i get the same default problem page as above. please help.kind regards.