friscogal
09-13-2006, 10:47 PM
if anyone wants to go on my forum and tell me why i have this error and how to fix it, it would be much appreciated.
Line: 492
char: 1
Error: expected '}'
code: 0
URL: http//bestdestinationwedding.com/f/wedding_forum/index.php
I don't see it. When do you get that error.
WoodiE55
09-14-2006, 08:20 AM
Tammy,
I'm not getting the error you mentioned about, but I'm getting this error:
You are not logged in or you do not have permission to access this page. This could be due to one of several reasons:
1. You are not logged in. Fill in the form at the bottom of this page and try again.
2. You may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
3. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
minstrel
09-14-2006, 08:27 AM
I don't see it either. Did you fix it?
Regardless, the error message:
[Code]Line: 492
char: 1
Error: expected '}'
code: 0
URL: http//bestdestinationwedding.com/f/wedding_forum/index.php[code]
is telling you that you have an unclosed bracket } in your PHP... maybe a multiline script? Line 492 is probably end of file, which means it's trying to find the end of the script and got to EOF without finding it.