Closed (fixed)
Project:
Black Blog
Version:
7.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2012 at 12:37 UTC
Updated:
8 May 2013 at 08:30 UTC
Just did the following:
drush dl black_blog
drush en black_blog
Get a WSOD and this in my error log:
PHP Parse error: syntax error, unexpected '*' in /var/www/sites/aaroncraig.com/sites/all/themes/black_blog/templates/node.tpl.php on line 49,
Sure enough, you've got a mistake in commenting out the code here:
<?/*php if (!$page): ?>
print $title_attributes; > print $node_url; "> print $title;
endif; */
Should be
/*if (!$page):
print $title_attributes; > print $node_url; "> print $title;
endif; */
Comments
Comment #1
aacraig commentedSorry, but the formatting has gotten the better of me.
Here's a clean version of the above:
Broken
Works:
Comment #2
zyxware commentedHi aacraig,
Please download and check the latest release for this project.
Thanks,
zyxware