PDA

View Full Version : YaBB SE - getting error


snipes
02-13-2002, 01:51 AM
Yeah, my site was down for about 5 hours tonight and once it came back up, my YaBB SE Bulletin Board is down and giving me strange errors.

Warning: Unexpected character in input: ' in /home/lightho/public_html/yabbse/Sources/Subs.php on line 177

Parse error: parse error, expecting `']'' in /home/lightho/public_html/yabbse/Sources/Subs.php on line 177

Fatal error: Call to undefined function: clicklog() in /home/lightho/public_html/yabbse/index.php on line 52

Line 177 says this:
<form action="$cgi;action=login2" method="post"><br><input type=text name="user" size="7"> <input type=password name="passwrd" size="7"> <select name="cookielength"><option value="^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@>$txt[yse47]</option8<option value="10080">$txt[yse4^]</option><option value="302400">$txt[yse49]</option><option value="$txt[yse50]" selected>$txt[yse50]</option></select> <input type="submit" value="$txt[34]"><br>$txt[yse52]</form>

Any ideas at all? I'm stumped and I need this board back up. The URL for this is:
http://www.lighthousewd.com/yabbse/index.php

Thanks,
Wes
wes@lighthousewd.com

Aragorn450
02-13-2002, 02:30 AM
Well, first off... I don't know anything about YaBB, but the value="^@^@^@^@.... doesn't look good of course... and it doesn't have a closing quote at the end of it...

Plus, the closing option after that section should be </option> instead of </option8

That's probably not the problem but... just something to look at :-)

Charlie

snipes
02-13-2002, 11:23 AM
Thanks Charlie for the tip. I actually just replaced the Subs.php file with the backup and it worked just fine! Thank you so much for your willingness to help. I really appreciate it!

-Wes

Aragorn450
02-13-2002, 11:57 AM
Heh, no problem... and I'm glad you got it fixed :)

Charlie