Closed (fixed)
Project:
Summertime
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 17:11 UTC
Updated:
22 Sep 2009 at 20:20 UTC
I am getting the following error on all Story or Page nodes I create.
Parse error: syntax error, unexpected T_ENDIF in C:\Wamp\www\themes\summertime\node.tpl.php on line 27
This is a new site with very few modules enabled so far. The admin pages do not show this error. Removing node.tpl.php removes the error and the pages show as expected.
BTW, I love this theme. Thanks!
Comments
Comment #1
restyler commentedI can't reproduce that on fresh dev installation. Can you please copy&paste your node.tpl.php here?
Comment #2
vlooivlerke commentedI downloaded both versions and both of them have the bug in the node.tpl.php on line 27
This cause the comments and featured section not to display correctly.
It is this last endif that cause the problem.
I copied this code from the cvs section
Comment #3
vlooivlerke commentedChange line 17 to:
Comment #4
restyler commentedthat's just short_tags problem, again. I'll commit all fixes to that problem asap.
Comment #5
restyler commentedfixed in 1.1 release, thanks guys!