Dolphin Migration... broken?

I've tried to use the  Dolphin Migration, I've put the path in, it is listing all actions from Profiles to Shoutbox. Sadly none of the buttons on this side works, neither delete nor edit, nor next page nor Start.

Anyone knows help?

  • 526
  • More
Replies (7)
    • Hello!

      We will release new Dolphin Migration Tool version within 24-48 hours, it will fix these problems and will add several new options.  

      • You will push it so Github, right?

        • trunky  yes, correct :) 

          P.S. sorry missed your answer. 

          • It is not difficult to miss an answer. so you imagine on a site in full activity with 20.000 members ...

            • @Alexey I have installed UNA fresh and added the path the Dolphin... that works, button work as well now

              But when I save the path it gets an error

              Fatal error:  Uncaught ArgumentCountError: Too few arguments to function BxDolMData::getPreValuesBy(), 0 passed in /var/www/vhosts/domain_com/htt_pdocs/2.0/modules/boonex/dolphin_migration/classes/BxDolMProfilesFields.php on line 328 and at least 1 expected in /var/www/vhosts/domain_com/htt_pdocs/2.0/modules/boonex/dolphin_migration/classes/BxDolMData.php:316 Stack trace: #0 /var/www/vhosts/domain_com/http_docs/2.0/modules/boonex/dolphin_migration/classes/BxDolMProfilesFields.php(328): BxDolMData->getPreValuesBy() #1 /var/www/vhosts/domain_com/htt_pdocs/2.0/modules/boonex/dolphin_migration/classes/BxDolMProfilesFields.php(60): BxDolMProfilesFields->getFieldValues('LookingFor') #2 /var/www/vhosts/domain_com/htt_pdocs/2.0/modules/boonex/dolphin_migration/classes/BxDolMModule.php(115): BxDolMProfilesFields->getTotalRecords() #3 /var/www/vhosts/domain_com/htt_pdocs/2.0/modules/boonex/dolphin_migration/classes/BxDolMStudioPage.php(60): BxDolMModule->createMigration() # in /var/www/vhosts/domain_com/ht_tpdocs/2.0/modules/boonex/dolphin_migration/classes/BxDolMData.php on line 316

              "Profiles" do appear and i can transfer them, that also works. But all other options that have been there before like photos, forum posts and so on are not showing anymore, I guess cause of that error. Can you fix that?

              PS: Do not wonder about the "htt_p" and "domain_com" in the error code, the forum said "Your current membership (Standard) doesn't allow you to 'Post links'.".... (feels a bit silly)

              •  Ok, Hotfix from me:

                open modules/boones/dolphin_migration/classes/BxDolMProfielFields.php, find line 328 

                $aValues = $this -> getPreValuesBy();

                and change to

                $aValues = $this -> getPreValuesBy($sKey);

                • Hello trunky ,

                  Thank you for the report, I will check. 

                  Login or Join to comment.