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 in 2.3.6 breaks everything


Go to End


1300 Views

Avatar
ChrisBryer

Community Member, 95 Posts

11 March 2010 at 8:01pm

I am trying to test out subsites in 2.3.6 and received a bad syntax error. i installed a new instance of SS on wamp, then installed todays trunk of the subsites module and got this error:

[User Error] Couldn't run query: SELECT `SubsiteDomain`.*, `SubsiteDomain`.ID, if(`SubsiteDomain`.ClassName,`SubsiteDomain`.ClassName,'SubsiteDomain') AS RecordClassName FROM `SubsiteDomain` INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID" AND "Subsite"."IsPublic"=1 WHERE ('localhost' LIKE replace("SubsiteDomain"."Domain",'*','%')) GROUP BY `SubsiteDomain`.ID ORDER BY "IsPrimary" DESC You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID" AND
GET /subsite/dev/build

Line 401 in C:\wamp\www\subsite\sapphire\core\model\MySQLDatabase.php

documentation here says it requires genericdataadmin module, but thats been deprecated and sort of replaced with modeladmin.

how can i get subsites to install? while i'm asking this question, i'm curious if i can share pages between Top Level Domains with this module?

thanks alot,
-Chris