I have completed Steps 1 - 4, but I simply cannot work out what is involved in Step 5. Could some kind person explain Step 5 in VERY simple terms ?
I have completed Steps 1 - 4, but I simply cannot work out what is involved in Step 5. Could some kind person explain Step 5 in VERY simple terms ?
what is it asking i forgot what step 5 is?
Please explain where you have got to, and what the full error is you are seeing.
Step 5 is "Launch wp/admin/install.php in your browser. This should set up the tables needed for your blog", &c.
or if you have your blog in directory like blog/ then go to http://www.yourdomain.com/blog/wp-admin/install.php
My site is http://members.lycos.co.uk/myname. Am I to go to http://members.lycos.co.uk/myname/wp-admin/install.php ? If I do that, I always get an error-message.
I ought to have said, 'The message being "This page cannot be found" '
Then it's probably in a subdirectory below that like (and this is just an example):
http://members.lycos.co.uk/myname/BLOG/wp-admin/install.php
Do you know what directory you uploaded WordPress to?
I uploaded WP to ftp://members.lycos.co.uk/myname.
I wonder if the fault lies in my wp-config.php, which reads:
<?php
// ** MySQL settings ** //
define('DB_NAME', 'wordpress');http://members.lycos.co.uk // The name of the database
define('DB_USER', 'username'); myname// Your MySQL username
define('DB_PASSWORD', 'password'); mypassword// ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_'
// 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', '');
/* Stop editing */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
I would change the config to http://members.lycos.co.uk/yourname
also, are you sure that you installed wordpress in the root of your yourname, and not /yourname/wordpress?
No, I am afraid that I have had no success with that --- or with WordPress. Instead, I have changed to TypePad, which has proved quite excellent. My thanks to all that have contributed to the thread.
For future reference, here is step 5, in detail, with screenshots:
http://codex.wordpress.org/Installing_WordPress#Step_5:_Run_the_Install_Script
This topic has been closed to new replies.