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.
Results 1 to 10 of 17

Thread: Uninstall Problem - MySQL Error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    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.

  2. #2
    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.

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
  •