jeffjeff2
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Problem installing WPWill do – what info will be helpful to send you?
Forum: Installing WordPress
In reply to: Problem installing WPSorry, I’m fairly new at this forum — where do I find your email?
Forum: Installing WordPress
In reply to: Problem installing WPUpload location? Could be… I uploaded everything into http://…..com/blog. Should it have been loaded to the index?
Forum: Installing WordPress
In reply to: Problem installing WPI copied it from Step #5 and pasted it into my URL. In other words, I put in my URL up to that point, then pasted the rest. At any rate, I’m not even sure I filled in the wp-config.php file at this point. Here’s what it has:
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘alittlem_wpblog’); // The name of the database
define(‘DB_USER’, ‘alittlem_wpblog’); // Your MySQL username
define(‘DB_PASSWORD’, ‘*****’); // …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’);
?>Note: I created a database in my control panel called “wpblog” before running wp-admin/install.php – I just don’t know why I’m not getting the admin and password so I can login!
Forum: Installing WordPress
In reply to: Problem installing WPNo, I had copy/pasted it…
Forum: Installing WordPress
In reply to: Problem installing WPYes, that is a typo. And yes, when I unzipped the download, it did form 4 folders and several files. I ftp’d all up to account.