[gelöst]Nach Update keine Anmeldung mehr möglich
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Eine Neuinstallation von phpBB 2.0 wird auf phpBB.de nicht mehr unterstützt.
Siehe auch Entwicklungs-Ende von phpBB 2.0 - Auswirkungen auf phpBB.de
-
- Mitglied
- Beiträge: 18
- Registriert: 19.09.2007 13:28
- Wohnort: Jever / Friesland
- Kontaktdaten:
[gelöst]Nach Update keine Anmeldung mehr möglich
Hallo zusammen,
ich habe wie viele andere auch das Forum mittels dem Update auf den Neusten Stand gebracht ( ich auch ) nun habe ich das Problem es kann sich niemand mehr Regestrieren, wenn man im Forum auf Regestrieren klickt bleibt das Fenster Lehr ?
http://www.seepiraten-online.com/forum <---- Zur Bildlichen Verbesserung
was ist da passiert und wer kann mir in Ruhe und Step bye Setp erklären was ich nun tun muss damit sich User wieder Regestrieren können ?
Für Antworten wäre ich sehr Dankbar
gruß Störtebeker
ich habe wie viele andere auch das Forum mittels dem Update auf den Neusten Stand gebracht ( ich auch ) nun habe ich das Problem es kann sich niemand mehr Regestrieren, wenn man im Forum auf Regestrieren klickt bleibt das Fenster Lehr ?
http://www.seepiraten-online.com/forum <---- Zur Bildlichen Verbesserung
was ist da passiert und wer kann mir in Ruhe und Step bye Setp erklären was ich nun tun muss damit sich User wieder Regestrieren können ?
Für Antworten wäre ich sehr Dankbar
gruß Störtebeker
Zuletzt geändert von Störtebeker am 30.03.2008 13:29, insgesamt 2-mal geändert.
-
- Mitglied
- Beiträge: 18
- Registriert: 19.09.2007 13:28
- Wohnort: Jever / Friesland
- Kontaktdaten:
So Hallo nochmal,
ich habe diverse Dinge Vesucht aber leider Ohne jeglichen Erfolg.
Den phpbb Board Doctor ausgeführt
Die Foren Skins gewechselt auch Ohne Erfolg, da ich in der annahme war das dass Skin einen an der Schüssel hat. Auch nichts.
Nun ist die Frage warum geht mein Regestrier Fenster in meinem Forum nicht mehr auf ?
Auch habe ich eine alte Datenbak aufgespielt somit ist Mein Board OHNE das Update zzt. Auch nichts ?
Was für ein Problem kann da sein, da ich auch keine Fehlermeldung bekomme nur ein Weisses Fenster ?
Danke im Vorraus für eure Hilfe
ich habe diverse Dinge Vesucht aber leider Ohne jeglichen Erfolg.
Den phpbb Board Doctor ausgeführt
Die Foren Skins gewechselt auch Ohne Erfolg, da ich in der annahme war das dass Skin einen an der Schüssel hat. Auch nichts.
Nun ist die Frage warum geht mein Regestrier Fenster in meinem Forum nicht mehr auf ?
Auch habe ich eine alte Datenbak aufgespielt somit ist Mein Board OHNE das Update zzt. Auch nichts ?
Was für ein Problem kann da sein, da ich auch keine Fehlermeldung bekomme nur ein Weisses Fenster ?
Danke im Vorraus für eure Hilfe
-
- Mitglied
- Beiträge: 18
- Registriert: 19.09.2007 13:28
- Wohnort: Jever / Friesland
- Kontaktdaten:
Hi,
beim Update von 2.0.22 auf 2.0.23 sind normalerweise keine Änderungen an dieser Stelle (profile.php oder usercp_register.php) nötig...
Bist du wirklich sicher, dass erst nach dem Update der Fehler auftrat?
Kann es keine andere MOD vor dem Update gewesen sein?
Verlinke mal bitte deine profile.php als Textdatei..
Gruß
Underhill
Edit: Düssi war schneller
beim Update von 2.0.22 auf 2.0.23 sind normalerweise keine Änderungen an dieser Stelle (profile.php oder usercp_register.php) nötig...
Bist du wirklich sicher, dass erst nach dem Update der Fehler auftrat?
Kann es keine andere MOD vor dem Update gewesen sein?
Verlinke mal bitte deine profile.php als Textdatei..
Gruß
Underhill
Edit: Düssi war schneller

Jetzt online: Das Forum für deine private Lightshow
-
- Mitglied
- Beiträge: 18
- Registriert: 19.09.2007 13:28
- Wohnort: Jever / Friesland
- Kontaktdaten:
Das ist der Inhalt dieser Datei die Ihr wolltet weiss nicht ob es euch weiter Hilft wäre aber froh wenn es vielleicht ja nur eine kleinigkeit ist
gruß Störtebeker
<?php
/***************************************************************************
* profile.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: profile.php 5777 2006-04-09 16:17:28Z grahamje $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_PROFILE);
init_userprefs($userdata);
//
// End session management
//
// session id check
if (!empty($HTTP_POST_VARS['sid']) || !empty($HTTP_GET_VARS['sid']))
{
$sid = (!empty($HTTP_POST_VARS['sid'])) ? $HTTP_POST_VARS['sid'] : $HTTP_GET_VARS['sid'];
}
else
{
$sid = '';
}
//
// Set default email variables
//
$script_name = preg_replace('/^\/?(.*?)\/?$/', '\1', trim($board_config['script_path']));
$script_name = ( $script_name != '' ) ? $script_name . '/profile.'.$phpEx : 'profile.'.$phpEx;
$server_name = trim($board_config['server_name']);
$server_protocol = ( $board_config['cookie_secure'] ) ? 'https://' : 'http://';
$server_port = ( $board_config['server_port'] <> 80 ) ? ':' . trim($board_config['server_port']) . '/' : '/';
$server_url = $server_protocol . $server_name . $server_port . $script_name;
// -----------------------
// Page specific functions
//
function gen_rand_string($hash)
{
$rand_str = dss_rand();
return ( $hash ) ? md5($rand_str) : substr($rand_str, 0,
;
}
//
// End page specific functions
// ---------------------------
//
// Start of program proper
//
if ( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
{
$mode = ( isset($HTTP_GET_VARS['mode']) ) ? $HTTP_GET_VARS['mode'] : $HTTP_POST_VARS['mode'];
$mode = htmlspecialchars($mode);
if ( $mode == 'viewprofile' )
{
include($phpbb_root_path . 'includes/usercp_viewprofile.'.$phpEx);
exit;
}
else if ( $mode == 'editprofile' || $mode == 'register' )
{
if ( !$userdata['session_logged_in'] && $mode == 'editprofile' )
{
redirect(append_sid("login.$phpEx?redirect=profile.$phpEx&mode=editprofile", true));
}
include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
exit;
}
else if ( $mode == 'confirm' )
{
// Visual Confirmation
if ( $userdata['session_logged_in'] )
{
exit;
}
include($phpbb_root_path . 'includes/usercp_confirm.'.$phpEx);
exit;
}
else if ( $mode == 'sendpassword' )
{
include($phpbb_root_path . 'includes/usercp_sendpasswd.'.$phpEx);
exit;
}
else if ( $mode == 'activate' )
{
include($phpbb_root_path . 'includes/usercp_activate.'.$phpEx);
exit;
}
else if ( $mode == 'email' )
{
include($phpbb_root_path . 'includes/usercp_email.'.$phpEx);
exit;
}
}
redirect(append_sid("index.$phpEx", true));
?>
gruß Störtebeker
<?php
/***************************************************************************
* profile.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: profile.php 5777 2006-04-09 16:17:28Z grahamje $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
//
// Start session management
//
$userdata = session_pagestart($user_ip, PAGE_PROFILE);
init_userprefs($userdata);
//
// End session management
//
// session id check
if (!empty($HTTP_POST_VARS['sid']) || !empty($HTTP_GET_VARS['sid']))
{
$sid = (!empty($HTTP_POST_VARS['sid'])) ? $HTTP_POST_VARS['sid'] : $HTTP_GET_VARS['sid'];
}
else
{
$sid = '';
}
//
// Set default email variables
//
$script_name = preg_replace('/^\/?(.*?)\/?$/', '\1', trim($board_config['script_path']));
$script_name = ( $script_name != '' ) ? $script_name . '/profile.'.$phpEx : 'profile.'.$phpEx;
$server_name = trim($board_config['server_name']);
$server_protocol = ( $board_config['cookie_secure'] ) ? 'https://' : 'http://';
$server_port = ( $board_config['server_port'] <> 80 ) ? ':' . trim($board_config['server_port']) . '/' : '/';
$server_url = $server_protocol . $server_name . $server_port . $script_name;
// -----------------------
// Page specific functions
//
function gen_rand_string($hash)
{
$rand_str = dss_rand();
return ( $hash ) ? md5($rand_str) : substr($rand_str, 0,

}
//
// End page specific functions
// ---------------------------
//
// Start of program proper
//
if ( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
{
$mode = ( isset($HTTP_GET_VARS['mode']) ) ? $HTTP_GET_VARS['mode'] : $HTTP_POST_VARS['mode'];
$mode = htmlspecialchars($mode);
if ( $mode == 'viewprofile' )
{
include($phpbb_root_path . 'includes/usercp_viewprofile.'.$phpEx);
exit;
}
else if ( $mode == 'editprofile' || $mode == 'register' )
{
if ( !$userdata['session_logged_in'] && $mode == 'editprofile' )
{
redirect(append_sid("login.$phpEx?redirect=profile.$phpEx&mode=editprofile", true));
}
include($phpbb_root_path . 'includes/usercp_register.'.$phpEx);
exit;
}
else if ( $mode == 'confirm' )
{
// Visual Confirmation
if ( $userdata['session_logged_in'] )
{
exit;
}
include($phpbb_root_path . 'includes/usercp_confirm.'.$phpEx);
exit;
}
else if ( $mode == 'sendpassword' )
{
include($phpbb_root_path . 'includes/usercp_sendpasswd.'.$phpEx);
exit;
}
else if ( $mode == 'activate' )
{
include($phpbb_root_path . 'includes/usercp_activate.'.$phpEx);
exit;
}
else if ( $mode == 'email' )
{
include($phpbb_root_path . 'includes/usercp_email.'.$phpEx);
exit;
}
}
redirect(append_sid("index.$phpEx", true));
?>
KB:81Underhill hat geschrieben:Verlinke mal bitte deine profile.php als Textdatei..
Jetzt online: Das Forum für deine private Lightshow
-
- Mitglied
- Beiträge: 18
- Registriert: 19.09.2007 13:28
- Wohnort: Jever / Friesland
- Kontaktdaten: