Quote:
Originally Posted by erinys
Nopes, no profixes at all are being used  and i just checked in phpmyadmin and the table "post" is there, with offcourse all the records/posts in it :S
About the javascript error.. i only get it @ work..
windowsxp
ie 6.0.2900.xxxx
dont know if my users are reporting the same.. never heard about it, and i only get this error at my work pc.. not at home 
webserver is a linux one, but i dont know much more specs.
this is the error:
line 104
expected '('
weird thing is.. if i check the source, and line 104.. its an empty line..
====
<input name=vb_login_username type=text id=navbar_username onfocus=if (this.value == 'Gebruikersnaam') this.value = ''; size=10 />
line 104 is here
<br>Wachtwoord:<br>
<input name=vb_login_password type=password size=10 />
====
|
I'm getting the same error for when you're not logged in. When logged in it's fine. Just happens with IE, not Firefox. It's a minor but annoying issue.
EDIT: This is the line in login_inc.php that causes it:
PHP Code:
<input name=vb_login_username type=text id=navbar_username onfocus=if (this.value == '$vbphrase[username]') this.value = ''; size=10 />
Replace with:
PHP Code:
<input name=vb_login_username type=text id=navbar_username size=10 />
No more error.