Andreas Flack writes: Hi!
> In the meantime, I discovered one more issue: After creating the > database and a sitewizard host, I got the following error when trying to > log into /sitewizard: > > ( ! ) Warning: (pid:32406): QUERY FAILED: Unknown column 'guid' in > 'field list' in > /usr/share/php/midcom/lib/midcom/services/auth/sessionmgr.php on line 116 > When I looked into the DB, I saw that midcom_core_login_session was > indeed missing all the metadata columns. Running midgard-schema dbname > didn't do anything, but after running datagard update, the issue went away. Yes, this is correct way. midgard-schema configname updates table(s) only if TableCreate and TableUpdate is set to true. The latter has some minor issues with keys and indexes, however it's improved in upcoming 1.8.7 release. Piotras _______________________________________________ user mailing list [email protected] http://lists.midgard-project.org/mailman/listinfo/user
