upgrade

Android: trouble updating to Android SDK Tools, revision 7

大兔子大兔子 提交于 2019-12-17 22:35:12
问题 Currently I have Android SDK 2.1 (+ tools revision 4). I'd like to upgrade to Android SDK 2.2. When I try to do it I'm informed I need to upgrade Android SDK Tools to revision 7 first. So I agree, the process starts and then I get an error: -= warning! =- A folder failed to be renamed or moved. On Windows this typically means that a program Is using that Folder (for example Windows Explorer or your anti-virus software.) Please momentarily deactivate your anti-virus software. Please also close

How to connect to MSSQL 2000 from PHP 5.3 and up

两盒软妹~` 提交于 2019-12-17 19:02:55
问题 I have a legacy business application built on MS SQL Server 2000. I have some webbased utilities that access this database using PHP 5.2 with mssql extension. I need to reinstall the web server, and I looked forward to upgrade to PHP 5.4. Unfortunately, the mssql extension is not supported on PHP 5.3 and newer. There is the sqlsrv extension available form Microsoft, but the description says that it is only supported for accessing SQL server 2005 and up. How can I connect to my SQL Server 2000

How to connect to MSSQL 2000 from PHP 5.3 and up

会有一股神秘感。 提交于 2019-12-17 19:02:00
问题 I have a legacy business application built on MS SQL Server 2000. I have some webbased utilities that access this database using PHP 5.2 with mssql extension. I need to reinstall the web server, and I looked forward to upgrade to PHP 5.4. Unfortunately, the mssql extension is not supported on PHP 5.3 and newer. There is the sqlsrv extension available form Microsoft, but the description says that it is only supported for accessing SQL server 2005 and up. How can I connect to my SQL Server 2000

upgrade eclipse to java 8

你说的曾经没有我的故事 提交于 2019-12-17 18:25:52
问题 I am trying to update my eclipse environment to java 8. I installed the jdk and jre version 8. I also did this: https://wiki.eclipse.org/JDT/Eclipse_Java_8_Support_For_Kepler then in project -> properties -> java build path -> JRE system libraries -> edit -> execution environment -> JavaSE-1.8(unbound) which is the only option that has java 8 in its name. but when I select it it says : No JREs in workspace compatible with specified execution environment: JavaSE-1.8 回答1: Go to Window |

Upgrade Python to 2.6 on Mac

馋奶兔 提交于 2019-12-17 10:34:14
问题 I'd like to upgrade the default python installation (2.5.1) supplied with OS X Leopard to the latest version. Please let me know how I can achieve this. Thanks 回答1: Don't upgrade. Install ActivePython (which co-exists with others). Open Terminal Type python2.6 回答2: When an OS is distributed with some specific Python release and uses it for some OS functionality (as is the case with Mac OS X, as well as many Linux distros &c), you should not tamper in any way with the system-supplied Python

Problems after upgrading to Xcode 10: Build input file cannot be found

社会主义新天地 提交于 2019-12-17 08:52:33
问题 I upgraded my Xcode SDK to version 10 last night and then find I cannot build. I'm getting this error: Build input file cannot be found: '/Users/call01/Library/Developer/Xcode/DerivedData/Comp-Lite-Apps-gytvmossqptokeafrddvvmnlzadk/Build/Products/Debug-iphoneos/SG11.app/SG11 which did not exist before my upgrade and I'm tempted to revert back but would like to stick with version 10 if I can resolve this issue. 回答1: Try to switch back to the Legacy Build System ( File > Project Settings >

Problems after upgrading to Xcode 10: Build input file cannot be found

荒凉一梦 提交于 2019-12-17 08:51:46
问题 I upgraded my Xcode SDK to version 10 last night and then find I cannot build. I'm getting this error: Build input file cannot be found: '/Users/call01/Library/Developer/Xcode/DerivedData/Comp-Lite-Apps-gytvmossqptokeafrddvvmnlzadk/Build/Products/Debug-iphoneos/SG11.app/SG11 which did not exist before my upgrade and I'm tempted to revert back but would like to stick with version 10 if I can resolve this issue. 回答1: Try to switch back to the Legacy Build System ( File > Project Settings >

How can you fix server error 500, received when upgrading from Joomla 3.1.5?

自古美人都是妖i 提交于 2019-12-14 03:31:10
问题 While attempting to upgrade joomla using the button, I receive the server error 500. I have read this joomla forum post which related to my problem, but the update_site table in my server doesn't have any blank entries. 回答1: probably your hosting server is weak. So it can not handle this kind of process. I suggest: 1) Make a full back-up and restore on localhost, then upgrade to 3.3.4. Make a full back-up and override your old joomla also database. 2) Change hosting company. By the way, after

Upgrade Magento to a specific version (not the latest version)

谁说胖子不能爱 提交于 2019-12-14 03:18:47
问题 I know that I can upgrade to the latest version with the following command: ./mage install http://connect20.magentocommerce.com/community Mage_All_Latest --force Is there a way to set a different package name instead of Mage_All_Latest. I have tried also to install via ./mage install-file but I got an error that the file was not valid. 回答1: Mage install is used to install packages, so this does not work. ./mage install-file /path/to/full/mage/release There does not seem to be a version

Wordpress database returns error 500

删除回忆录丶 提交于 2019-12-14 02:32:40
问题 I have upgraded wordpress to latest version 4.2. Wordpress got updated successfully, website is visible. But when i access mywebsite.com/wp-admin It asks me to update to the newest wordpress database, I click that update button and after a while it returns error 500 Internal Server Error. I tried to rename plugin folder/ my theme as well but to no avail. Please help me resolve this issue. Thank you very much, 回答1: This was an extremely tricky one! I had to enter PhpMyAdmin and update manually