Install errors…help!
-
<b>”Parse error: parse error in /home/blissful/public_html/blog/wp-config.php on line 8
———
Fatal error: Call to a member function on a non-object in /home/blissful/public_html/blog/wp-admin/install.php on line 47″</b>
When I click on ‘wp-admin/install.php,’ this is what I get. I’m as confused as anything, so hopefully there will be a quick fix to this.
Here is my wp-config.php file. Maybe something is wrong in this?
“<?php
/** WordPress’s config file **/
/** http://wordpress.org/ **/
// ** MySQL settings ** //
define(‘DB_NAME’, ‘blissful_blog’); // The name of the database
define(‘DB_USER’, ‘blissful_carn); // Your MySQL username
define(‘DB_PASSWORD’, ‘[my 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_’
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define(‘ABSPATH’, dirname(__FILE__).’/’);
// Get everything else
require_once(ABSPATH.’wp-settings.php’);
?>”
If someone is kind enough to answer, I just want to warn you that I am, indeed, a newbie. I don’t quite understand all of the terms and all that go in to making this, so if you could write your explanation in WordPress For Dummies mode, I’d appreciate it. 😉
Thanks in advance!!
The topic ‘Install errors…help!’ is closed to new replies.