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

How to uninstall blog module?


Go to End


3 Posts   3079 Views

Avatar
JR

Community Member, 7 Posts

28 October 2008 at 4:51am

I can't find uninstall documentation for blog module. How do I do it?

Avatar
Liam

Community Member, 470 Posts

28 October 2008 at 8:20am

Delete the folder, then run /db/build?flush=1 You can do this for all modules.

If you want to remove the tables it creates in the mysql database, you'll have to do that manually through something like phpmyadmin.

A module manager is coming in 2.4 but that won't be for a while.

Avatar
JR

Community Member, 7 Posts

29 October 2008 at 4:26am

Thanks. That solved my problem.