Dear Friend,

There is a syntax error in the line

Parse error: syntax error, unexpected T_ELSEIF in C:\xampp\htdocs\drupal7test\sites\all\modules\views_nivo_slider\views-nivo-slider-view.tpl.php on line 51

Regads,
Ciril Tomy Tharayil

CommentFileSizeAuthor
#7 php-error-1126946-7.patch600 bytesreglogge
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dragonfighter’s picture

Status: Needs work » Fixed

php is missing in line 49.
It says : <? endforeach; ?>
instead of endforeach;

You can edit the file views-nivo-slider-view.tpl.php and correct that bug

Status: Fixed » Closed (fixed)

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

alexbern’s picture

Assigned: Unassigned » pedrofaria
Status: Closed (fixed) » Needs review

as I figured out, this problem is still alive in the latest dev release.
I've added an php tag to line 49.

Cheers Alex

ckng’s picture

Assigned: pedrofaria » Unassigned

@dragonfighter, do not close a thread when a bug fix is not committed yet.
Thanks for the patch =)

ufku’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
Assigned: pedrofaria » Unassigned
Status: Needs review » Active

6.x-2.x still has this bug.

ckng’s picture

Status: Active » Patch (to be ported)
reglogge’s picture

FileSize
600 bytes

Here is a patch for this issue against the latest 7.x-2.x-dev

ckng’s picture

Status: Patch (to be ported) » Closed (fixed)

Committed to D6 & D7 dev.