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

subsites with 2.3.6 ?


Go to End


2 Posts   983 Views

Avatar
patte

Community Member, 63 Posts

13 March 2010 at 5:48am

Does someone know howto get a working SilverStripe 2.3.6 / subsites installation?
Is subsites 2.3.6 compatible? I read about GenericDataAdmin Module which is deprecated because SilverStripe 2.3 uses the ModelAdmin instead.

Any idea???
patte

Avatar
phawley

Community Member, 21 Posts

22 March 2010 at 4:07pm

I'm wondering the same thing. I'd really love to be able to do subsites *and* have the functionality of the nested_urls in 2.4, but I'd settle for the just the subsites for now.

My assumption is that susbites has not been updated to employ ModelAdmin instead of genericdataadmin.

The latest subsites from svn repo in brand new branch of 0.2 and its _config.php stills includes:

if(!class_exists('GenericDataAdmin')) {
	user_error('Please install the module "genericdataadmin" to use subsites', E_USER_ERROR);
}

Thanks to anyone who might be able to give some insight.

Regards,
Patrick