Magento Code Migration Tool - Installation issue - magento

i'm currently following the steps in
https://github.com/magento/code-migration
to install the Code Migration Tool (not data migrate) to my localhost.
i am facing a problem at the
Installation step
When i run composer install,
it requires me username and password,
saying
Authentication required (repo.magento.com) ,
and i tried a few attemps, it just says
Invalid credential for https://repo.magento.com/packages.json, aborting.
i have done little research about the username and password on internet..
https://community.magento.com/t5/Just-Ask-Alan/Invalid-credentials-for-https-repo-magento-com-packages-json/m-p/23820#M127
They suggested to get the private key and public key from my magento marketplace account, i did that but it doesn't work.
Also, the cmd doesn't allow me to type anything at the password.
Can anyone help me with this? Thanks >.<

you can use migration tool from UberTheme for Magento2
it is very much user friendly
REF : https://github.com/ubertheme/module-ubdatamigration/blob/master/README.md

Related

putty PrivateKey file for authentication upload option not showing

when I installed putty in my system and try to use it . I had stuck with a problem.The problem is putty PrivateKey file for authentication upload option not showing
I have tried to refer many sites by I did'nt found any solution for this and again reinstalled the putty
Just had similar issue like yours and I browse SSH->Auth->Credentials then I put the key in there and it worked
Same issue when following an instruction. But I tried to expand Auth even though the instruction didn't said so. I found Private key file for authentication in the Credentials. It worked so I guess its okay.
Here

after installation, not able to login in knowage (http://localhost:8080/knowage)

I am done with knowage CE6.2 installation just now. And when I am trying to login using user -
demo_admin(user name and password are same)
demo_user (user name and password are same)
I am unable to log in .
Please see the attachment , That shows the default user while installation process
You need start the server of knowage located in the windows button.
Hope give you some help
best resguards

Sugarcrm not a valid entry method

I installed SugarCRM using cpanel softaculous option. I checked and I even asked my hosting about all the requirements of the script. When i try to acces the link where SugarCRM is installed i get the following error:
"Not a valid entry method"
I didn't do any modification in the script, everything is new and clean.
Any idea?

Please make sure your password match bug Magento 1.9.1

I have been searching Google for hours regarding a nasty bug in Magento 1.9.1.
I'm using the demo setup to show the possibilities of Magento for several customers.
One customer has sent me an email she couldn't create an account.
Ok, I thought and tried the same thing and guess what... I get an error telling me "Please make sure your password match".
I already "patched" the Customer.php file by changing $confirmation = $this->getPasswordConfirmation(); to $confirmation = $this->getConfirmation();
This resolves the checkout issue which has the same bug.
But this doesn't resolve to make a new account to use with Magento.
We had several update bugs with updating 1.8 all the way to 1.9 and now a bug in a fresh installation.
Are there developers out there which have fixed the account issue too?
Please let me know.
Steve
Copy /app/code/core/Mage/Customer/Model/Customer.php to the local
Search for function validate()
Comment //$confirmation = $this->getPasswordConfirmation();
Insert $confirmation = $this->getConfirmation() ? $this->getConfirmation() : $this->getPasswordConfirmation();
This would resolve the issue for registration and checkout as well.
To solve "But this doesn't resolve making a new account to use with Magento." you need to recompile ( or turn compiler off)
I have tried your solution but compilation is not used.
What I did was install a clean Magento installation and guess what.
I can register a new account and I can use the checkout without problems.
It seems that the demo installation provided for free from www.magentocommerce.com doesn't work as it should.
Br,
Stevan

Drupal 7 "Access Denied" after PHP update / Sessions table empty

I cannot login to Drupal after attempting php 5.4 update.
I have two users, the default admin from install and a user level account with limited permissions. After logging in at mysite.com/user/login I am redirected to mysite.com/user/1 with the following message displayed "You are not authorized to access this page." I get the same when I attempt mysite.com/admin
I have commented out the $base_url and $cookies_domain entries in settings.php with no luck.
If I attempt to login with bad credentials my login is denied. So credentials verification is working.
Also, I purged the SESSIONS table in the database. I have attempted login many times after the SESSIONS purge but there are no new rows being created in that table.
Somehow I am passing the credentials verification stage but then the session fails to save to the database... ergo my "not authorized" message.
I'm not the least bit familiar with what is going on in Drupal core. Normally my Drupal installs just work.
Do you think this is a Drupal issue or PHP? Have I missed some stupid setting in php.ini?
p.s. - I actually have two apache virtual hosts, one with a Drupal 6 install and another with my Drupal 7... this login issue is happening to both installs. (Probably because they share PHP ?)
I greatly appreciate any thoughts or suggestions :-)
Seems that you try several attempts there. Anyway I would suggest you the following:
Clear cache and run cron: $ drush cc all && $ drush cron
Start the: /user/logout # to stop login sessions and try to login again.
Add to your index.php:
error_reporting(E_ALL | E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
Also check the watchdog table if you can recognize anything there.
I'm on PHP 5.4.3 and not having any issues with that. If you will not find any workaround for that, PHP 5.3.10 is the minimal version required for D8 so a downgrade to it will be OK.
Did you try to make a fresh install of Drupal on your new PHP version?

Resources