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?
Related
I am trying to use recaptcha enterprise. I got the necessary key in the console, I registered the domain (and even tried turning off domain verification). Everything works well for me on localhost, but when I check on the server, I get the following error:
'java.lang.RuntimeException: The CreateAssessment call failed because the token was: BROWSER_ERROR (of class java.lang.RuntimeException)'.
Can you give me some pointers on where to start and where to look. Thanks!
created a new key in the console and everything worked on the destination domain
I am new to shopify CLI and trying to run shopify theme pull or shopify theme serve but cannot due to an error I keep on running into
PS C:\Users\Russell\shopify\shopifyApp\starter> shopify theme serve
Your environment Ruby version, 3.1.1, is outside of the range supported by the CLI, 2.6.6..<3.1.0, and might cause incompatibility issues.
X An unexpected error occured.
To submit an issue include the stack trace.
To print the stack trace, add the environment variable SHOPIFY_CLI_STACKTRACE=1.
ive tried to downgrage ruby to 3.1.1 using gem update --system 3.1.1 but get this in my cmd
C:\Users\Russell>gem update --system 3.1.1
ERROR: rubygems 3.1.1 is not supported on 3.1.1. The oldest version supported by this ruby is 3.3.3
im using windows 10 and ruby 3.3.3
Well I managed to get a solution and what I did was :
This happens because when you create a Development store, it won't properly link your Shopify Partners account to the new created store.
A partial solution was mentioned here #1309 (comment)
This is what I do to solve the problem on my side:
1.- Logout from the Development store admin dashboard
2.- Login again by visiting the direct URL. Example: https://[store-name].myshopify.com/admin
Here use your Shopify Partners account (the one that you used to create the development store). Don't worry if you see an error message or if you have to login again. Ideally you should see the admin dashboard again.
4.- Login to your Shopify account (not Partners). Go to: https://shopify.com/login
At this point you should see the new Development store listed. This means it is now linked to your account.
Go back to the CLI and try again. You may have to do shopify whoami and/or shopify logout shopify login
github solution to the problem
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
I installed the Purity-III template for Joomla (3.3.0) on my local machine and I get error message from time to time like in the picture below. 'From time to time' because when I refresh the page with the error message the error is gone (Before installing the temmplate I never got those error messages).
Any idea why this is happening and how to prevent?
(ps: I checked that that the access rights for files and folders are set in the proper way)
It's quite possible that you do not have ownership of the file that is trying to be "touched". This is something that your server administration/hosting provider will have to sort out unless you're comfortable with SSH commands.
Also ensure that all folder are set to chmod 755 and files are 644. To ensure this is the case, you can install an Joomla extension called Admin Tools which allows you to perform a bulk permission change.
I already have a Magento site running, & was trying to create a new website from within this installation. I added a code name of 'tb_new' and hit save. And my live site has crashed. It may be that Magneto does not like the new code name with an _.
UPDATE: On checking the error logs, it seems the problem is because the initial installation of Magento is under a specific user on my server, whereas the live site is running under a different user. Here's the error:
a:4:{i:0;s:96:"SQLSTATE[28000] [1045] Access denied for user 'tomharris'#'64.111.114.232' >(using password: YES)";i:1;s:2672:"#0 >/home/anotheruser/domainname.com/lib/Zend/Db/Adapter/Pdo/Mysql.php(96): >Zend_Db_Adapter_Pdo_Abstract->_connect()
How best do I quickly get my site running?