PrestaShop 1 Click Upgrade Access Denied - prestashop-1.6

Please help me in upgrading Prestashop 1.6 to 1.7 as I am new to it . When I tried to click on "1 Click Upgrade" from admin it says "Access Denied" .
What's the problem with it ?
This is the screenshot :

"1 Click Upgrade" only allows you to upgrade lower Prestashop version to 1.6, or from minor Prestashop 1.7 to the latest version of Prestashop 1.7. That's why the error happens.
But there is a free module that helps you migrate your website from 1.6 to 1.7: https://www.prestashop.com/forums/topic/820013-migrate-or-upgrade-prestashop-16-or-other-versions-to-17-%E2%80%93-free-module/
Cheers!

You have to delete all contents in the new 'var' folder (except the .htaccess).
Deleting cache, sessions and logs solved that issue for me. (Prestashop recreates everything).

Related

Neos CMS installation 500 error: Specified path not found

I tried to install Neos CMS local under Windows 10 with a Wamp Apache Server. After creating the project with a composer and registering the Vhosts, I tried to run neos.demo/setup. Then I get an 500 internal server error with the message "Specified path not found”, for more information, take a look at the screenshot.
I checked the solutions for the exception code 1355480641, but nothing can solve my problem.
Thanks for your recommendations!
do you have set Neos.Flow.core.phpBinaryPathAndFilename in Configuration/Settings.yaml to the correct php.exe binary path?
This is not an actual solution, this is more of an alternative.
I was having troubles installing neos on windows 10 as well (not the same as you though), a really nice solution that I would recommend as alternative to wamp is bitnami-neos.
I got the same error in the current version of Neos CMS (v4.1). The solution to the problem was for me:
Adjust Configuration/Settings.yaml with the php.exe path (which you already did)
Launch an administrator cmd
Go to the Neos CMS directory
Run flow flow:core:compile
Run flow flow:cache:warmup
Now I could access Neos with XAMPP.
All credit for this answer goes to the following post: https://discuss.neos.io/t/running-neos-flow-on-windows-10-success/2752

Neo4j Community Edition 3.2 upgrade -where to find config param "dbms.allow_format_migration=true"

I downloaded the latest Neo4j 3.2 release (Community Edition). Previously I had a 3.XX version. When starting my DB, I'm prompted to change a configuration setting. Where can I find this configuration parameter for the Community Edition?
Failed to start Neo4j with an older data store version. To enable automatic upgrade, please set configuration parameter "dbms.allow_format_migration=true"
When launching the Community Edition, hit the Options button and it shows the location of the config file.
here an example of how I solved it:
( problems opening the ReactomeDB with the new version of NEO4J 3.2.2 )
here the steps to solve it:
1.-After download and extract the zip ReactomeGraphDB61 at reactome.org/download/current/reactome.graphdb.tgz, I tried to open it with NEO4J
TryingOpenReactomeGraphDB61atNEO4J322
2.-Solution: Click in Options and edit the .config file.
3.-Un-comment "dbms.allow_format_migration=true" and save this edited file.
UncommentDBMS_FORMAT_MIGRATION
Now it is working!

Build Error on upgrading Azure SDK to 2.9.6 - Unable to get setting value Parameter name: profileName

After upgrading the Azure SDK version to 2.9.6 from 2.5, while running the application getting error "Unable to get setting value Parameter name: profileName".
I have followed this Link and it does not resolve my issue.
Any help is appreciated!
I can repro it if there is no serviceConfiguration.Local.cscfg with azure sdk 2.9.6.
I have followed this Link and it does not resolve my issue.
If it is not existing or correct serviceConfiguration.Local.cscfg. I resolved the issue by copy the serviceConfiguration.Cloud.cscfg and rename the copy file to the serviceConfiguration.Local.cscfg. The following is my detail steps, hope it is useful.
If the solution has [work role] and [web role], please have a try to make sure both of the projects have corresponding serviceConfiguration.Local.cscfg file.
Right click the Cloud Service and select the [Manage configurations..] option.
We can remove ,copy and rename the configuration file with popup windows
After that it works correctly

Why does Jenkins Credentials show "This ID is already in use"

I am doing a fresh install of Jenkins on an EC2 Ubuntu AMI. I install the default set of plugins (which includes the Credentials plugin). After logging in, I go to the Credentials link, select the default Global domain, and add a new credential. After I add a username with password credential (leaving the ID blank), I am able to add it. But then when I click on Update, I see "This ID is already in use" message under the ID field. I have tried this with Jenkins 2.23, 2.21, and 2.18 and I keep seeing the same message. Anyone know why this could be happening? Credentials Error Message
It turns out that the problem went away once I changed the version of one of the plugins. The Credentials Plugin version 2.1.5 was showing this problem. Once I changed the version of that particular plugin from 2.1.5 to 2.1.4, the problem went away and I haven't seen it since.
Should be fixed with (not released yet) v2.1.6: https://issues.jenkins-ci.org/browse/JENKINS-38861
EDIT: New version v2.1.6 was released and fixes the problem for me.

ggts null pointer "Retrieving available scripts"

I installed a fresh copy of GGTS on a fresh copy of windows 8 with JDK 1.7 installed.
I tried to get it to compile my existing project which was based on 2.3.6 and it failed miserably as GGTS comes with grails 2.4.2.
I know serveral people who had problems with 2.4.x so decided to stick with 2.3.
So I downloaded 2.3.11 (latest 2.3) and created a GRAILS_HOME pointing to 2.3.11 dir, and JAVA_HOME pointing to the root of the JDK.
On command line, I can now type grails - version and get back 2.3.11.
I restarted GGTS, and deleted the project and createde it again, adding 2.3.11 as a new Grails version, and set the project to use that.
It fails to compile, saying version is wrong. Fair enough. But when I try to launch the command line from GGTS using the gree circular button at the top which looks like 3 cups, it says:
Retrieving available scripts
Retrieving available scripts
An internal error occurred during: "Retrieving available scripts".
java.lang.NullPointerException
Any ideas?
In my case the problem was, that I had moved grails to a different folder. I just had to change the location of grails in the settings. Hope that helps somebody.
check all grails-project's 'app.grails.version' in application.properties, then open window - preferences - groovy -grails, make sure that all VERSIONs were defined ( I use sts, maybe a little difference ).
alternatively
update all application.properties set app.grails.version=2.3.11 ( the version your ggts defined )
Check if your environment variable of GRAILS_HOME is set to the right version of Grails.
I ran into this same issue, and the problem was caused by the Grails installation it was trying to use. It wanted to use the default version that comes with GGTS rather than the one I installed myself.
To fix, go to Window > Preferences > Groovy > Grails, then "Edit" the Grails installation it shows. I had to switch mine from C:\ggts-bundle\grails-2.4.4\ to C:\grails-2.4.2\.

Resources