Hi!

I'm trying to create some new DB tables ATM, but I'm having problems (as usual...). midgard-schema always returns "Speicherzugriffsfehler" which would be something like memory access error in English. I have TableCreate and TableUpdate set to true, the credentials in the conf file for mysql and midgard users are correct as well. When I set the log level to debug, I get the following output:

# midgard-schema midgard
midgard-core (pid:8787):(debug): query=SELECT admingroup FROM sitegroup WHERE id=0 midgard-core (pid:8787):(debug): query=SELECT person.id,person.password FROM person,member WHERE person.username='admin' AND person.sitegroup=0 AND member.uid = person.id AND member.gid=0 AND person.metadata_deleted=0
midgard-core (pid:8787):(info):  Authentication type: NORMAL
midgard-core (pid:8787):(debug): query=SELECT gid FROM member WHERE uid=1 AND sitegroup in (0, 0) AND metadata_deleted=0 ORDER BY gid DESC
Schema (pid:8787):(m):  Type midgard_language
Speicherzugriffsfehler

The midgard_language table looks normal (or at least like it does in other databases), so I'm out of ideas for the moment. If someone has a hint, please let me know!


Bye,

Andreas
_______________________________________________
user mailing list
[email protected]
http://lists.midgard-project.org/mailman/listinfo/user

Reply via email to