Seite 1 von 1

Forum nicht zu Mozilla kompatibel

Verfasst: 19.01.2007 11:28
von tobiasSSS
Hallo,
hab folgendes Problem, ich kenn mich mit dem Forum leider nicht so gut aus hab trotzdem an den Einstellungen rumgespielt und hab jetzt en großes problem.

Man kommt nur noch mit dem IE auf das forum, Firefox zeigt nur irgendwelche zeichen an. (auch wenn das forum deaktiviert ist)
link zum forum: http://z-plex.de/modules.php?name=Forums

hat jemand ne idee woran das liegen kann?

Vielen dank schonmal

Verfasst: 19.01.2007 12:11
von GreatStuff
Es geht auch nicht mit dem IE6... hast du da irgendwas mit der Zeichencodierung (ISO) herumgetan?

Re: Forum nicht zu Mozilla kompatibel

Verfasst: 19.01.2007 12:30
von nickvergessen
tobiasSSS hat geschrieben:Firefox zeigt nur irgendwelche zeichen an.
Also ihc seh die Seite ganz normal, außer folgende Fehlermeldungen:
Hide/Show Left Column
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web460/html/header.php:32) in /srv/www/web460/html/includes/sessions.php on line 291

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web460/html/header.php:32) in /srv/www/web460/html/includes/sessions.php on line 292

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web460/html/header.php:32) in /srv/www/web460/html/includes/page_header.php on line 495

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web460/html/header.php:32) in /srv/www/web460/html/includes/page_header.php on line 501

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/web460/html/header.php:32) in /srv/www/web460/html/includes/page_header.php on line 502
und dazu siehe KB:84

Verfasst: 19.01.2007 13:53
von tobiasSSS
also ich sehe niergens die fehlermeldungen!

wo kann ich was am zeichensatz (ISO) umstellen ? wo finde ich diese funktion?

Verfasst: 19.01.2007 14:53
von Zlocko
tobiasSSS hat geschrieben:also ich sehe niergens die fehlermeldungen!
Ich sehe da aber ein php Nuke Board und finde das er beim Nuke Support eher eine passende Antwort bekommen wird.

:wink:

Verfasst: 19.01.2007 15:47
von tobiasSSS
kann ich mir nicht vorstellen weil das problem beschränkt sich ja nur auf das forum und deren konfiguration

Verfasst: 19.01.2007 16:04
von Boecki91
das Forum ist aber nciht von phpbb sondern von phpnuke.

Verfasst: 19.01.2007 17:21
von Fähnchen
:: Powered by phpBB © 2001, 2002 phpBB Group ::
Gehe mal mit Opera auf dein Board. :wink:
Den Zeichensatz kannst du in lang_main.php oder overall_header.tpl einstellen. Das ist aber nicht der Grund für die Fehlerhafte Anzeige des Forums bei dir.

Der Quelcode im header sieht nämlich auf den ersetn Blick okay aus.

Code: Alles auswählen

<head>
<title>Z-Plex.de ...und die Ortenau bebt! </title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT">
<META NAME="DISTRIBUTION" CONTENT="GLOBAL">
<META NAME="AUTHOR" CONTENT="Z-Plex.de ...und die Ortenau bebt!">
<META NAME="COPYRIGHT" CONTENT="Copyright (c) by Z-Plex.de ...und die Ortenau bebt!">
<META NAME="KEYWORDS" CONTENT="keywoerter hier eintragen">
<META NAME="DESCRIPTION" CONTENT="...und die Ortenau bebt!">
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<META NAME="REVISIT-AFTER" CONTENT="1 DAYS">
<META NAME="RATING" CONTENT="GENERAL">
<META NAME="GENERATOR" CONTENT="PHP-Nuke Copyright (c) 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL (http://phpnuke.org/files/gpl.txt). PHP-Nuke comes with absolutely no warranty, for details, see the license (http://phpnuke.org/files/gpl.txt).">
<script type="text/javascript">
function addBookmark(title,url) {
if (window.sidebar) {
window.sidebar.addPanel(title, url,"");
} else if( document.all ) {
window.external.AddFavorite( url, title);
} else if( window.opera && window.print ) {
return true;
}
}
</script>



<style type="text/css">
<!--

#listbutton{
border:1px solid #4B4B4B;
background-color:#F3F3F3;
width:60px;
height:12px;
font: normal 11px Arial, Verdana, Helvetica, sans-serif;
text-align:center;
cursor:pointer;cursor:pointer;
vertical-align:top;
}

.expandhighlight, .expandhighlight a{
color:red;
}

-->
</style><script type="text/javascript">
<!--
function openwindow(){
	window.open ("modules/Forums/copyright.php","Copyright","toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=200");
}
//-->
</SCRIPT>

<link rel="alternate" type="application/rss+xml" title="RSS" href="backend.php">
<LINK REL="StyleSheet" HREF="themes/Ace-Orange/style/style.css" TYPE="text/css">
</head>
Vielleicht ist bei der Einbindung des Forums als Modul etwas schief gegangen?

Verfasst: 29.01.2007 11:57
von tobiasSSS
Son jungs hab den fehler nu gefunden:
Bitte nicht auslachen :D

GZip-Komprimierung aktivieren Ja x Nein

stand auf ja und mit nein funzts jetzt

THX nochma für eure antworten