SilverCart Forum
We moderate this Forum and we're here to help. Have you already run a forum search to check if your problem has already been solved?
You can help us helping you by providing detailed error messages, screenshots and logfile entries.
Page: 1 , 2 , 3 , 4 , 5 | ||
Topic Install Error :: Unknown column 'Member.Salutation' in 'field list' | 12864 Views |
Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 12:49pmHi guys,
Demo looks very nice! Tried to install the module but unfortunally I get this error:
[User Error] Couldn't run query: SELECT "Member" ... Unknown column 'Member.Salutation' in 'field list'
Anyone has an idea?
Thanx in advance
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 3:32pmHello Hammuh,
did you installed SilverCart the way described in the video tutorial?
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 3:56pmHi Roland,
Almost. I first installed the DOM and Uploadify. After that I installed the silvercart modules. But I don't think that could make a difference!?
I use SS 2.4.5
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 3:58pmdo you have a directory "silverstripe-cache" in your installation? Have you installed silvercart before?
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 4:04pmI don't have a silverstripe-cache directory. I tried to install silvercart before, but than you'll get an error the class sortableDataObject is missing.
I'll try a new (clean) installation of SS and than all the modules at the same time this week. I'll let you know if it works
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 4:24pmYou need a directory "silverstripe-cache", otherwise all your installations share the same cache which leads to unpredictable errors. Just create that directory in every installation root and silverstripe will fill it on a dev/build?flush=all
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 4:28pmYou're my hero!
Re: Install Error :: Unknown column 'Member.Salutation' in 'field list'
26 April 2011 at 4:29pmYour welcome ;)
I will add to our doku that a "silverstripe-cache" is required.