Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Uninstall Problem - MySQL Error

  1. #11

    Default

    can a provide a fix so we can uninstall ? thx

  2. #12
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by tsak76 View Post
    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

  3. #13
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by tsak76 View Post
    unfortunately vbet is still very unstable, this happened to my site also and i had to make a vb upgrade in order to fix it . now i see the exact same thing here too so its vbet related



    Uploaded with ImageShack.us
    This is out of topic for this thread. For new issue open new thread. Shortly - most probably it is not a bug and you was just blocked by translation provider. No more here - please open new thread, if you need support in this area. As I understand it is not a case, because you are during uninstall vBET.

  4. #14

    Default

    Quote Originally Posted by vBET View Post
    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
    i removed it but when trying to uninstall..

    fatal error: Call to undefined function vbet_removeDefaultLanguageGroups() plugin.php(1522) : eval()'d code on line 14
    Last edited by tsak76; 05-10-11 at 16:53.

  5. #15
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by tsak76 View Post
    i removed it but when trying to uninstall..

    fatal error: Call to undefined function vbet_removeDefaultLanguageGroups() plugin.php(1522) : eval()'d code on line 14
    You didn't suppose to remove the function - just its body (so everything after function signature and before closing }). The function itself have to stay. Sorry if I didn't make it clear.
    Last edited by vBET; 06-10-11 at 00:46.

  6. #16
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Do you still need help here or last response allow to solve the issue?

  7. #17
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    No answer - assumed it is solved. If the issue still exists please just write here.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •