i'm getting this output.
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:27) in /var/www/wp-includes/pluggable.php on line 391
how can i resolve this?
i'm getting this output.
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:27) in /var/www/wp-includes/pluggable.php on line 391
how can i resolve this?
valke, please put the SECRET_KEY statement in the second line of the wp-config.php after the "<?php" line.
now it looks like this:
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:28) in /var/www/wp-includes/pluggable.php on line 391
Warning: Cannot modify header information - headers already sent by (output started at /var/www/wp-config.php:28) in /var/www/wp-includes/pluggable.php on line 391
*yes, double now*
and this is what wp-config looks like (minus sensitive information)
<?php
// ** MySQL settings ** //
define('DB_NAME', 'here'); // The name of the database
define('DB_USER', 'here'); // Your MySQL username
define('DB_PASSWORD', 'here'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this $
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
// You can have multiple installations in one database if you give each a uniqu$
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!
// 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', '');
define('SECRET_KEY', 'your secret key please change it!'); // (insert here)
// 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. */
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
***also on my front page i'm getting this:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/wp-config.php:27) in /var/www/wp-content/plugins/wassup/wassup.php on line 1181
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/wp-config.php:27) in /var/www/wp-content/plugins/wassup/wassup.php on line 1181
Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /var/www/wp-content/plugins/wassup/wassup.php on line 1185
Valke please try to download the 1.4.6 again and reinstall it.
Everything was working fine on my 1.5 installation with WP2.5 for the past week and then today I started getting the same errors as Valke. I cannot even log in to my WP backend?? Any ideas?
You must log in to post.