Re: Programming Error at admin

2017-03-20 Thread Melvyn Sopacua
On Saturday 18 March 2017 08:52:03 Andréas Kühne wrote: > You shouldn't get any errors when running migrations. What I am > guessing now is that the sessions table is missing completely or some > of the columns in the table are missing. But you would only be in that state, if the session migrati

Re: Programming Error at admin

2017-03-18 Thread Andréas Kühne
You shouldn't get any errors when running migrations. What I am guessing now is that the sessions table is missing completely or some of the columns in the table are missing. Make sure that you can run migrations properly before you try using the admin interface. Regards, Andréas 2017-03-18 4:02

Re: Programming Error at admin

2017-03-17 Thread kessev
Yeah, it might be the problem, when I migrated it show these error. Andréas Kühne於 2017年3月18日星期六 UTC+8上午2時44分36秒寫道: > > Have you run th

Re: Programming Error at admin

2017-03-17 Thread Andréas Kühne
Have you run the migrations for the project? It looks like you don't have the sessions table created? Regards, Andréas 2017-03-17 14:58 GMT+01:00 kessev : > I used the sql sever to create model but when I want to open admin page it > pop out this! > What's wrong is it? > > >