Installation
Parse error: syntax error, unexpected T_STRING
Started July 7, 2011 by Michael Mesure
Parse error: syntax error, unexpected T_STRING in /home/interclo/public_html/index.php on line 35Attachments:
1 replies
Hmm, I wonder if this might be due to short open tags being enabled on your PHP.You could try chaning line 35 to this:[code]echo ''; ?>[/code]