Originally Posted by
tsak76
maube it has to do that we have delete all secondary usergroups that vbet adds
This is great hint. In fact this query is executing during cleanup of additional usergroups. We was not able to reproduce it, because we was testing vBET - you have modified vBET, so this behavior is even not a bug, just troubleshooting related to your personal changes in vBET. And that is why you have empty () in your query (no vBET roles was found and those suppose to exist).
OK so to avoid this issue please:
1. Open file /includes/vbenterprisetranslator_functions_usergroups.php
2. Find:
PHP Code:
function vbet_removeDefaultLanguageGroups() {
3. Comment or remove its whole body - everyting until closing } before function vbet_removeGroupFromMembers (but without it)
NOTE: this hint is not tested and it assumes that you already removed vBET additional roles, so you do not need cleanup during uninstall.
Please tell did it help