Parser error

Status
Not open for further replies.

mvmusic

New Member
Messages
24
Reaction score
0
Points
0
Make sure that all of your brackets got closed correctly. Also check and make sure that the last statement before the EOF has a semi-colon at the end
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
That's not very informative, whats on line 565 or on the lines before it =/
 

manson

New Member
Messages
77
Reaction score
0
Points
0
all i know is thats what ppl see when they register if someone can try and fix this i will give you my ctrlpanel name and pass
Thank you Manson
 

mvmusic

New Member
Messages
24
Reaction score
0
Points
0
$end is the parser's way of displaying the end-of-file. You are getting this error because the parser wasn't expecting the end of the file either because the last statement before the end of file doesn't have a semi-colon at the end (all PHP statements have to have a semi-colon to delimit them), or because you are missing the end of a block syntax (while, if, for).
if you have no idea what i am talking about, you probably shouldn't be trying to manually debug this.
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
If noone responds here you can always try the market place :D
 

manson

New Member
Messages
77
Reaction score
0
Points
0
uggghhh i have no clue what caused this error , my forum has been up and running great for months.plz someone respond if someone can fix this for me?
thank you manson
http://yahoo-haterz.com
 

mvmusic

New Member
Messages
24
Reaction score
0
Points
0
we have no idea what to do! at least post the last few lines of the script that's causing the problem so we can kind of see what's going on. with just that error, we can only give you a general idea of what's messed up.
i would go back to where you got the forum software from (http://www.simplemachines.org/), download the whole package and re-ftp the register.php file
 

manson

New Member
Messages
77
Reaction score
0
Points
0
i got the software from x10 ctrl panel and i have no idea what script messed it up! x10 should help fix these problems were having
 

mvmusic

New Member
Messages
24
Reaction score
0
Points
0
just grab that one file from the website i gave you. this is most likely NOT x10's fault. it's just some random issue that you happened to get
 

manson

New Member
Messages
77
Reaction score
0
Points
0
i installed the forum from the x10 hosting control panel called fantastico, not from simplemachines, but i will look for help from simplemachines i guess!
 

mvmusic

New Member
Messages
24
Reaction score
0
Points
0
i understand that you used fantastico, but the actual package came from simplemachines. because all you need is that one file, i would look there.
 

manson

New Member
Messages
77
Reaction score
0
Points
0
You may close this post! Issue has been fixed, Mvmusic thanks for the hints I grabbed my friends register.php from his ftp account and overwrote mine, It was the file that was damaged somehow.
Thanks again
manson
 
Status
Not open for further replies.
Top