Backup einspielen
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Backup einspielen
Hallo
Entferne mal das Leerzeichen aus der config.php - Siehe dazu auch KB:headers_already_sent
Grüße: Mahony
Entferne mal das Leerzeichen aus der config.php - Siehe dazu auch KB:headers_already_sent
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Re: Backup einspielen
Das hier solche verarschungs Beiträge erlaubt sind.....gloriosa hat geschrieben:Hallo,
hast Du MOD's eingebaut ?
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 !
@winnetou
das
Zu Deinen persönlichen Problemen und Deinen unkontrollierten Aussagen / Behauptungen werde ich keinen Kommentar abgeben.
das
bedeutet noch lange nicht, dass bereits andere / weitere MOD's eingebaut wurden !Nossl hat geschrieben:Ich habe durch den ajax Chat die Config Datei vom Forum gelöscht...

Zu Deinen persönlichen Problemen und Deinen unkontrollierten Aussagen / Behauptungen werde ich keinen Kommentar abgeben.

Viele Grüße - gloriosa 
Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !

Die einen schützen sich vor frischem Wind, während die anderen ihn nutzen.
Kein kostenloser MOD-Einbau usw. bzw. Support via PN, Email oder IRC !
Re: Backup einspielen
Habe in der Config ein Leerzeichen gefunden... dieses gelöscht.. nun habe ich 3 weitere Fehlermeldungen..
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...
[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
Hallo,
ich nutze Notpad++
Hier der download: http://www.chip.de/downloads/Notepad_12996935.html
Gruß
Jürgen
ich nutze Notpad++
Hier der download: http://www.chip.de/downloads/Notepad_12996935.html
Gruß
Jürgen
Re: Backup einspielen
Super danke... da findet man was...
Also in den angegebenen Zeilen der Function.php datei steht folgendes

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');
ich weiß nicht was da falsch sein soll[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)

- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Backup einspielen
Hallo
In deiner config.php scheint noch ein Leerzeichen (in Zeile 1) zu sein. entfernen.
Grüße: Mahony
In deiner config.php scheint noch ein Leerzeichen (in Zeile 1) zu sein.
Also das Leerzeichen voroutput started at /config.php:1
Code: Alles auswählen
<?php
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Re: Backup einspielen
da ist kein leerzeichen mehr
das ist die config datei...
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);
?>
Zuletzt geändert von Nossl am 11.05.2010 18:23, insgesamt 1-mal geändert.
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Backup einspielen
Hallo
Speichere die Datei (config.php) mal als UTF8 ohne BOM siehe KB:utf8bom
Grüße: Mahony
Speichere die Datei (config.php) mal als UTF8 ohne BOM siehe KB:utf8bom
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.