phpBB 2.0.18
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

-
- Berichten: 63
- Lid geworden op: 01 okt 2005, 20:51
-
- Berichten: 63
- Lid geworden op: 01 okt 2005, 20:51
-
- Berichten: 63
- Lid geworden op: 01 okt 2005, 20:51
-
- Berichten: 63
- Lid geworden op: 01 okt 2005, 20:51
- martijndoes
- Berichten: 120
- Lid geworden op: 09 sep 2004, 20:34
Code: Selecteer alles
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /usr/home/competitiete-nl/public_html/phpBB2/common.php on line 86

dit is mijn common.php rond regel 86
Code: Selecteer alles
// PHP4+ path
// Not only will array_merge give a warning if a parameter
// is not an array, it will actually fail. So we check if
// HTTP_SESSION_VARS has been initialised.
if (!isset($HTTP_SESSION_VARS) || !is_array($HTTP_SESSION_VARS))
{
$HTTP_SESSION_VARS = array();
}
// Merge all into one extremely huge array; unset
// this later
$input = array_merge($HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_SERVER_VARS, $HTTP_SESSION_VARS, $HTTP_ENV_VARS, $HTTP_POST_FILES);
unset($input['input']);
unset($input['not_unset']);
while (list($var,) = @each($input))
{
if (!in_array($var, $not_unset))
{
unset($$var);
}
}
unset($input);
}
- martijndoes
- Berichten: 120
- Lid geworden op: 09 sep 2004, 20:34
- martijndoes
- Berichten: 120
- Lid geworden op: 09 sep 2004, 20:34
- martijndoes
- Berichten: 120
- Lid geworden op: 09 sep 2004, 20:34
- martijndoes
- Berichten: 120
- Lid geworden op: 09 sep 2004, 20:34
Ik zit met deze. subSilver/admin/board_config_body.tpl
Maar dan in soft blue
Dit hele verhaal komt niet voor in Softblue, dus ik kan de wijziging niet zichtbaar maken 
Maar dan in soft blue
Code: Selecteer alles
Find:
<td class="row1">{L_VISUAL_CONFIRM}<br /><span class="gensmall">{L_VISUAL_CONFIRM_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="enable_confirm" value="1" {CONFIRM_ENABLE} />{L_YES} <input type="radio" name="enable_confirm" value="0" {CONFIRM_DISABLE} />{L_NO}</td>
______________________________________________
[color=green]{L_VISUAL_CONFIRM_EXPLAIN}
{CONFIRM_ENABLE}
</tr>
[/color]
_________________________________________________
After add:
<tr>
<td class="row1">{L_ALLOW_AUTOLOGIN}<br /><span class="gensmall">{L_ALLOW_AUTOLOGIN_EXPLAIN}</span></td>
<td class="row2"><input type="radio" name="allow_autologin" value="1" {ALLOW_AUTOLOGIN_YES} />{L_YES} <input type="radio" name="allow_autologin" value="0" {ALLOW_AUTOLOGIN_NO} />{L_NO}</td>
</tr>
<tr>
<td class="row1">{L_AUTOLOGIN_TIME} <br /><span class="gensmall">{L_AUTOLOGIN_TIME_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" size="3" maxlength="4" name="max_autologin_time" value="{AUTOLOGIN_TIME}" /></td>
</tr>

Heb je Last Visit geinstalleerd? Dat kan de oorzaak van het probleem zijn, aangezien ik Niels nu probeer te bereiken, met de mededeling dat de mod niet compatible is.Trudy schreef:laat maar je had al gewijzigd..
maar nu zit ik nog met mijn zelfde probleem. Ligt het aan de mods, of heb ik de files gewoon slecht aan gepast
@pumpeduse: Heb je aanpassingen gemaakt in het bestand?
... Maar ik modereer (nog) niet.