Wilhelm
12-06-2001, 02:08 PM
help,
i got 2.2.1 and i think after i installed the multiranking system i got this message, for my luck ony in my admin cp. When i klick all users options(add, find...) i got this error message.
i got no ideas about php so i copy the code here:
while ($profilefield=$DB_site->fetch_array($profilefields)) {
if ($profilefield[title] == "Ranksystem") {
makechoosercode("Ranksystem","field".$profilefield[profilefieldid],"rank");
}
else {
makeinputcode($profilefield[title],"field".$profilefield[profilefieldid]);
}
}
}
doformfooter("Save"); /thats line 107
}
i got 2.2.1 and i think after i installed the multiranking system i got this message, for my luck ony in my admin cp. When i klick all users options(add, find...) i got this error message.
i got no ideas about php so i copy the code here:
while ($profilefield=$DB_site->fetch_array($profilefields)) {
if ($profilefield[title] == "Ranksystem") {
makechoosercode("Ranksystem","field".$profilefield[profilefieldid],"rank");
}
else {
makeinputcode($profilefield[title],"field".$profilefield[profilefieldid]);
}
}
}
doformfooter("Save"); /thats line 107
}