Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
Help with Wordpress wp-config.php issue!
Old 01-22-2010, 02:47 PM Help with Wordpress wp-config.php issue!
Douglife's Avatar
Extreme Talker

Posts: 218
Name: Douglas Montgomery
Location: Florida
Trades: 0
Hello all,

let me begin first by showing the error:

Code:
Warning: Cannot modify header information - headers already sent by (output started at /home/content/78/5045578/html/wp-config.php:1) in /home/content/78/5045578/html/wp-includes/pluggable.php on line 868
I am getting this whenever I click Subscribe to RSS, save or preview post, and draft save.

This is the wp-config.php file, with account information omitted with "="

Code:
<?php
/** 

 * The base configurations of the WordPress.

 *

 * This file has the following configurations: MySQL settings, Table Prefix,

 * Secret Keys, WordPress Language, and ABSPATH. You can find more information by

 * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing

 * wp-config.php} Codex page. You can get the MySQL settings from your web host.

 *

 * This file is used by the wp-config.php creation script during the

 * installation. You don't have to use the web site, you can just copy this file

 * to "wp-config.php" and fill in the values.

 *

 * @package WordPress

 */



// ** MySQL settings - You can get this info from your web host ** //

/** The name of the database for WordPress */

define('DB_NAME', 'dou0927804214379');



/** MySQL database username */

define('DB_USER', '======');



/** MySQL database password */

define('DB_PASSWORD', '======');



/** MySQL hostname */

define('DB_HOST', '======');



/** 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.

 *

 * Change these to different unique phrases!

 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}

 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.

 *

 * @since 2.6.0

 */

define('AUTH_KEY', '=');

define('SECURE_AUTH_KEY', '=');

define('LOGGED_IN_KEY', '=1');

define('NONCE_KEY', '=');

/**#@-*/



/**

 * WordPress Database Table prefix.

 *

 * You can have multiple installations in one database if you give each a unique

 * prefix. Only numbers, letters, and underscores please!

 */

$table_prefix  = 'wp_';



/**

 * WordPress Localized Language, defaults to English.

 *

 * Change this to localize WordPress.  A corresponding MO file for the chosen

 * language must be installed to wp-content/languages. For example, install

 * de.mo to wp-content/languages and set WPLANG to 'de' to enable German

 * language support.

 */

define ('WPLANG', '');



/* That's all, stop editing! Happy blogging. */



/** WordPress absolute path to the Wordpress directory. */

if ( !defined('ABSPATH') )

	define('ABSPATH', dirname(__FILE__) . '/');



/** Sets up WordPress vars and included files. */

require_once(ABSPATH . 'wp-settings.php');
?>

I've done some research, and there are suggestions that I have the <?php or ?> in the wrong spot, or that they have extra data before or after those tags.

Thanks for your time in helping me solve this problem!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Douglife is offline
Reply With Quote
View Public Profile Visit Douglife's homepage!
 
 
Register now for full access!
Old 01-22-2010, 03:17 PM Re: Help with Wordpress wp-config.php issue!
Banned

Posts: 4,083
Trades: 0
http://codex.wordpress.org/FAQ_Troub...ing_problem.3F

Interpreting the Error Message:
If the error message states: Warning: Cannot modify header information - headers already sent by (output started at /path/blog/wp-config.php:34) in /path/blog/wp-login.php on line 42, then the problem is at line #34 of wp-config.php, not line #42 of wp-login.php. In this scenario, line #42 of wp-login.php is the victim. It is being affected by the excess whitespace at line #34 of wp-config.php.
dWhite is offline
Reply With Quote
View Public Profile
 
Old 01-22-2010, 05:16 PM Re: Help with Wordpress wp-config.php issue!
Douglife's Avatar
Extreme Talker

Posts: 218
Name: Douglas Montgomery
Location: Florida
Trades: 0
Yea, it actually came down to Thesis being configured to not use a custom css stylesheet, which once I made the change it was fixed. Thanks for the link!
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
Douglife is offline
Reply With Quote
View Public Profile Visit Douglife's homepage!
 
Old 01-23-2010, 12:35 PM Re: Help with Wordpress wp-config.php issue!
Banned

Posts: 4,083
Trades: 0
Glad you got your problem fixed.
dWhite is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with Wordpress wp-config.php issue!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.54890 seconds with 12 queries