I'm in the process of installing Fishpig to my Magneto 2 installation via the composer. I'm on Magneto v 2.3.3 with Ubuntu 18 and PHP 7.3.14
Im following their installation guideline:
https://fishpig.co.uk/magento/wordpress-integration/root/installation/#composer
My problem is that it require authentication.
I followed the guidelines of Github and created my own personal access token to use as password. But no matter what value I use for the Username I stil get "Invalid credentials"
I have tried my Github username, my email, my magento 2 admin username. What am I missing?
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
fishpig/magento2-wordpress-integration-root is a premium extension offered by https://fishpig.co.uk/ and is retrieved from the private FishPig repo.
You can generate access details for this at https://fishpig.co.uk/downloads
Related
This is the error:
enter image description here
"client error" 'POST https://api.klarna.com/checkout/v3/orders resulted in a 401 Unauthorizedresponse:
{"http_status_code":401,"http_status_message":"Unauthorized","internal_message":"authorization_error"}. Please check credentials and API version selected.`
I have updated to new api credentials and gone through the api integration in magento backend,
I have re-indexed the site through the terminal,
I have cleared the cache through Magento,
I have cleared the cache on cloudflare too,
I spoke to Klarna support and they said
Klarna Checkout is a legacy product that is only used on a playground account for testing purposes (as it replaces the checkout rather than adds Klarna as an option).
and gave me Klarna integration guides and said I'd need to find out my magento version
Magento 2.4.4 and above:
klarna.com/platform-solutions/adobe-commerce/adobe-commerce-244-and-above/installation/
Magento up to 2.4.3
klarna.com/platform-solutions/adobe-commerce/adobe-commerce-23x-243/kp-overview/
When I looked at Magento Version it said:
magento version
To which the support person had no idea how to rectify. I since used
magereport and that told me
CE 2.4.2-p1 - 2.4.2-p2
So I tried following the guides to upgrade klarna and that didn't work because
enter image description here
In the meantime I have disabled Klarna because you couldn't actually pay with it in the end. So I'm going to have to reinstall or try again or something and I'm pulling my hair out because no one at work can help me and the client is requesting changes to the website, which I cannot achieve.
I am currently using magento 1.9.3 version. For payment gateway I am using CCAvenue Payment gateway. It successfully installed and now it is visible in my admin panel and front end also but when I select CCAvenue option to complete payment process it is not going on CCAvenue site to process payment.
my site URL is http://bedsheetbazaar.com/
demo user name and password is kumarsonu1986#gmail.com
The first reason may be u have not downloaded the proper extension .Download the extension from Ccavenue site.
Secondly, check the scope of the website in which u have enabled the extension.
I faced a similar problem in one of my project. I contacted the technical of CCavenue and they have given me the updated files once I replaced the old files then it was working properly.
I have tried a lot for install sample data in Magento 2. I am trying a new method, but still not getting success.
sudo php bin/magento sampledata:deploy
After apply this code i am getting this
./composer.json has been updated
Loading composer repositories with package information
Authentication required (repo.magento.com):
Username:
I dont know which username and password is asking here. I have generate token in my magento account. But what to do next and which user name and password to give there.
You get following message
You are required to authenticate to complete the action. when you try to upgrade or install the sample data in Magento 2 using Composer method using following command.
php <your Magento install dir>/bin/magento sampledata:deploy
This is a new concept in Magento 2 for upgrades. You have to configure your keys in you Magento account under connect tab secure keys section. (As you have to access a repository)
You will find following excerpt from Magento official documentation :
The repo.magento.com repository, where Magento 2 and third-party component Composer packages are stored, requires authentication. To provide secure authentication, we enable you to generate a pair 32-character authentication tokens you can use to access the repository.
Please refer this Enter your authentication keys in the Admin
Magento 1.9.1.0
I have created an extension that store some information from user. It's working fine on my localhost. When i install this extension on server(192.xxx.xxx.xxx/mysite) its frondend working fine. but listing of information on backend gives 404 error.
This issue is related to the permission of your installed app and admin, login to your Magento admin back-end, take System-> Permissions->Users, it will list out the users in the system. click on the admin, it will open in edit mode and save it, then it will ask current admin password. then check your extension.
I'm using codeigniter 2.1.2 and facebook api php sdk 3.1.1 (last versions)
I used the way at this link
that exist at the answer. but when I try to login its worked for me only (when I'm using my facebook account). otherwise when anyone try to log in this message appear:
An error occurred with logging in to site. Please try again later.
this is the link at my website:
http://www.tahainshad.com/login4
these are my app settings..
You have to add tahainshad.com to the app domains field. Giving the top level domain is enough, facebook will accept redirects to any subdomain of that (like www.).