Ich wollte gerade das aktuelle Update ausführen und jetzt scheint sich ein Fehler eingebaut zu haben.
Ich hatte das Automatische Updatepack gewählt und wollte die Dateiänderungen zusammenführen.
Nun erhalte ich folgenden Fehler beim aufrufen der /install/ und der index.php
Code: Alles auswählen
Parse error: syntax error, unexpected $end in /homepages/45/d258380289/htdocs/board/includes/functions.php on line 2258
Code: Alles auswählen
// Forcing server vars is the only way to specify/override the protocol
if ($config['force_server_vars'] || !$server_name)
{
$server_protocol = ($config['server_protocol']) ? $config['server_protocol'] : (($config['cookie_secure']) ? 'https://' : 'http://');
$server_name = $config['server_name'];
$server_port = (int) $config['server_port'];
$script_path = $config['script_path'];
$url = $server_protocol . $server_name;
$cookie_secure = $config['cookie_secure'];
}
else
{