• Resolved insanoff

    (@insanoff)


    After the files are moved to Ubuntu, this error comes when i enter in controlpanel:
    Warning: Cannot modify header information – headers already sent by (output started at /var/www/wass/wp-content/themes/wass/functions.php:86) in /var/www/wass/wp-includes/pluggable.php on line 868

    Problems with encoding?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Problems with encoding?

    Usually it’s this problem and fix outlined here.

    Thread Starter insanoff

    (@insanoff)

    I have done with NetBeans and gedit, but did not help. (((

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Try this: Backup up your files and database one more time. You moved your blog so you should be able to do that again.

    Then via SSH (or a terminal window) to your Ubuntu server

    cd your-wordpress-directoy
    cp wp-config.php wp-config-save.php
    cp wp-config-sample.php wp-config.php

    That will save your old wp-config.php and get you a fresh copy of wp-config.php.

    Now edit the DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST to match your old settings and see if that works.

    Thread Starter insanoff

    (@insanoff)

    Thank you very! Problem was in function.php file.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Heh, I should have know from your error log 🙂

    Don’t forget to mark this one resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After the moving to Ubuntu: Cannot modify header information’ is closed to new replies.