0
New Here
,
/t5/dreamweaver-discussions/error-unexpected-end-of-file/td-p/8883603
Mar 21, 2017
Mar 21, 2017
Copy link to clipboard
Copied
I'm having issues with my DWT and get the error message:
There is an error at line 689, column 63 (absolute position 30964) of "C:\wamp\www\tsystem.com\pages\our-solutions\index.php": unexpected end of file. I really need to resolve these issues can anyone assist me or point me in the right direction.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Guru
,
Mar 21, 2017
Mar 21, 2017
On a PHP page this usually indicates a missing closing curly brace.
Community Expert
,
/t5/dreamweaver-discussions/error-unexpected-end-of-file/m-p/8883604#M15814
Mar 21, 2017
Mar 21, 2017
Copy link to clipboard
Copied
Short Answer: Your index.php file contains at least one critical code error that needs to be fixed.
Try running it through HTML Validation to see if you can identify the problem.
Nancy
Nancy O'Shea— Product User, Community Expert & Moderator
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Guru
,
LATEST
/t5/dreamweaver-discussions/error-unexpected-end-of-file/m-p/8883605#M15815
Mar 21, 2017
Mar 21, 2017
Copy link to clipboard
Copied
On a PHP page this usually indicates a missing closing curly brace.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

