Nach Update auf 2.018 geht index Seite nicht mehr
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: 437
- Registriert: 05.04.2005 23:29
vorab
vorab die Constants , als TXT
http://www.diskusportal.ch/phpBB2/inclu ... stants.txt
Obs die Datenbank gibt gehe ich ben nachschauen.
Gruss
Ralf
http://www.diskusportal.ch/phpBB2/inclu ... stants.txt
Obs die Datenbank gibt gehe ich ben nachschauen.
Gruss
Ralf
-
- Mitglied
- Beiträge: 437
- Registriert: 05.04.2005 23:29
die
die sessionkeys gibt es.,
Aber warum hängt er Web2 etc...an
Gruss
Ralf
Aber warum hängt er Web2 etc...an
Gruss
Ralf
Re: die
In der constants.php scheint alles ok.RalfThomas hat geschrieben:die sessionkeys gibt es.,
Aber warum hängt er Web2 etc...an
Gruss
Ralf
Interessant ist nur, dass er die Datenbank nicht "übersetzt". das kann auch daran liegen wenn die Tabelle nicht der Bezeichnungskonvention
table_prefix . ' sessions_keys
entspricht. Was meinst Du mit Web2?. Wo wird das angehängt?
wartek
Zuletzt geändert von wartek am 06.11.2005 19:23, insgesamt 1-mal geändert.
Computers are not intelligent - they only think they are.
Re: die
Sorry stand eh da.wartek hat geschrieben:Was meinst Du mit Web2?.
Schau mal in die config.php ob der table_prefix so aussieht
und ob die Tabelle$table_prefix = 'usr_web2_1';
usr_web2_1sessions_keys heißt
wartek
Computers are not intelligent - they only think they are.
-
- Mitglied
- Beiträge: 437
- Registriert: 05.04.2005 23:29
da steht
da steht
in der Confix.php
$table_prefix = 'phpbb_';
in der Confix.php
$table_prefix = 'phpbb_';
Re: da steht
Das passt nicht ganz zu Deiner Fehlerangabe.RalfThomas hat geschrieben:da steht
in der Confix.php
$table_prefix = 'phpbb_';
EDIT: In der Fehlerbeschreibung wird die table_prefix unterschiedlich ausgegeben
Kann es sein dass in der sessions.php etwas hardcoded (usr_web2_1) drinnen steht?Table 'usr_web2_1.SESSIONS_KEYS_TABLE' doesn't exist
SELECT u.* FROM phpbb_users
Wie heißt die Tabelle tatsächlich?
wartek
Computers are not intelligent - they only think they are.
-
- Mitglied
- Beiträge: 437
- Registriert: 05.04.2005 23:29
also
ALSO
Das hier ist die Sessions
http://www.diskusportal.ch/phpBB2/includes/sessions.txt
Habe nun einen neuen Fehler habe mal *.rej Files angepasst.
Index startet nun. Möchte man was posten oder nun einen Thread öffnen kommt aber
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ./extension.inc owned by uid 638 in /srv/www/web2/html/phpBB2/viewtopic.php on line 25
Warning: main(./extension.inc): failed to open stream: Success in /srv/www/web2/html/phpBB2/viewtopic.php on line 25
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 25
Warning: main(): Unable to access ./common. in /srv/www/web2/html/phpBB2/viewtopic.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /srv/www/web2/html/phpBB2/viewtopic.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 26
Warning: main(): Unable to access ./includes/bbcode. in /srv/www/web2/html/phpBB2/viewtopic.php on line 27
Warning: main(./includes/bbcode.): failed to open stream: No such file or directory in /srv/www/web2/html/phpBB2/viewtopic.php on line 27
Warning: main(): Failed opening './includes/bbcode.' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 27
Warning: main(): Unable to access ./includes/functions_post. in /srv/www/web2/html/phpBB2/viewtopic.php on line 28
Warning: main(./includes/functions_post.): failed to open stream: No such file or directory in /srv/www/web2/html/phpBB2/viewtopic.php on line 28
Warning: main(): Failed opening './includes/functions_post.' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 28
Fatal error: Call to undefined function: message_die() in /srv/www/web2/html/phpBB2/viewtopic.php on line 54
Das hier ist die Sessions
http://www.diskusportal.ch/phpBB2/includes/sessions.txt
Habe nun einen neuen Fehler habe mal *.rej Files angepasst.
Index startet nun. Möchte man was posten oder nun einen Thread öffnen kommt aber
Warning: main(): SAFE MODE Restriction in effect. The script whose uid is 0 is not allowed to access ./extension.inc owned by uid 638 in /srv/www/web2/html/phpBB2/viewtopic.php on line 25
Warning: main(./extension.inc): failed to open stream: Success in /srv/www/web2/html/phpBB2/viewtopic.php on line 25
Warning: main(): Failed opening './extension.inc' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 25
Warning: main(): Unable to access ./common. in /srv/www/web2/html/phpBB2/viewtopic.php on line 26
Warning: main(./common.): failed to open stream: No such file or directory in /srv/www/web2/html/phpBB2/viewtopic.php on line 26
Warning: main(): Failed opening './common.' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 26
Warning: main(): Unable to access ./includes/bbcode. in /srv/www/web2/html/phpBB2/viewtopic.php on line 27
Warning: main(./includes/bbcode.): failed to open stream: No such file or directory in /srv/www/web2/html/phpBB2/viewtopic.php on line 27
Warning: main(): Failed opening './includes/bbcode.' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 27
Warning: main(): Unable to access ./includes/functions_post. in /srv/www/web2/html/phpBB2/viewtopic.php on line 28
Warning: main(./includes/functions_post.): failed to open stream: No such file or directory in /srv/www/web2/html/phpBB2/viewtopic.php on line 28
Warning: main(): Failed opening './includes/functions_post.' for inclusion (include_path='.:/usr/share/php') in /srv/www/web2/html/phpBB2/viewtopic.php on line 28
Fatal error: Call to undefined function: message_die() in /srv/www/web2/html/phpBB2/viewtopic.php on line 54
Meine Signatur war zu groß und wurde deshalb gelöscht - Siehe phpBB.de-Knigge
Du hast einen kompletten Abschnitt des Updates übersprungen:
Gruß
Saint
Code: Alles auswählen
#
#-----[ FIND ]---------------------------------------------
#
{// ( $userdata['user_session_time'] > $expiry_time && $auto_create ) ? $userdata['user_lastvisit'] : (
#
#-----[ REPLACE WITH ]---------------------------------------------
#
{
#
#-----[ FIND ]---------------------------------------------
#
$sessiondata['autologinid'] = (!$admin) ? (( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : '') : $sessiondata['autologinid'];
#
#-----[ REPLACE WITH ]---------------------------------------------
#
//
// Regenerate the auto-login key
//
if ($enable_autologin)
{
list($sec, $usec) = explode(' ', microtime());
mt_srand(hexdec(substr($session_id, 0, 8)) + (float) $sec + ((float) $usec * 1000000));
$auto_login_key = uniqid(mt_rand(), true);
if (isset($sessiondata['autologinid']) && (string) $sessiondata['autologinid'] != '')
{
$sql = 'UPDATE ' . SESSIONS_KEYS_TABLE . "
SET last_ip = '$user_ip', key_id = '" . md5($auto_login_key) . "', last_login = $current_time
WHERE key_id = '" . md5($sessiondata['autologinid']) . "'";
}
else
{
$sql = 'INSERT INTO ' . SESSIONS_KEYS_TABLE . "(key_id, user_id, last_ip, last_login)
VALUES ('" . md5($auto_login_key) . "', $user_id, '$user_ip', $current_time)";
}
if ( !$db->sql_query($sql) )
{
message_die(CRITICAL_ERROR, 'Error updating session key', '', __LINE__, __FILE__, $sql);
}
$sessiondata['autologinid'] = $auto_login_key;
unset($auto_login_key);
}
else
{
$sessiondata['autologinid'] = '';
}
// $sessiondata['autologinid'] = (!$admin) ? (( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : '') : $sessiondata['autologinid'];
Saint
-
- Mitglied
- Beiträge: 437
- Registriert: 05.04.2005 23:29
aeh
aeh ?????
Die Zeile gibts bei mir gar nicht
$sessiondata['autologinid'] = (!$admin) ? (( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : '') : $sessiondata['autologinid'];
Die Zeile gibts bei mir gar nicht
$sessiondata['autologinid'] = (!$admin) ? (( $enable_autologin && $sessionmethod == SESSION_METHOD_COOKIE ) ? $auto_login_key : '') : $sessiondata['autologinid'];