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.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

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

Problems with latest Trunk


Go to End


2 Posts   2314 Views

Avatar
maetl

Community Member, 15 Posts

1 February 2009 at 8:32pm

I just upgraded a small site I've been working on to the latest version of the trunk cms and sapphire modules, including the new translatable changes to the site tree.

I followed the notes from Ingo's explanation of the changes (adding Lang and OriginalID fields to the SiteTree tables) and seemed to get the site working ok...

But now, all the pages in my site tree are greyed out, and the Language dropdown (which wasn't there in earlier updates) above the site tree is blank.

See attached image...

Attached Files
Avatar
Ingo

Forum Moderator, 801 Posts

9 February 2009 at 7:37am

Hey Mark,
we're still lacking a migration script from the 2.2 to 2.3 Translatable database schema.
Just creating the new columns doesn't cut it unfortunately.
I've opened a ticket in http://open.silverstripe.com/ticket/3509

Any chance you want to help out with this? We usually create these migration scripts
as subclasses of Task, which are hooked into /dev/build for minimal friction (as we're
lacking a db migrations API at the moment).