Unexpected T_String Error in PHP File, What Do I Fix?

  • Thread starter Thread starter therealfittedhawaii
  • Start date Start date
T

therealfittedhawaii

Guest
Hi, I'm getting this full error:

Parse error: parse error, unexpected T_STRING in /home/content/c/u/z/cuzzo/html/updates/wp-content/themes/IkarusWhite/comments.php on line 39

And this is line 39:

<?php else : ?>

Am I missing something?
 
Check the code BEFORE line 39 for unclosed quotes, mismatched quotes, and missing semicolon at the end of line. It's usually one of those errors. If you don't see any of those, look for other syntax errors
 
Check the code BEFORE line 39 for unclosed quotes, mismatched quotes, and missing semicolon at the end of line. It's usually one of those errors. If you don't see any of those, look for other syntax errors
 
Back
Top