upgrade

CakePHP: upgrade from 3.6.x to 4.0 “Missing Template Exception”

天涯浪子 提交于 2021-02-19 07:55:30
问题 I followed the upgrade guide (after I upgraded from 3.6 to 3.8 ) but I get this error: Error: [Cake\View\Exception\MissingTemplateException] Template file "Error\error500.ctp" is missing .... If you want to customize this error message, create src\Template\Error\fatal_error.ctp After the upgrade procedure my templates moved to app_name\templates directory and renamed to *.php instead of *.ctp . I updated the app.php and app.default.php with the new paths: 'App' => [ 'namespace' => 'App',

upgrading default python version or install another python version in Linux

断了今生、忘了曾经 提交于 2021-02-19 03:47:28
问题 I want to upgrade python's default version i.e /usr/bin/python in Linux. I have multiple python versions installed as /usr/bin/python2.7 /usr/bin/python3.3 However, python command still returns python2.7 # python Python 2.7 Type "help", "copyright", "credits" or "license" for more information. >>> Now, I have installed a module, which got installed in the default version 2.7 . That's why I can't use python3.3 script.py , as it returns error for missing module. How to update this default

Kafka 1.1.0 keeps getting partition leader epoch

巧了我就是萌 提交于 2021-02-05 07:29:04
问题 I have a problem with Kafka. I upgraded to kafka version from 0.11.0.1 to 1.1.0. After the upgrade, I'm getting the below warn message too much. [2018-06-19 13:34:45,377] WARN Received a PartitionLeaderEpoch assignment for an epoch < latestEpoch. This implies messages have arrived out of order. New: {epoch:0, offset:350280659}, Current: {epoch:4, offset:126401625} for Partition: __consumer_offsets-48 (kafka.server.epoch.LeaderEpochFileCache) [2018-06-19 13:34:45,386] WARN Received a

TF30040: The database is not correctly configured. Contact your Team Foundation Server administrator. Advice Needed

眉间皱痕 提交于 2021-01-29 14:58:13
问题 I am carrying out a dry-run of an imminent TFS 2010 migration upgrade to TFS 2013.5 on a dedicated Windows Server 2012 R2 Datacenter host, following the steps in [this YouTube tutorial] (https://www.youtube.com/watch?v=nm-WOLc-GQQ) by Mohamed Radwan. The intention is to keep the newly-implemented TFS 2013 running simultaneously with the TFS 2010 instance for a few days while we validate the migration upgrade. Once satisfied all's gone well, we'll then complete a full switch to the TFS 2013

python -m pip install --upgrade pip does not work

笑着哭i 提交于 2021-01-27 05:34:14
问题 Upgrading pip does not do anything, just tells me to upgrade Pip again and that the requirements are satisfied--however, I am on an old pip version. This is Python27, I get the same issue whether I am in a virtual environment or not. Output: C:\Python27>python -m pip install --upgrade pip Requirement already up-to-date: pip in c:\python27\lib\site-packages You are using pip version 9.0.1, however version 19.1.1 is available. You should consider upgrading via the 'python -m pip install -

python -m pip install --upgrade pip does not work

一曲冷凌霜 提交于 2021-01-27 05:34:10
问题 Upgrading pip does not do anything, just tells me to upgrade Pip again and that the requirements are satisfied--however, I am on an old pip version. This is Python27, I get the same issue whether I am in a virtual environment or not. Output: C:\Python27>python -m pip install --upgrade pip Requirement already up-to-date: pip in c:\python27\lib\site-packages You are using pip version 9.0.1, however version 19.1.1 is available. You should consider upgrading via the 'python -m pip install -

Why is Android Studio failing to build, with an AAPT2 error on images?

耗尽温柔 提交于 2021-01-22 19:03:46
问题 After a recent update, Android Studio fails to build an unmodified project with errors along these lines: > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > AAPT2 aapt2-4.1.1-6503028-linux Daemon #0: Unexpected error during compile '/path/to/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png', attempting to stop daemon. This should not happen under normal circumstances, please file an issue if it does. Notice that it's failing on an image

Why is Android Studio failing to build, with an AAPT2 error on images?

折月煮酒 提交于 2021-01-22 19:02:37
问题 After a recent update, Android Studio fails to build an unmodified project with errors along these lines: > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade > AAPT2 aapt2-4.1.1-6503028-linux Daemon #0: Unexpected error during compile '/path/to/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png', attempting to stop daemon. This should not happen under normal circumstances, please file an issue if it does. Notice that it's failing on an image

Why is pip asking me to upgrade when it's already up-to-date?

旧街凉风 提交于 2021-01-03 06:12:41
问题 I have a brand new installation of python 3.7.1 64-bit and I'm using the latest pyCharm as my IDE. I have no other installation of python on this machine. I go to install numpy and I get this message: (venv) C:\Users\John\PycharmProjects\project>pip install numpy Requirement already satisfied: numpy in c:\users\john\pycharmprojects\pysims\venv\lib\site-packages (1.15.4) You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip

Why is pip asking me to upgrade when it's already up-to-date?

爷,独闯天下 提交于 2021-01-03 06:11:53
问题 I have a brand new installation of python 3.7.1 64-bit and I'm using the latest pyCharm as my IDE. I have no other installation of python on this machine. I go to install numpy and I get this message: (venv) C:\Users\John\PycharmProjects\project>pip install numpy Requirement already satisfied: numpy in c:\users\john\pycharmprojects\pysims\venv\lib\site-packages (1.15.4) You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip