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

Upgrading 2.3.0 rc2 to rc3 and moving to a new server


Go to End


10 Posts   5242 Views

Avatar
Willr

Forum Moderator, 5523 Posts

5 February 2009 at 12:45am

pezi5499 - I fixed this bug this morning - http://open.silverstripe.com/changeset/71345/modules/sapphire/branches/2.3/forms/RequiredFields.php . It will be in tomorrows daily build if or you can apply that change to your code.

(Note the incorrect comment yes my bad sorry)

Avatar
pecos_red

Community Member, 7 Posts

5 February 2009 at 5:38pm

I had the same problem when running dev/build on the upgrade. It turned out to have been caused by lowercase table names.

To clarify, I had the issue when upgrading on my development machine, which is a Macbook--but I had copied the database and files over from a Windows machine, which had converted the table names to lowercase.

I replaced the database with a correctly capitalized copy from the live site, and then everything worked fine. The upgrade went smoothly on the live site.

Go to Top