After update.php got this warnings all over the site.
user warning: Table 'bd1.domain_user' doesn't exist query: SELECT du.uid, u.status FROM domain_user du INNER JOIN users u ON du.uid = u.uid WHERE du.domain_id = 1 in /sites/all/modules/domain/domain_user/domain_user.module on line 119.
user warning: Table 'bd1.domain_user' doesn't exist query: SELECT du.uid, u.status FROM domain_user du INNER JOIN users u ON du.uid = u.uid WHERE du.domain_id = 2 in /sites/all/modules/domain/domain_user/domain_user.module on line 119.
user warning: Table 'bd1.domain_user' doesn't exist query: SELECT du.uid, u.status FROM domain_user du INNER JOIN users u ON du.uid = u.uid WHERE du.domain_id = 3 in /sites/all/modules/domain/domain_user/domain_user.module on line 119.
user warning: Table 'bd1.domain_user' doesn't exist query: SELECT du.uid, u.status FROM domain_user du INNER JOIN users u ON du.uid = u.uid WHERE du.domain_id = 4 in /sites/all/modules/domain/domain_user/domain_user.module on line 119.
Looks like there is a conflict with Domain Access module.
Comments
Comment #1
kbahey commentedIt has to be something else, since userpoints does not use any table by that name.
Comment #2
Skirr commentedTried to investigate this issue for 5 hours. And, yes you are certainly right. The problem was in something else. Maybe even update of database went somehow wrong. I tried 3 times step by step, and now everything is normal.
Sorry for unnecessary issue.
Comment #4
Skirr commentedStill cant figure it out. Every time i update any module or theme. Even Just files. I get this warnings. Last time it happen after i update Zen theme. I know it sounds ridiculous. And the only way i cure this, is recovering Database.
Could this be because of phpmemory limit (128MB) or something like that?
Comment #5
agentrickardNo. It looks like you have the Domain User module turned on, but do not have its database table installed.
If you have never user Domain User, turn it off.
If you have used Domain User, you must turn it off, uninstall it, and then reinstall it.
Comment #6
Skirr commentedDomain User is not installed, and i dont think i ever used it. And there is no choice of uninstalling it. Should i delete the whole folder "Domain User" ?
I use Domain Advanced (enabled), Domain Alias (disabled), Domain Configuration (enabled), Domain Content (enabled), Domain Ctools (enabled), Domain Navigation (enabled), Domain Prefix (disabled), Domain Source (enabled), Domain Strict (disabled), Domain Taxonomy (enabled), Domain Theme (enabled), Domain User (disabled), Domain Views (enabled)
Comment #7
nonsieBy any chance do you have user 0 missing from users table?
Comment #8
Skirr commentedI have very poor knowledge of mysql, but looks like there is uid 0, only i dont know is all this nulls are ok.
But next time i'll get this warnings, i'll check the UID 0 again.
Comment #9
agentrickardThis might be a Domain Access Advanced issue, which has its own queue.
Something is firing domain_user_domainload(), which should not happen if the module is disabled.
Comment #10
agentrickard