- Wat is het probleem? na update toch nog allemaal foutmeldingen
Wanneer ontstond het probleem? na de update
Adres van je forum: http://www.5broden2vissen.nl/forum/
Modifications op je forum: geen
Huidige stijl:
phpBB versie: was 2.0.18 wordt 2.0.21
Waar is je forum gehost: PCextreme.nl
Heb je onlangs iets verandert aan je forum? ja (update)
Nadat alle gewijzigde bestanden naar de server zijn gestuurd heb ik update-to-latest-version uitgevoerd. Dat ging goed. Althans, er kwam te staan:
=================
// Redirect via an HTML form for PITA webservers if (@preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE'))) { header('Refresh: 0; URL=' . $server_protocol . $server_name . $server_port . $script_name . $url); echo '
If your browser does not support meta redirection please click HERE to be redirected
'; exit; } // Behave as per HTTP/1.1 spec for others header('Location: ' . $server_protocol . $server_name . $server_port . $script_name . $url); exit; } ?>
Information
Database type :: mysql
Previous version :: 2.0.18
Updated version :: 2.0.21
Updating database schema
Progress :: . . . Done
Result :: No errors
Updating data
Progress :: . . . . . . .
Updating version and optimizing tables
Progress :: . . Done
Result :: No errors
Update completed
Please make sure you have updated your board files too, this file is only updating your database.
You should now visit the General Configuration settings page in the Administration Panel and check the General Configuration of the board. If you updated from versions prior to RC-3 you must update some entries. If you do not do this emails sent from the board will contain incorrect information. Don't forget to delete this file!
=============================
Vervolgens heb ik de install dir met inhoud verwijderd.
Daarna zie ik dat de browser nog wel bezig is om verbinding te maken met: ..../install/,%20$server_protocol%20,%20$server_name%20,%20$server_port....
en blijft daar "hangen".
Als ik naar min forum ga, krijg ik een heleboel codes en 5x een warning.
Ik zet het hieronder maar even neer:
==============================
e_sql = 'session_user_id = ' . (int) $user_id; $where_sql .= ($user_id == $userdata['user_id']) ? " AND session_id <> '" . $userdata['session_id'] . "'" : ''; $sql = 'DELETE FROM ' . SESSIONS_TABLE . " WHERE $where_sql"; if ( !$db->sql_query($sql) ) { message_die(CRITICAL_ERROR, 'Error removing user session(s)', '', __LINE__, __FILE__, $sql); } if ( !empty($key_sql) ) { $auto_login_key = dss_rand() . dss_rand(); $current_time = time(); $sql = 'UPDATE ' . SESSIONS_KEYS_TABLE . " SET last_ip = '$user_ip', key_id = '" . md5($auto_login_key) . "', last_login = $current_time WHERE key_id = '" . md5($userdata['session_key']) . "'"; if ( !$db->sql_query($sql) ) { message_die(CRITICAL_ERROR, 'Error updating session key', '', __LINE__, __FILE__, $sql); } // And now rebuild the cookie $sessiondata['userid'] = $user_id; $sessiondata['autologinid'] = $auto_login_key; $cookiename = $board_config['cookie_name']; $cookiepath = $board_config['cookie_path']; $cookiedomain = $board_config['cookie_domain']; $cookiesecure = $board_config['cookie_secure']; setcookie($cookiename . '_data', serialize($sessiondata), $current_time + 31536000, $cookiepath, $cookiedomain, $cookiesecure); $userdata['session_key'] = $auto_login_key; unset($sessiondata); unset($auto_login_key); } } // // Append $SID to a url. Borrowed from phplib and modified. This is an // extra routine utilised by the session code above and acts as a wrapper // around every single URL and form action. If you replace the session // code you must include this routine, even if it's empty. // function append_sid($url, $non_html_amp = false) { global $SID; if ( !empty($SID) && !preg_match('#sid=#', $url) ) { $url .= ( ( strpos($url, '?') !== false ) ? ( ( $non_html_amp ) ? '&' : '&' ) : '?' ) . $SID; } return $url; } ?>']; case AUTH_ADMIN: $result = $result || $is_admin; break; } $auth_user = $auth_user || $result; } } else { $auth_user = $is_admin; } return $auth_user; } ?> // Redirect via an HTML form for PITA webservers if (@preg_match('/Microsoft|WebSTAR|Xitami/', getenv('SERVER_SOFTWARE'))) { header('Refresh: 0; URL=' . $server_protocol . $server_name . $server_port . $script_name . $url); echo '
If your browser does not support meta redirection please click HERE to be redirected
'; exit; } // Behave as per HTTP/1.1 spec for others header('Location: ' . $server_protocol . $server_name . $server_port . $script_name . $url); exit; } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/5broden2vissen.nl/www/forum/includes/sessions.php:528) in /home/5broden2vissen.nl/www/forum/includes/sessions.php on line 258
Warning: Cannot modify header information - headers already sent by (output started at /home/5broden2vissen.nl/www/forum/includes/sessions.php:528) in /home/5broden2vissen.nl/www/forum/includes/sessions.php on line 259
Warning: Cannot modify header information - headers already sent by (output started at /home/5broden2vissen.nl/www/forum/includes/sessions.php:528) in /home/5broden2vissen.nl/www/forum/includes/page_header.php on line 483
Warning: Cannot modify header information - headers already sent by (output started at /home/5broden2vissen.nl/www/forum/includes/sessions.php:528) in /home/5broden2vissen.nl/www/forum/includes/page_header.php on line 485
Warning: Cannot modify header information - headers already sent by (output started at /home/5broden2vissen.nl/www/forum/includes/sessions.php:528) in /home/5broden2vissen.nl/www/forum/includes/page_header.php on line 486
==============================
Wat is er aan de hand?
en hoe kan ik verder?