Missing semicolon before close brace

These are old archives. They are kept for historic purposes only.
Post Reply
kevthedude
Posts: 5
Joined: Sun Mar 19, 2006 4:24 pm

Missing semicolon before close brace

Post by kevthedude »

Code: Select all

[Tue Mar 21 23:21:04 2006] - config error: unrealircd.conf:295: Missing semicolon before close brace
[Tue Mar 21 23:21:04 2006] - config error: Could not load config file unrealircd.conf
[Tue Mar 21 23:21:04 2006] - config error: IRCd configuration failed to load
That's the error I'm getting. The stupid thing is that line 295 doesn't exsist. The last line in the file is 271 :shock:

Anyone know anything that cause this error? I check for missing semicolons but didn't find any. Tell me if you want me to paste the source
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

Well, if you're sure you've checked all, it's best to indeed post your config.. But please do it om something like http://www.pastebin.com and just post the link here.

No idea how it can give an error on line 295, if you say 271 is the last one..
nate
Posts: 148
Joined: Fri Jul 29, 2005 10:12 am
Location: Johnstown, Pa
Contact:

Post by nate »

If you are pasting in pastebin, make sure also to remove any passwords and what not from your conf : )

Factor in I believe it counts lines from the included files also, most you should do Kevthedude is recheck your configuration files and make sure all the lines which should have a semicolon (the ; character) has one.
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

are you counting all lines including /*BLAH*/'s? be sure to clean your config of extra bs before you pastebin, also make sure to use ONE editor and not multiple, tends to cause problems
-Bricker-
kevthedude
Posts: 5
Joined: Sun Mar 19, 2006 4:24 pm

Post by kevthedude »

http://pastebin.com/618649

That's my config file
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

So, tell us... did you modify your help.conf? :wink:
Maybe the error is in there... :roll:
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Unreal tells you what file the error occured in. His did not occur in an include.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Mark
Posts: 57
Joined: Mon Dec 26, 2005 4:01 pm

Post by Mark »

log "ircd.log" {
Not sure if you can use the quotes there.. Can't find anything else that might be causing the error though.
kevthedude
Posts: 5
Joined: Sun Mar 19, 2006 4:24 pm

Post by kevthedude »

never did anyting with help.conf
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Jason wrote:Unreal tells you what file the error occured in. His did not occur in an include.
Oh, didn't know that... (because I never make any mistakes *lol*)... no, good to know :D


But the problem remains... how can an error be on line 295 if there are only 235 lines? :?

kevthedude: are you really editing the correct file? :roll:
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

that paste bin is old, private msg me your config
-Bricker-
kevthedude
Posts: 5
Joined: Sun Mar 19, 2006 4:24 pm

Post by kevthedude »

No help is needed anymore. I just cleared of my server and when I uploaded that config it worked fine. Weird...
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Ok.

Thats why we use unrealircd.conf, not unrealircd.conf.txt or unrealircd.conf.conf :)


Windows hidden file extensions: So much fun.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply