Seite 1 von 2
Login nicht gleich wirksam
Verfasst: 29.12.2004 14:30
von sinopoli
Hallo!
hab grad phpBB installiert und schon das 1. kleine Prob.
Nachdem Login werde ich zwar auf den Forum Index weitergeleitet, bin aber nicht eingelogt, d.h. der Link zum ACP fehlt, kein Zugriff auf versteckte Foren usw. Wenn ich noch auf Login klicke, gehts dann plötzlich (ohne erneute Eingabe der Daten).
Woran kann das liegen und was kann ich dagegen tun?
Verfasst: 29.12.2004 14:34
von kratzer54847
Verfasst: 29.12.2004 16:05
von sinopoli
hab ich gelesen, Cookie- und Pfadeinstellungen stimmen, Browserkonfiguration ist auch o.k. Problem bleibt.
Das Forum findet ihr übrigens unter
http://forum.m-fi.de
Verfasst: 29.12.2004 16:35
von Amdosh
Schreibe mal bitte alle Angaben die in den Links angeben sind, wie du sie im Adminmenü eingetragen hast.
Domainname:
www.deine-domain.de
Server Port: 80
Script Pfad: /forum/
Cookie Domain:
Cookie Name: phpbb2XXX
Cookie Pfad: /
Wenn ein falscher Wert da steht, dann klappt es nicht mit den auf deinen Rechner abgelegten Cookies.
Notfalls einen Testaccount (z.B. Name: test PW: test) einrichten.
Grüsse Amdosh
Verfasst: 29.12.2004 16:39
von BZebra
Versuchs mal hiermit:
Code: Alles auswählen
##############################################################
## MOD Title: Allow multiple domain names
## MOD Author: dirtdart <drew@burchett-family.com> (Drew Burchett) http://www.burchett-family.com/conserv
## MOD Description: This MOD allows you to use multiple domain names with your phpbb board
## MOD Version: 1.0.1
##
## Installation Level: Easy
## Installation Time: ~1 Minutes
## Files To Edit: common.php
## Included Files: n/a
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
## This is a very simple MOD that allows multiple domain names (ie: www.mydomain.com and www.yourdomain.com)
## to be used on a single phpbb board. Please do not confuse this with cookie domains. This does not affect
## your cookies in any way except that users who move from one domain to another will have to log in the first
## time each domain is visited.
##
## To install this MOD:
## Open common.php and add the lines as listed below.
## Navigate to your admin panel and open your configuration.
## Remove any entry that is in the Domain Name field.
## Save your configuration.
##
## Thanks to A_Jelly_Donut for the php3 compliant code change.
##############################################################
## MOD History:
##
## 2004-07-25 - Version 1.0.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
common.php
#
#-----[ FIND ]------------------------------------------
#
while ( $row = $db->sql_fetchrow($result) )
{
$board_config[$row['config_name']] = $row['config_value'];
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
//Allow multiple domain names
$board_config['server_name'] = ( !empty( $_SERVER ) ) ? $_SERVER['SERVER_NAME'] : $HTTP_SERVER_VARS['SERVER_NAME'];
//End Allow multiple domain names
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Verfasst: 29.12.2004 19:59
von sinopoli
Der Mod half leider auch nix.
Im Grund funktioniert Login offensichtlich sogar. Ich hab nähmlich auf alles Zugriff, nur die Ansicht wird erst beim nächsten Aufruf aktuallisiert (vielleicht doch eher ein Browser-Problem?). Aber ich komm einfach nicht dahinter, worans häängt!
Ach ja, die Konfiguration wurde ja noch gewünscht!
Also...
Domain: forum.m-fi.de
Port: 80
Pfad: /
Cookie-Domain: [leer]
Cookie-Name: phpbb2m-fi
Cookiepfad: /
Danke für eure schnelle Hilfe
Gruß
sinopoli
Verfasst: 29.12.2004 20:41
von Amdosh
Trag bei Cookie Domain auch forum.m-fi.de ein, danach im Browser auch die Cookies löschen wieder.
Grüsse Amdosh
Verfasst: 31.12.2004 11:08
von sinopoli
Das hat leider auch nichts gebracht!
Verfasst: 31.12.2004 11:33
von marino
jetzt kommt das was ich eigentlich schon vermisse ..
link zum forum und ein testaccount bitte .. worum ja auch schon amdosh bat ) mal sehn obs am browser liegt .. was ich aber fast nicht glaub ..
die konfig-einstellungen sind allerdings ok
Verfasst: 31.12.2004 12:22
von sinopoli
hab jetzt nen Testaccount eingerichtet.
URL:
http://forum.m-fi.de
User: test
Pw: test
hab vorher noch was vergessen: Nachdem ich alle Cookies gelöscht hatte, gings beim 1.Login, dann aber wieder nicht...
Danke, dass ihr euch alle so bemüht!
Gruß
sinopoli