waxrecordingstudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: admin goes to blank page after post update?Wow thanks again mac man! I had no idea how much plug ins could interfere with the basics of WP functionality – much appreciated !
Forum: Fixing WordPress
In reply to: “PHP Warning: Cannot modify header information” ?Thanks guys – this is very helpful – all changes made : )
Forum: Fixing WordPress
In reply to: “PHP Warning: Cannot modify header information” ?<?php
// Enable the WordPress Object Cache:
define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define(ENABLE_CACHE, true);
// ** MySQL settings ** //
define(‘DB_NAME’, ‘wordpress’); // The name of the databasedefine(‘DB_USER’, ‘xxxxxx’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxx’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
// Change SECRET_KEY to a unique phrase. You won’t have to remember it later,
// so make it long and complicated. You can visit https://api.www.ads-software.com/secret-key/1.0/
// to get a secret key generated for you, or just make something up.
define(‘SECRET_KEY’, ‘xxxxxxx’); // Change this to a unique phrase.
// You can have multiple installations in one database if you give each a unique prefix
$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’, ”);
/* That’s all, stop editing! Happy blogging. */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Fixing WordPress
In reply to: “PHP Warning: Cannot modify header information” ?wow OK THANKS!
Forum: Fixing WordPress
In reply to: “PHP Warning: Cannot modify header information” ?also this message:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wordpress/wp-config.php:67) in /var/www/html/wordpress/wp-includes/functions.php on line 790
Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wordpress/wp-config.php:67) in /var/www/html/wordpress/wp-includes/functions.php on line 791
Forum: Fixing WordPress
In reply to: !!! blog index page come up white blank page – rest of site fine?reverted to back up or site ion server –
Forum: Fixing WordPress
In reply to: blog home page appearing blank ? all plugs disabled – site hacked?THanks JAson – you clicked blog and it shows the blog index page???
Forum: Fixing WordPress
In reply to: HELP! site nav gone crazy keeps redirecting to blog pageactually I just diabled all my plugins and now it’s fine – working on weeding out the problem!
thanks Hayden – you we’re a help to point me in the right direction – very appreciated. gracious sir!! x
fixed see here:
been on the the server tech and this is what he says he is seeing:
[07-May-2010 13:36:17] PHP Warning: Cannot modify header information – headers already sent by (output started at /var/www/html/wordpress/wp-content/plugins/scroll-to-top/stt.php:30) in /var/www/html/wordpress/wp-includes/pluggable.php on line 868
thanks hayden
I can certainly look into that – but why after a week of coding while I am in the middle of loading a plugin would it suddenly start acting strangely? could that present a clue? must be in the wordpress folder files no?
Forum: Fixing WordPress
In reply to: Blogger Import not working :/thanks this worked incredibly well for me!