Unable to install the UB Data Migration Pro

Hi ,
I have followed all the steps mentioned in the video but its giving me this error:

Setup version for module 'Ubertheme_Ubdatamigration' is not specified

My Magento version is 2.1.7.
Thank You
 
 

10 answers

Profile photo of Mall Staff 184060.00 $tone June 8, 2017
Public

Hi there,

Setup version for module ‘Ubertheme_Ubdatamigration’ is not specified

Seem you have wrong setting of folders/files permission for your web root folder.
Kindly re-check that. You could follow this post: http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-system-perms.html
In case you can’t solve, let’s provide me the admin credentials, ssh credentials and web root folder path of your Magento2. I will check further and help you out.
Regards,
Mall.

#1
Profile photo of Mall Staff 184060.00 $tone June 8, 2017
Public

Hi there,

Can you please suggest me furthur.

Let’s provide me the admin credentials, ssh credentials and web root folder path of your Magento2. I will check further and help you out.
Regards,
Mall.

#3
Profile photo of asadyar 630.00 $tone December 29, 2017
Public

I always get this message for this extension:
 

1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module 'Ubertheme_Ubdatamigration' is not specified

Tried all possible file and permission settings, No luck
 

#5
Profile photo of ubdev Staff 98150.00 $tone May 31, 2018
Public

Hi Ksaleem81,
If you run across the issue: 

1 exception(s):
Exception #0 (UnexpectedValueException): Setup version for module ‘Ubertheme_Ubdatamigration’ is not specified

It means you have wrong folders/files permission for our migration tool to work at: app/code/Ubertheme/Ubdatamigration
Please help to re-update folders/files permission at your end following steps below:
+ Open your terminal and go to your M2 web root folder.
+ Re-update folders/files permission by running the commands:
find . -type d -exec chmod 755 {} +;
find . -type f -exec chmod 644 {} +;
If the issue still remains, please submit a new ticket instead of posting your question in this thread, we will help you out.
Regards,
Ubertheme team

#8
Profile photo of ubdev Staff 98150.00 $tone June 1, 2018
Public

Hi Ksaleem81,
Yes, please move forward with the migration process.
If you have additional question, please submit a new ticket, we will follow up further with you.
Regards,
Ubertheme team

#10

Please login or Register to Submit Answer

Written By

Comments