Pagina 1 van 1

foutmelding in functions_validate.php

Geplaatst: 19 feb 2006, 09:03
door carpflashes.nl
Support template:
  • 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)
Overige opmerkingen:

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
en dit is regel 165 tot 175

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++)
	{

Geplaatst: 19 feb 2006, 10:21
door Paul
ik denk dat je iets fout hebt aangepast bij het installeren van een mod in usercp_register.php :)