Re: safeGT Installationsfehler
Verfasst: 02.03.2014 14:27
Also alles löschen und https://www.phpbb.de/support/pastebin.p ... iew&s=1403 einfügen?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
BNa hat geschrieben: viewtopic.php?f=86&t=230795&p=1319425#p1319419
Code: Alles auswählen
Parse error: syntax error, unexpected 'case' (T_CASE) in /users/gamenowde/www/phpBB3/includes/acp/acp_forums.php on line 697
Code: Alles auswählen
Parse error: syntax error, unexpected 'case' (T_CASE) in /users/gamenowde/www/phpBB3/includes/acp/acp_forums.php on line 697
ja, es ist ein komplexer fall, ergo etwas geduld,GameNowDE hat geschrieben:Du bearbeitest immer nach dem schreiben, deshalb. (Oder es wird nicht der ganze Beitrag angezeigt)
Code: Alles auswählen
if (strlen($forum_data['forum_password']) == 32)
{
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
// SAFE GT START
if (strlen($forum_data['forum_password']) == 32)
{
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
}
// SAFE GT START
if (!empty($forum_data['forum_gamertags']))
{
$thegts = unserialize($forum_data['forum_gamertags']);
if ($thegts == null){
$thegts = array();
}
}
else
{
$thegts = array();
}
// SAFE GT END
}
Code: Alles auswählen
// SAFE GT START
if (strlen($forum_data['forum_password']) == 32)
{
$errors[] = $user->lang['FORUM_PASSWORD_OLD'];
}
// SAFE GT START
if (!empty($forum_data['forum_gamertags']))
{
$thegts = unserialize($forum_data['forum_gamertags']);
if ($thegts == null){
$thegts = array();
}
}
else
{
$thegts = array();
}
// SAFE GT END
Code: Alles auswählen
Parse error: syntax error, unexpected '$template' (T_VARIABLE), expecting function (T_FUNCTION) in /users/gamenowde/www/phpBB3/includes/acp/acp_forums.php on line 614