If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Advanced Poll 2.02  XML
Forum Index » German Forum
Author Message
Anonymous




Hy Zusammen,
Habe da ein kleines Problem:
Ich kann mich einloggen und auch alles bearbeiten, aber auf dem oberen bildschirm erscheint immer :

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 19


was muss ich ändern ?????????
Anonymous



Füge folgende Zeile in deine config.inc.php

<?php
ob_start();
/**
*
* MySQL -> class_mysql.php
* PostgreSQL -> class_pgsql.php
*
*/
.....

und achte darauf , das vor dem <?php nichts steht also kein Leeerzeichen und auch kein Return
Anonymous




wo genau einfügen ???
(Sorry )
Anonymous





<?php
ob_start(); // <- Da, das soll rein!!
/**
*
* MySQL -> class_mysql.php
* PostgreSQL -> class_pgsql.php
*
*/
.....
Anonymous





Vielen Dank es funktioniert !!!!!!!!

P.S. Wie sieht's mit nem zweiten "options_text" feld aus ???
 
Forum Index » German Forum
Go to:   
Based on the open source JForum