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.

Forum Module /

Discuss the Forum Module.

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

No Content/controls in newly installed forum


Go to End


2 Posts   1777 Views

Avatar
ThrashCardiom

Community Member, 23 Posts

4 October 2013 at 3:29pm

I have just created a new site using the composer command:

composer create-project silverstripe/installer /path/to/site

and then added the forums module via:

composer require silverstripe/forum dev-master

I'm logged into the site as the Admin user. I have done nothing else to site apart from a /dev/build. When I go to the forums menu item, the base forum (General Discussion) is displayed and a line of text tells me I can add topics. However, I cannot. There is no content displayed and no forum controls of any type at all.

A clue would be helpful here.

Thanks

Attached Files
Avatar
ThrashCardiom

Community Member, 23 Posts

5 October 2013 at 10:51am

Ok - a combination of removing the session files, clearing the /tmp/silverstripe-cache-* directories, and restarting apache now has the forum working correctly.