Backup einspielen

phpBB 3.0 hat sein "End of Life" erreicht. Eine Neu-Installation wird nicht mehr unterstützt.
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12178
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Backup einspielen

Beitrag von Mahony »

Hallo
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.
Benutzeravatar
winnetou
Mitglied
Beiträge: 850
Registriert: 13.11.2008 12:20
Wohnort: Bremen
Kontaktdaten:

Re: Backup einspielen

Beitrag von winnetou »

gloriosa hat geschrieben:Hallo,
hast Du MOD's eingebaut ? :o
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.
Benutzeravatar
gloriosa
Mitglied
Beiträge: 13770
Registriert: 04.01.2005 20:23
Wohnort: Landeshauptstadt Erfurt

Wer lesen kann ist klar im Vorteil !

Beitrag 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 ! :oops:

Zu Deinen persönlichen Problemen und Deinen unkontrollierten Aussagen / Behauptungen werde ich keinen Kommentar abgeben. :D
Viele Grüße - gloriosa :D
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 !
Benutzeravatar
winnetou
Mitglied
Beiträge: 850
Registriert: 13.11.2008 12:20
Wohnort: Bremen
Kontaktdaten:

Re: Backup einspielen

Beitrag von winnetou »

http://x300x.000a.de/phpBB3/

ok.....
dann gehört der portal mod wohl zum Standard!
Nossl
Mitglied
Beiträge: 21
Registriert: 09.05.2010 19:38

Re: Backup einspielen

Beitrag 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...
Benutzeravatar
winnetou
Mitglied
Beiträge: 850
Registriert: 13.11.2008 12:20
Wohnort: Bremen
Kontaktdaten:

Re: Backup einspielen

Beitrag von winnetou »

Hallo,
ich nutze Notpad++

Hier der download: http://www.chip.de/downloads/Notepad_12996935.html

Gruß
Jürgen
Nossl
Mitglied
Beiträge: 21
Registriert: 09.05.2010 19:38

Re: Backup einspielen

Beitrag 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 :(
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12178
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Backup einspielen

Beitrag 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

Code: Alles auswählen

<?php
entfernen.


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.
Nossl
Mitglied
Beiträge: 21
Registriert: 09.05.2010 19:38

Re: Backup einspielen

Beitrag 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...
Zuletzt geändert von Nossl am 11.05.2010 18:23, insgesamt 1-mal geändert.
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12178
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Backup einspielen

Beitrag von Mahony »

Hallo
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.
Gesperrt

Zurück zu „[3.0.x] Installation, Update und Konvertierung“