Hallo,
I have run JForum on my
tomcat with de built in database (cause mysql gave errors). I have set de language to Dutch but now I have two errors.
First:
When I go to my profile I got an error. He expected an ). But I looked at the code and I didn't see something wrong.
The error must be in
if (f.new_password.value != f.password_confirm.value) {
alert("Het "Bevestig Wachtwoord" veld komt niet overeen met het "Wachtwoord" veld");
return false;
}
Second:
When I go to search I got an Jscript error. The error is like document.formSearch.search is empty of not an object.
Can anyone please help me with these problems.
Regards,
Henkie
[originally posted on jforum.net by henkie]