- Wat is het probleem?foutmelding in Fuction_validate
Wanneer ontstond het probleem?
Adres van je forum: http://
Geïnstalleerde mods:
Huidige template:
phpBB versie: 2.0.19
Waar is je forum gehost:
Heb je onlangs iets verandert aan je forum?
Heb je gezocht naar een antwoord? (Ja, welke zoekwoorden? Nee, probeer eerst eens te zoeken)
ik krijg deze foutmelding
Code: Selecteer alles
Warning: Missing argument 10 for validate_optional_fields() in /home/httpd/vhosts/carpflashes.nl/httpdocs/board/includes/functions_validate.php on line 169
Code: Selecteer alles
//
// Does supplementary validation of optional profile fields. This expects common stuff like trim() and strip_tags()
// to have already been run. Params are passed by-ref, so we can set them to the empty string if they fail.
//
function validate_optional_fields(&$icq, &$aim, &$msnm, &$skype, &$yim, &$website, &$location, &$occupation, &$interests, &$sig)
{
$check_var_length = array('aim', 'msnm', 'skype', 'yim', 'location', 'occupation', 'interests', 'sig');
for($i = 0; $i < count($check_var_length); $i++)
{