Parse error: syntax error
sti_drupal - May 8, 2008 - 09:23
| Project: | Internet Services (with 2nd Edition) |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | hswong3i |
| Status: | closed |
Jump to:
Description
Drupal 6.2:
Parse error: syntax error, unexpected $end in C:\www\drupal-6.2\themes\internet_services\page.tpl.php on line 61
Drupal 5.7:
Parse error: syntax error, unexpected $end in C:\www\drupal-5.7\themes\internet_services\page.tpl.php on line 60
it's my php problem?

#1
Resolved
on line 29----->
<?php if ($search_box): ?><div id="search-region" class="clear-block"><?php print $search_box; ?></div><? endif; ?>
<?php endif; ?>
#2
You are right I miss an open
<?phpbut written in<?. I will update this is CVS HEAD, please wait for the new release. Thanks for report and debug :D#3
Automatically closed -- issue fixed for two weeks with no activity.