Beiträge: 100
Themen: 25
Registriert seit: 31.03.2007
Tag Leute..Ich verwende auf meiner Seite das Newsplugin und bekomme aber immer folgenden Fehler..Dieser steht über den News drüber..Also zuerst Fehler und dann News..
Code:
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/phost/k/net/pytalhost/kh-unlimited/web/index.php:11) in /srv/www/httpd/phost/k/net/pytalhost/kh-unlimited/web/board/inc/functions.php on line 1171
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/phost/k/net/pytalhost/kh-unlimited/web/index.php:11) in /srv/www/httpd/phost/k/net/pytalhost/kh-unlimited/web/board/inc/functions.php on line 1171
Was soll ich machen?
Beiträge: 2.769
Themen: 28
Registriert seit: 18.03.2006
Lad die index.php neu hoch.
Beiträge: 25.762
Themen: 269
Registriert seit: 20.09.2005
Mak schrieb: Lad die index.php neu hoch.An den Pfaden sieht man, dass die index.php nicht zum Forum gehört.
Kannst du den Inhalt mal posten?
Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
Beiträge: 100
Themen: 25
Registriert seit: 31.03.2007
16.12.2007, 12:18
(Dieser Beitrag wurde zuletzt bearbeitet: 16.12.2007, 12:19 von Pokecamp .)
PHP-Code:
<! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > < html > < head > < meta http - equiv = "Content-Type" content = "text/html; charset=utf-8" /> < link rel = "stylesheet" href = "http://www.kh-unlimited.pytalhost.net/style.css" type = "text/css" /> < title > KH - Unlimited & raquo ; Index </ title > </ head > < body > < table class= "layout_table" > < tr > <? include( "header.php" ) ?> </tr> <tr> <td class="layout_navi"> <? include("navi.php") ?> </td> <td class="layout_content"><?php define ( "IN_MYBB" , 1 ); define ( "KILL_GLOBALS" , 1 ); define ( "NO_ONLINE" , 1 ); // The Directory to the forum you are using this on. // You do not need a beggining or trailing slash $directory_to_forum = "board" ; chdir ( $directory_to_forum ); require dirname ( __FILE__ ). "/" . $directory_to_forum . "/global.php" ; $plugins -> run_hooks ( "site_news_plugin_run" ); ?> <p>Hier steht eigentlich nur Dummytext.</p> </td> </tr> <tr> <? include("footer.php") ?> </tr> </table> </body> </html>
Bitte..Meine index.php
Beiträge: 25.762
Themen: 269
Registriert seit: 20.09.2005
Probiere es so:
PHP-Code:
<?php define ( "IN_MYBB" , 1 ); define ( "KILL_GLOBALS" , 1 ); define ( "NO_ONLINE" , 1 ); // The Directory to the forum you are using this on. // You do not need a beggining or trailing slash $directory_to_forum = "board" ; chdir ( $directory_to_forum ); require dirname ( __FILE__ ). "/" . $directory_to_forum . "/global.php" ; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" href="http://www.kh-unlimited.pytalhost.net/style.css" type="text/css" /> <title>KH-Unlimited » Index</title> </head> <body> <table class="layout_table"> <tr> <? include("header.php") ?> </tr> <tr> <td class="layout_navi"> <? include("navi.php") ?> </td> <td class="layout_content"><?php $plugins -> run_hooks ( "site_news_plugin_run" ); ?> <p>Hier steht eigentlich nur Dummytext.</p> </td> </tr> <tr> <? include("footer.php") ?> </tr> </table> </body> </html>
Bitte die Foren-Regeln beachten und im Profil die verwendete MyBB-Version angeben.
Beiträge: 100
Themen: 25
Registriert seit: 31.03.2007
16.12.2007, 16:29
(Dieser Beitrag wurde zuletzt bearbeitet: 16.12.2007, 16:41 von Pokecamp .)
Es geht fast..Es sieht jetzt so aus...
EDIT: Fehler gefunden und behoben..Klappt alles..
Angehängte Dateien
Thumbnail(s)