Keinen Zugang mehr

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Speedway-Tom
Mitglied
Beiträge: 19
Registriert: 18.08.2007 17:20
Wohnort: Neuötting

Keinen Zugang mehr

Beitrag von Speedway-Tom »

Hallo zusammen,
ich bräuchte Eure Hilfe.
Bei dem Forum wo ich betreibe kann man sich nicht mehr Anmelden. Auch als Admin komme ich nicht mehr rein.

Was habe ich gemacht.
Vor drei Tagen wurde von mir ein neuer Style installiert ( http://demo.phpbb3styles.net/X-Treme ) und ich habe noch auf 3.0.1 das Forum laufen.
Alles lief einwandfrei bis heute. Mir wurde mitgeteilt (von Mietgliedern) das man seine eigenen Beiträge nicht mehr ändern kann. Auch bei Pm´s kann man nicht auf Antworten klicken. Es fehlten einfach die Buttons. Ich schaute nach ob die Buttons auf dem Server sind und fand sie auch. Also dachte ich (leider) ich stelle mal das Forum auf Englisch um. Gedacht getan :(
Ab jetzt ist die Schrift vom Forum sehr groß und man kann sich nicht mehr anmelden. Auch komme ich nicht in den Adminbereich mehr hinein um es auf Deutsch (Du) um zu stellen.

Kann mir BITTE einer HELFFEN? Ich wäre Euch soooooooooo DANKBAR

Hier der Link zu dem Forum: www.Speedway-Tom.de/phpBB

und hier die Fehlermeldung:

[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 916: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web756/html/phpBB/language/en/common.php:1) in /var/www/web756/html/phpBB/includes/functions.php on line 3529

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web756/html/phpBB/language/en/common.php:1) in /var/www/web756/html/phpBB/includes/functions.php on line 3531

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web756/html/phpBB/language/en/common.php:1) in /var/www/web756/html/phpBB/includes/functions.php on line 3532

Warning: Cannot modify header information - headers already sent by (output started at /var/www/web756/html/phpBB/language/en/common.php:1) in /var/www/web756/html/phpBB/includes/functions.php on line 3533

Was ist da falsch in der functions.php Datei?

Code: Alles auswählen

	// application/xhtml+xml not used because of IE
	header('Content-type: text/html; charset=UTF-8');

	header('Cache-Control: private, no-cache="set-cookie"');
	header('Expires: 0');
Lache nie über jemand der einen Schritt zurück macht,er könnte Anlauf nehmen
Benutzeravatar
nickvergessen
Ehrenadmin
Beiträge: 11559
Registriert: 09.10.2006 21:56
Wohnort: Stuttgart, Germany
Kontaktdaten:

Beitrag von nickvergessen »

Das Problem liegt in der:
language/en/common.php

Guck mal ob da am Anfang vllt ein Leerzeichen oder sowas steht.
Ansonsten versuchs mit:
KB:utf8bom
kein Support per PN
Speedway-Tom
Mitglied
Beiträge: 19
Registriert: 18.08.2007 17:20
Wohnort: Neuötting

Beitrag von Speedway-Tom »

Danke für die schnelle Antwort. Das mit dem Notepad++ ( die Datei imageset.cfg) habe ich schon versucht weil ich das hier im Forum schon gelesen habe.

Hier ist der Code von language/en/common.php natürlich nicht alles weil Du ja geschrieben hast dass am Anfang der Fehler sein sollte.

Code: Alles auswählen

<?php
/**
*
* common [English]
*
* @package language
* @version $Id: common.php 8479 2008-03-29 00:22:48Z naderman $
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
//
// Some characters you may want to copy&paste:
// ’ » “ ” …
//

$lang = array_merge($lang, array(
	'TRANSLATION_INFO'	=> '',
	'DIRECTION'			=> 'ltr',
	'DATE_FORMAT'		=> '|d M Y|',	// 01 Jan 2007 (with Relative days enabled)
	'USER_LANG'			=> 'en-gb',

	'1_DAY'			=> '1 day',
	'1_MONTH'		=> '1 month',
	'1_YEAR'		=> '1 year',
	'2_WEEKS'		=> '2 weeks',
	'3_MONTHS'		=> '3 months',
	'6_MONTHS'		=> '6 months',
	'7_DAYS'		=> '7 days',
Lache nie über jemand der einen Schritt zurück macht,er könnte Anlauf nehmen
Speedway-Tom
Mitglied
Beiträge: 19
Registriert: 18.08.2007 17:20
Wohnort: Neuötting

Beitrag von Speedway-Tom »

Außerdem bekomme ich die Meldung:
Access to the Administration Control Panel is not allowed as you do not have administrative permissions.
Warum habe ich nur auf Englisch umgestellt? Bei Deutsch ging alles wunderbar :(
Lache nie über jemand der einen Schritt zurück macht,er könnte Anlauf nehmen
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“