wlasson wrote:
> I've got an error here that has been racking my brain for about 30
> minutes, and I know if I have another set of eyes that takes a look at
> it, you'll probably get it in no time.
>
> For some reason on my compiled code, I'm getting an error:
>
> Parse error: syntax error, unexpected $end in /var/www/mcms/pages/
> compile/%2Fadmin%2Finstall%2Findex.phtml on line 49
>
>
Can you post the template and the compiled file?
> I tried just getting rid of that file to actually force it to re-
> compile, it still didn't work. I've gone back through any files that
> are included or linked to that actual template and it appears to be
> all in working order with no syntax errors. Is this generally thrown
> from a syntax error, or would this be an actual bug?
>
It's a syntax error on the compiled file. I haven't seen this before
with the ptag compiler, it might be a bug.
> Thanks in advance,
>
> Wade
Alvaro
At the bottom of the template you have an extra '?>':
</table>
<?php
?> <------------ remove this line
}
?>
</p:InstallerPage>
Hopefully that's the problem. I should add something to the framework to
catch things like this easier.
Alvaro