upgrade

Sagepay error 5068: encryption method not supported (Upgrade from 2.22 to 3.00)

你。 提交于 2020-01-17 05:07:12
问题 I've already looked through answers to other questions on the Sagepay protocol upgrade from 2.22 to 3.00, including the answer on my own previous question. I am trying to update the encryption method from Xor to AES so the 3.00 protocol will work but have thus far got stuck on the Sagepay error 5068: the encryption method is not supported by this protocol. My company's three websites that need to be updated are based on the JShop e-commerce platform which is very outdated and no longer offers

How to find 'active' snapshots that cause sonarqube upgrade to 5.0 to fail?

Deadly 提交于 2020-01-16 18:34:15
问题 I’m getting the same error as Julien Lancelot answered re: Failed to upgrade SonarQube from 4.5 to 5.0.1 ie 2015.02.18 14:56:26 INFO web[DbMigration] == PopulateProjectsUuidColumns: migrating ==================================== 2015.02.18 14:56:43 ERROR web[o.s.s.d.m.DatabaseMigrator] Fail to execute database migration: org.sonar.server.db.migrations.v50.PopulateProjectsUuidColum nsMigration org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang

Ruby Rails Installation and Configuration Issues

微笑、不失礼 提交于 2020-01-16 07:36:12
问题 I had ruby 1.9.3 and I was trying to get the newest installed as well as get rails and gems and bundler etc all configured. It's extremely confusing and I'm getting lost in the weeds. I installed bitnami and was trying to follow the get started here: http://guides.rubyonrails.org/getting_started.html when try to do rails new blog in a command I get the following: c:\RailsBlog>rails new blog exist identical README.rdoc identical Rakefile identical config.ru identical .gitignore identical

How to upgrade Magento from 1.7 to 1.9

余生长醉 提交于 2020-01-15 12:13:25
问题 I need to upgrade my magento store form 1.7 to 1.9. I am very new to magento, I was just wondering what is the easiest way to upgrade without breaking my website. Thank you 回答1: Upgrade Roadmap for CE 1.9.0.1 from 1.7 take a backup of current database and current 1.7 code. download latest magento from the http://www.magentocommerce.com/download remove all folders and files from your 1.7 code (but you should have backup somewhere) and place all folders and files from the 1.9. now from your 1.7

How to upgrade Magento from 1.7 to 1.9

风流意气都作罢 提交于 2020-01-15 12:13:23
问题 I need to upgrade my magento store form 1.7 to 1.9. I am very new to magento, I was just wondering what is the easiest way to upgrade without breaking my website. Thank you 回答1: Upgrade Roadmap for CE 1.9.0.1 from 1.7 take a backup of current database and current 1.7 code. download latest magento from the http://www.magentocommerce.com/download remove all folders and files from your 1.7 code (but you should have backup somewhere) and place all folders and files from the 1.9. now from your 1.7

Trouble upgrading Ruby on Rails from version 3.2.13 to 4.0.0

跟風遠走 提交于 2020-01-14 18:50:46
问题 For a my application I am trying to upgrade Ruby on Rails from version 3.2.13 to 4.0.0 and I am in trouble when installing / updating some gem (by using the Bundler), specifically the globalize3 gem. I am running Ruby 2.0.0-p247 . Given my Gemfile is: gem 'rails', '4.0.0' gem 'globalize3', github: 'svenfuchs/globalize3', branch: 'rails4' gem 'delayed_job', :git => 'git://github.com/collectiveidea/delayed_job.git', :branch => 'master' gem 'delayed_job_active_record', :git => 'git://github.com

Trouble upgrading Ruby on Rails from version 3.2.13 to 4.0.0

落爺英雄遲暮 提交于 2020-01-14 18:49:34
问题 For a my application I am trying to upgrade Ruby on Rails from version 3.2.13 to 4.0.0 and I am in trouble when installing / updating some gem (by using the Bundler), specifically the globalize3 gem. I am running Ruby 2.0.0-p247 . Given my Gemfile is: gem 'rails', '4.0.0' gem 'globalize3', github: 'svenfuchs/globalize3', branch: 'rails4' gem 'delayed_job', :git => 'git://github.com/collectiveidea/delayed_job.git', :branch => 'master' gem 'delayed_job_active_record', :git => 'git://github.com

Upgrading Ruby installation on Mac OS running Snow Leopard 10.6.5

こ雲淡風輕ζ 提交于 2020-01-14 05:58:07
问题 I have a Mac Os running Snow Leopard 10.6.5 and I am trying to upgrade my Ruby installation. Before I did anything, I run the following commands and I had the following results: $ ruby -v ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0] $ which ruby /usr/bin/ruby So, to upgrade my installation, I installed first macports and then Ruby using Ruby Version Manager (RVM). 1. bash < <(curl http://rvm.beginrescueend.com/releases/rvm-install-head) 2. mkdir -p ~/.rvm/src/ && cd ~/.rvm

How to upgrade symfony minor version (4.1 to 4.2)

邮差的信 提交于 2020-01-13 17:56:19
问题 I just want to know which is the proper way to upgrade symfony a minor version. In the documentation https://symfony.com/doc/current/setup/upgrade_minor.html it says just to upgrade symfony/symfony package in composer, but I don't have this package, instead I have various symfony/framework-bundle, symfony/form, etc. What I've done so far is to upgrade all symfony/XXX to the new version. Also I had to create a new project with the 4.2 version in other folder, and copy the files .gitignore ,

Upgrading from Django 1.7.1 to 1.8.2 fails

江枫思渺然 提交于 2020-01-11 12:54:09
问题 My Django 1.7.1 application runs fine. But I would like to upgrade to the more recent version 1.8.2. I'm following the instructions here which basically just say to do pip install -U Django from within my VirtualEnvironment. After I do that line though, I Immediately try to do manage.py and it fails as shown below. Can someone suggest to me what I should do to fix this? The errors below look like they have something to do with the MPTT module. (I'm running version 0.6.1 of MPTT). Upgrading to