Closed (fixed)
Project:
Album Photos
Version:
6.x-2.6-beta3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2009 at 14:34 UTC
Updated:
12 May 2009 at 12:50 UTC
On a new drupal 6.10 installation I get the following errors:
Parse error: parse error in E:\wamp\www\burn\sites\all\modules\photos\tpl\photos_albumview.tpl.php on line 41
this error occurs when clicking on the album name on the breadcrumbs. which leads to this address:
http://localhost/photos/album/3
this error doesnt show when accessing this address:
http://localhost/burn/node/3
I also get this error when clicking on "all sizes" link in a picture within the album:
Parse error: parse error in E:\wamp\www\burn\sites\all\modules\photos\tpl\photos_down.tpl.php on line 53
tried to clear all cache, didnt help.
whats going on?
Comments
Comment #1
tommeir commentedfound the problem.
open the tpl file that causes the problem and replace every
<?endif; ?>
with
endif;btw, Im using wamp with php 5.2.9-1 and apache 2.2.11
anybody else came across this bug as well?
its worth patching this module
Comment #2
tommeir commented