Stuck on Step 1
-
This being the second time I’ve tried installing wp 1.5, I’m still encountering pretty much the same problems as the other times. Here’s what my install.php says when I run it:
<?php
$_wp_installing = 1;
if (file_exists(‘../wp-config.php’))
die(“The file ‘wp-config.php’ already exists. If you need to reset any of the configuration items in this file, please delete it first.”);if (!file_exists(‘../wp-config-sample.php’))
die(‘Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.’);if (!is_writable(‘../’)) die(“Sorry, I can’t write to the directory. You’ll have to either change the permissions on your WordPress directory or create your wp-config.php manually.”);
[Moderated: Long code posting removed.]
I changed the wp-config.php properly. My server is one of those 1% that actually places the database at a different address, but I took care of that. As well as filling in the proper database name, username and password.
I have not a clue what is wrong and could use any help someone could give to me….
Thanks…
Lisa
- The topic ‘Stuck on Step 1’ is closed to new replies.