upgrade

Upgrading Django to 1.5 with Django-CMS - user model issue

亡梦爱人 提交于 2019-12-10 10:18:40
问题 I have just moved a site from Django-CMS 2.3.5 to 2.4.1 (with help from Stackoverflow) under Django 1.4. I am now upgrading to Django 1.5, which is only hard because I need to update the old separate user profile to a new custom user model. I followed the excellent instructions here, and also replaced all references to User with settings.AUTH_USER_MODEL . Unfortunately Django-CMS's models apparently still refer to User though: when I type manage.py runserver , I get this error: CommandError:

How to upgrade a solution and project files from the command line

好久不见. 提交于 2019-12-10 09:27:09
问题 I am testing Free and Open Source Software using Microsoft's Visual Studio 2015 Community Edition (and here) to ensure compatibility with the compiler and tools. The 30 day trial has expired, so I need to work from the command line because the IDE exists after telling me the trial has expired: When I try to run msbuild from the command line, I get a couple of top level errors: Test> msbuild cryptest.sln Microsoft (R) Build Engine version 14.0.23107.0 Copyright (C) Microsoft Corporation. All

Symfony Update 2.8 to 3.4

情到浓时终转凉″ 提交于 2019-12-10 08:00:59
问题 I wanted to upgrade my old Symfony project from 2.8 to 4.0 but I stacked at upgrade from 2.8 to 3.4. I used this tutorial for the upgrade Moving to Symfony 3.4. I got some errors while trying to update through composer Composer Upgrade Errors: # php composer.phar update symfony/symfony --with-dependencies Dependency "symfony/polyfill-apcu" is also a root requirement, but is not explicitly whitelisted. Ignoring. Dependency "twig/twig" is also a root requirement, but is not explicitly

jQuery-UI draggable error 'cannot call methods prior to init', in updating to version 1.10.1

六月ゝ 毕业季﹏ 提交于 2019-12-10 03:17:00
问题 I was working the draggable plugin fine while using jQuery-UI 1.8.2, then I changed to 1.10.1. The major difference I found was that in enabling and disabling the plugin, I no longer needed to use: $this.draggable('option', 'disabled', true); but could simply use $this.draggable('disable'); But then I realized there's another problem. I get this error, which messes up my entire program, and I don't know how to fix it: Error: cannot call methods on draggable prior to initialization; attempted

What happens to existing workspaces after upgrading to TFS 2010

蓝咒 提交于 2019-12-09 17:46:31
问题 I was looking for some insight about what happens to existing workspaces and files that are already checked-out on people, after an upgrade to TFS2010. Surprisingly enough I can not find any satisfactory information on this. (I am talking about upgrading on new hardware by the way. Fresh TFS instance, upgraded databases) I've checked TFS Installation guide, I searched through the web, all I could find is upgrade scenarios for the server side. Nobody even mentions what happens to source

Apache Cassandra upgrade 3.X from 2.1

ⅰ亾dé卋堺 提交于 2019-12-09 13:23:18
问题 Is it possible to upgrade Apache Cassandra 2.1.9+ to Apache Cassandra 3.1+ directly? The release notes for 3.0 mention direct upgrades need a minimum of Apache Cassandra 2.1.9+, but all further releases of Apache Cassandra don't mention whether an intermediate version is needed. 回答1: Yes, you can upgrade from Cassandra 2.1.9 (or higher) to Cassandra 3.1 (or higher). As stated in the DataStax dev blog in June of 2015, Cassandra moved to a "tick-tock" release cycle with version 3. The details

Upgrading SQL Server 2000 to 2005 or 2008 - DTS to SSIS

混江龙づ霸主 提交于 2019-12-09 12:58:03
问题 Our office uses SQL Server 2000, and by and large it has served our needs well. I'm looking into the possibility of upgrading to SQL 2005 or 2008 because of the new features not found in 2000 (when I saw Index usage statistics which told me which Indexes were the most used and which were never used, that blew me away). I'm not too concerned with how to move the databases from 2000 to 2005 or 2008 - I can just take a full backup and then restore the backup to the new sql installation. What

'Add Config Transforms' and One Click Publish option not working when upgraded from Visual Studio 2005 to Visual Studio 2010

余生长醉 提交于 2019-12-09 07:07:26
I just recently upgrade my asp.net web project from visual studio 2005 to visual studio 2010. The upgrade was successful with no problems however im missing some features with this project. The One Click Publish feature(which is greyed out) in the header area of Visual Studio 2010 and the Add Config Transforms feature which is no where to be seen when you right click on web.config. Any suggestions on how i set this up? When i create a new web project straight from visual studio 2010, these options work fine. Is this a web application project, or a web site project? Web.config transforms are

Attach and upgrade TFS 2005 databases to a TFS 2008 installation

半城伤御伤魂 提交于 2019-12-09 06:08:27
I have a Windows server 2008 with SQL 2008 and TFS 2008 installed. And I have another box with SQL 2005 and TFS 2005 installed. Does anyone know of a way I can just transfer the databases (or data in another way) from TFS 2005 to TFS 2008. Any data on the 2008 box can be deleted. The machines are not in a domain so all accounts are local. So I'll have to fix that afterwards, but that's managable. Basically, can I attach the databases and run an upgrade command? I'm pretty sure that this is a supported option. Please see: http://www.microsoft.com/downloads/details.aspx?FamilyID=FF12844F-398C

Pycharm debugger instantly exits with 139 code

こ雲淡風輕ζ 提交于 2019-12-08 23:37:19
问题 After upgrade from Pycharm 2017.2.3 to Pycharm 2017.1.4 Pycharm's Debugger suggested to build cpython (or sth associated with it): path/to/my/python /opt/pycharm-community-2017.1.4/helpers/pydev/setup_cython.py build_ext --inplace After I did this, Debugger now instantly returns this error: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) I found out that there was similar issue with cpython (https://youtrack.jetbrains.com/issue/PY-23273) but I cannot use the workaround