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.

Archive /

Our old forums are still available as a read-only archive.

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

Problems installing blog module


Go to End


3 Posts   2422 Views

Avatar
shauna

Community Member, 7 Posts

26 November 2008 at 2:10pm

Hi

I am trying to install the blog module and following the video tutorial at http://www.silverstripe.com/screencast-installing-the-blog-module/. When I do the db build I get the following error displayed during the build:
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\silverstripe-v2.2.2\blog\code\BlogEntry.php:63) in C:\wamp\www\silverstripe-v2.2.2\sapphire\core\Debug.php on line 151

After this, the CMS will not load (displays a larger error message ("Datetime", "Author" => "Text", "Tags" => "Text" ); static $casting...)

Can anyone offer any suggestions?

thanks

Avatar
identalyst

Community Member, 2 Posts

27 November 2008 at 9:20pm

Try setting your php short tags on, this fixed the problem for me (running WAMP).

Avatar
shauna

Community Member, 7 Posts

28 November 2008 at 3:08pm

Thanks identalyst, that fixed the problem. Excellent!