blog installation
-
I’m trying to add a blog to my website.
I followed the instructions from my web host and word press. when I try to launch I get a prompt stating that I have an error in line 34. which I believe is“/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’);”not sure and it could be another line. I don’t understand most of the nomenclature so I probably made an error.
Can someone look over the script below and tell me if something obvious jumps off the list? I’ve been puzzling this out for weeks I’m no closer now that I was when I started,
Thanks
Dennis
This is what I have now.
// ** MySQL settings – You can get this info from your web host ** //
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘FullBlasttech’);/** MySQL database username */
define(‘DB_USER’, ‘blog’);/** MySQL database password */
define(‘DB_PASSWORD’, ‘1234qwer’);/** MySQL hostname */
define(‘DB_HOST’, ‘adhost’);/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’);/**#@+
* Authentication Unique Keys and Salts.End
The blog I need help with is: (visible only to logged in users)
-
Hi. From the description you are giving, it looks like you have a self-hosted WordPress blog and are in the wrong forum. Please ask your question at http://wordpress.org/support
You are currently in a forum for blogs hosted by WordPress.com and our answers will not apply to your situation. Thanks and I hope you find a solution to your problem soon.
- The topic ‘blog installation’ is closed to new replies.