• Resolved magichappen

    (@magichappen)


    I have got problem when I have changed the tables in wp-config file and in phpmy admin.

    I have changed all the table prefix from wp_ to new
    But I have got this problem when log into wordpess admin

    Warning: Cannot modify header information – headers already sent by (output started at /home/servername/public_html/myblog.com/wp-settings.php:336) in /home/servername/public_html/myblog.com/wp-includes/pluggable.php on line 934

    I am running 2 blogs on wordpress under 1 server ( 1 is main blog and 2nd is addondomain).
    I have modified the database of 2nd domain and also the wp-config in that domain file.
    But I have got this problem also when i need to log into my main blog.
    Please help .
    It’s urgent.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Magic,

    Try deleting all white space at the end of wp-settings.php, so that there are no spaces or carriage returns after the closing php tag:

    ...
    do_action('wp_loaded');
    ?><--no spaces/lines after the closing tag

    Try that, it worked for me.

    Regards,

    Jordan

    Thread Starter magichappen

    (@magichappen)

    oh, thanks a lot. I was trying all the possibilities. But You have resolved it.
    Thanks a lot.

    Sweet! ?? Out of curiosity, are you on bluehost?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress Table Change’ is closed to new replies.