Seite 2 von 3
Re: Backup einspielen
Verfasst: 09.05.2010 21:59
von Mahony
Hallo
Entferne mal das Leerzeichen aus der config.php - Siehe dazu auch KB:headers_already_sent
Grüße: Mahony
Re: Backup einspielen
Verfasst: 09.05.2010 22:04
von winnetou
gloriosa hat geschrieben:Hallo,
hast Du MOD's eingebaut ?

Das hier solche verarschungs Beiträge erlaubt sind.....
Das er Mods eingebaut hat, sieht man wenn man lesen kann!!!!!
Mich wundert es nicht das Du so viele Beiträge hast..
schönen Abend noch.
Und bevor Du fragst, ich bin seit einer Woche ohne Alk.
Wer lesen kann ist klar im Vorteil !
Verfasst: 10.05.2010 07:05
von gloriosa
@winnetou
das
Nossl hat geschrieben:Ich habe durch den ajax Chat die Config Datei vom Forum gelöscht...
bedeutet noch lange nicht, dass bereits andere / weitere MOD's eingebaut wurden !
Zu Deinen persönlichen Problemen und Deinen unkontrollierten Aussagen / Behauptungen werde ich keinen Kommentar abgeben.

Re: Backup einspielen
Verfasst: 10.05.2010 07:17
von winnetou
http://x300x.000a.de/phpBB3/
ok.....
dann gehört der portal mod wohl zum Standard!
Re: Backup einspielen
Verfasst: 10.05.2010 21:02
von Nossl
Habe in der Config ein Leerzeichen gefunden... dieses gelöscht.. nun habe ich 3 weitere Fehlermeldungen..
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4292: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4294: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4295: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4296: Cannot modify header information - headers already sent by (output started at /config.php:1)
Kann mir jmd ein Programm nennen, womit ich die Zeilen auslesen kann ? der Editor nummeriert die Zeilen nicht.. und mein Word nummeriert falsch.... dort steht ja das in der Zeile 4292 ein Fehler ist...( richtig ? ) Und diese Zeile muss ich ja irgendwie finden können...
Re: Backup einspielen
Verfasst: 10.05.2010 21:23
von winnetou
Hallo,
ich nutze Notpad++
Hier der download:
http://www.chip.de/downloads/Notepad_12996935.html
Gruß
Jürgen
Re: Backup einspielen
Verfasst: 10.05.2010 21:32
von Nossl
Super danke... da findet man was...
Also in den angegebenen Zeilen der Function.php datei steht folgendes
Zeile 4292 header('Content-type: text/html; charset=UTF-8');
Zeile4293
Zeile4294 header('Cache-Control: private, no-cache="set-cookie"');
Zeile4295 header('Expires: 0');
Zeile4296 header('Pragma: no-cache');
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4292: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4294: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4295: Cannot modify header information - headers already sent by (output started at /config.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4296: Cannot modify header information - headers already sent by (output started at /config.php:1)
ich weiß nicht was da falsch sein soll

Re: Backup einspielen
Verfasst: 10.05.2010 21:43
von Mahony
Hallo
In deiner config.php scheint noch ein Leerzeichen (in Zeile 1) zu sein.
output started at /config.php:1
Also das Leerzeichen vor
entfernen.
Grüße: Mahony
Re: Backup einspielen
Verfasst: 10.05.2010 22:06
von Nossl
da ist kein leerzeichen mehr
Code: Alles auswählen
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'db591832-main';
$dbuser = 'XXX';
$dbpasswd = 'XXX';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
das ist die config datei...
Re: Backup einspielen
Verfasst: 10.05.2010 22:12
von Mahony
Hallo
Speichere die Datei (config.php) mal als UTF8 ohne BOM siehe KB:utf8bom
Grüße: Mahony