bbPress

Simple, Fast, Elegant

bbPress support forums » Installation

Warning: Cannot modify header information

(6 posts)
  • Started 4 months ago by marshosh
  • Latest reply from marshosh
  • This topic is resolved
  1. Hello ...

    1. Before writing this subject discussed solutions in this forum wonderful, and I experienced everything I read and could not solve the problem

    2. This error in : http://kunashah.com/forum/

    3. The error Lines is :

    =================================================
    Warning: Cannot modify header information - headers already sent by (output started at /home/kunashah/public_html/forum/config.php:1) in /home/kunashah/public_html/forum/bb-admin/install.php on line 10

    Warning: Cannot modify header information - headers already sent by (output started at /home/kunashah/public_html/forum/config.php:1) in /home/kunashah/public_html/forum/bb-includes/functions.php on line 1910
    ==================================================

    Pleas Hellp Me ...

    Posted 4 months ago #
  2. My guess is that there are special characters in your config.php which are causing this problem. Can you recheck your config.php? Maybe a missing quote or semicolon is causing trouble, or you have a blank line before the <?php or after the ?>.

    Posted 4 months ago #
  3. also, remove all white space from beginning of any file you've modified.

    Posted 4 months ago #
  4. True , This is The problim ...
    I Have an Arabic characters in this Lines
    ==================================================
    // What are you going to call me?
    $bb->name = 'منتديات كناشة الفوائد';
    ==================================================

    and I am use a "UTF-8" format .

    Now How I can use an arabic characters in forum Name ?

    Thank you chrishajer & shmooth ...

    Posted 4 months ago #
  5. It may be possible to work around this bug by putting the name directly into the db via phpmyadmin. There are a few other bbPress forums in Arabic though so I am not sure how they got around it.

    (also make sure there is no whitespace after the ending ?> in config.php)

    Posted 4 months ago #
  6. Thank you Mr._ck_ ...
    Now I am use an arabic Title in my forum ...
    see it here
    http://kunashah.com/forum/

    ===================================================
    Thank you for all ... Now I have one problim in Registr with Non-English Names

    in this link :
    http://bbpress.org/forums/topic/registr-with-non-english-characters

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.

Code is Poetry.