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

tommeir’s picture

found 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

tommeir’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.