Questions tagged [unexpectendoffile]
50 questions
-1
votes
1 answer
PHP Unexpected End of File Syntax Error
First off thanks for any and all answers. They are all appreciated! Ok, I am programming a method of generating TeamSpeak permissions tokens for website users. They click a button and 2 tokens are generated for them. That all works fine. Another…

John Dill
- 15
- 5
-1
votes
2 answers
bash script prova.sh: line 76: syntax error: unexpected end of file
I have below script but I can't find the error. Somebody an help me ?
In concrete I split a big file in different then compress any file, move it and send by ftp rename destination filename.
Something not work :(
in line:
put ${file}…

SkyBlackHawk
- 95
- 10
-2
votes
2 answers
Reached end of file while parsing (Java)
Wrote some code to find roots of a polynomial via the quadratic formula, but it is reaching the end of the file while parsing. All my curly braces are closed, so I'm not sure where the error is. Can anybody see why?
public static void…

Gabe Spound
- 568
- 5
- 28
-3
votes
2 answers
My web page is fine on my server, but my local copy gives a parser error
I have a PHP website and the index page displays fine online, but my local copy running on my wamp server gives me a parser error "Parse error: syntax error, unexpected end of file in..."
My local PHP is the same as my production. 5.6
I looked at…

Barry Beach
- 43
- 8
-7
votes
2 answers
Cant find where I did not close my bracket. Uncaught SyntaxError: Unexpected end of input
My console is returning this error:
Uncaught SyntaxError: Unexpected end of input
I know what it means, but i can't find where i did not close correctly my bracket.
This is the URL of my website, http://bit.ly/KJz5pi
If anybody can solve it, i…

Fernando Ferrari
- 551
- 6
- 21