Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

HTML code starts with php tag


Go to End


630 Views

Avatar
Rodskagg

Community Member, 26 Posts

15 February 2014 at 8:56pm

I'm seeing a weird bug/error in the HTML Silverstripe outputs. For some reason the HTML output for every page starts with "<?php". It doesn't seem to be related to any of my templates - even a completely empty template, with no markup whatsoever, will output "<?php" at the beginning of the document. Has anyone seen this problem before? Is it related to Silverstripe or to PHP in general?