Seite 1 von 1

Kann nicht mehr ins ACP

Verfasst: 29.10.2005 22:14
von TOMM!K
Hallo,
nach einem Mod einbau, kann ich nicht mehr in das ACP - doch es werden Fehler angezeigt, in denen ich überhaupt nicht gearbeitet habe.

Was mich auch stutzig macht ist folgender Text aus der install:
#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#

case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;

#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#

// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END

#
#-----[ FIND ]------------------------------------------
#
# german: Finde
#

case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;

#
#-----[ AFTER, ADD ]------------------------------------------
#
# german: Danach einfügen
#

// Intro + Portal MOD START
case PAGE_INTRO:
$location = $lang['Viewing_Intro'];
$location_url = "intro.$phpEx?pane=right";
break;
case PAGE_PORTAL:
$location = $lang['Viewing_Portal'];
$location_url = "portal.$phpEx?pane=right";
break;
// Intro + Portal MOD END

Es wird zweimal das gleiche aufgeführt.

Es handelt sich hierbei um den Intro + Portal Mod

Gruß,
tommik.

Verfasst: 29.10.2005 22:23
von Markus67
Hi ...

Das passt schon mit dem doppelten Einfügen :wink:

Wie lauten denn die Fehlermeldungen die du bekommst?

Markus

Verfasst: 29.10.2005 22:26
von TOMM!K
... Danke!

Auch bei der Fehlermeldung ist etwas kurioses aufgedrehten.
Manchmal erscheint die Fehlermeldung:
f
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/pytalhost/4627/html/phpBB2/admin/index.php:1) in /srv/www/httpd/pytalhost/4627/html/phpBB2/includes/functions.php on line 813
Manchmal die:
f
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/pytalhost/4627/html/phpBB2/admin/index.php:1) in /srv/www/httpd/pytalhost/4627/html/phpBB2/includes/sessions.php on line 329

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/pytalhost/4627/html/phpBB2/admin/index.php:1) in /srv/www/httpd/pytalhost/4627/html/phpBB2/includes/sessions.php on line 330

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/pytalhost/4627/html/phpBB2/admin/index.php:1) in /srv/www/httpd/pytalhost/4627/html/phpBB2/includes/functions.php on line 813

Gruß,
tommik.

Verfasst: 29.10.2005 22:30
von Markus67
Hi ...

vielleicht bekommst du das ganze selbst in den Griff ... :wink:
http://www.phpbb.de/viewtopic.php?t=100507

falls nicht verlinke mal bitte die admin/index.php als txt-Datei
KB:datei

Markus

Verfasst: 29.10.2005 22:34
von TOMM!K

Verfasst: 29.10.2005 22:54
von Markus67
Hi ....

hast du noch andere MOD's eingebaut?
Welche phpBB-Version nutzt du?

Markus

Verfasst: 29.10.2005 23:09
von TOMM!K
Nope, habe ich nicht ;).

Die neuste.

Verfasst: 29.10.2005 23:18
von Markus67
Hi ....

die sieht ein bischen schwer durcheinander aus ... nimm mal die hier ..
index.php

Markus

Verfasst: 29.10.2005 23:40
von TOMM!K
Danke, geht alles wieder ;)