Site Reliability Engineer (2013/11 -) Live in Tokyo, Japan Github:yKanazawa Twitter: @yakitori009 Language: C++, Java, PHP, Go Hobby: Shogi(Japanese Chess)
Windows ▪makeコマンドがない •Make for Windowsをインストール ▪Cypressが動かない •結局Macを使うことに。。。 git clone https://github.com/hasegawa-tomoki/fortee.git cd fortee cp config/.env.local config/.env make up make install make migrate docker-compose run web bin/cake records import all
CORE/src/Core/functions.php, line 311 Cake¥Core¥Plugin::routes() - CORE/src/Core/Plugin.php, line 306 Cake¥Core¥Plugin::routes() - CORE/src/Core/Plugin.php, line 310 include - ROOT/config/routes.php, line 326 Cake¥Routing¥Router::_loadRoutes() - CORE/src/Routing/Router.php, line 1170 Cake¥Routing¥Router::url() - CORE/src/Routing/Router.php, line 610 App¥Classes¥MisocaCore::__construct() - APP/Classes/MisocaCore.php, line 28 App¥Test¥TestCase¥Classes¥MisocaCoreTest::setUp() - ROOT/tests/TestCase/Classes/MisocaCoreTest.php, line 23 ... You can disable deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED` in your config/app.php •正常終了 ◦以下のdeprecationWarningが出力されるようになった
longer need to call `Plugin::routes()` after upgrading to use Http¥Server. See https://book.cakephp.org/3.0/en/development/application.html#adding-the-new-http- stack-to-an-existing-application for upgrade information. - /var/www/html/config/routes.php, line: 326 2019-11-17 18:43:18 Notice: Deprecated (16384): Accessing url as a property will be removed in 4.0.0. Use getPath() instead. - /var/www/html/src/Classes/UsersCore.php, line: 192 2019-11-17 18:43:20 Notice: Deprecated (16384): Router::parse() is deprecated. Use Router::parseRequest() instead. This will require adopting the Http¥Server library. - /var/www/html/src/Classes/UsersCore.php, line: 195 2019-11-17 18:43:20 Notice: Deprecated (16384): Response::type() is deprecated. Use setTypeMap(), getType() or withType() instead. - /var/www/html/src/Controller/AppController.php, line: 219 … •正常終了 ◦debug.logにNoticeが出力されるようになった
instead •phpunit/phpunit-mock-objects ◦No replacement was suggested Package mpyw/twistoauth is abandoned, you should avoid using it. Use mpyw/cowitter instead. Package phpoffice/phpexcel is abandoned, you should avoid using it. Use phpoffice/phpspreadsheet instead. Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
[27-Nov-2019 17:46:37 Asia/Tokyo] PHP Fatal error: Declaration of App¥Application::middleware($middlewareQueue) must be compatible with Cake¥Http¥BaseApplication::middleware(Cake¥Http¥MiddlewareQueue $middleware): Cake¥Http¥MiddlewareQueue in /var/www/html/src/Application.php on line 30 Fatal error: Declaration of App¥Application::middleware($middlewareQueue) must be compatible with Cake¥Http¥BaseApplication::middleware(Cake¥Http¥MiddlewareQueue $middleware): Cake¥Http¥MiddlewareQueue in /var/www/html/src/Application.php on line 30