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.
On a PHP page this usually indicates a missing closing curly brace.
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
Copy link to clipboard
Copied
On a PHP page this usually indicates a missing closing curly brace.