Ошибка Oven for Cake php # Ошибка при установке пакета cakephp / migrations - PullRequest
0 голосов
/ 16 марта 2020

Я новичок в Cake. Я пытаюсь установить его на экземпляр виртуальной машины с помощью сервера Ubuntu. Я выполнил требования, чтобы установить Cake PHP в Ubuntu, установить и настроить apache2 и php7 .2 в соответствии с требованиями https://book.cakephp.org/4/en/installation.html. Попробуйте сделать дизайн торта, используя composer. Получить несколько проблем и финиш sh сдаваться. Наконец, заканчивая «Духовка для торта».

При заполнении форм для создания проекта в духовке я нажал «Установить торт PHP». Результатом было следующее. введите описание изображения здесь

В журнале изображений приведены следующие данные.

/ var / www / html /texte

Checking path...
/var/www/html/texte directory is writable
Checking PHP version...
Your version of PHP is 5.5.9 or higher (detected 7.2.24-0ubuntu0.18.04.3).
Checking mbstring extension...
Your version of PHP has the mbstring extension loaded.
Checking openssl/mcrypt extension...
Your version of PHP has the openssl extension loaded.
Checking intl extension...
Your version of PHP has the intl extension loaded.
Installing composer...
All settings correct for using Composer
Downloading...

Composer (version 1.10.1) successfully installed to: /var/www/html/composer.phar
Use it: php /var/www/html/composer.phar


Creating CakePHP project...
Creating a "cakephp/app:~4.0.0" project at "./texte"
Installing cakephp/app (4.0.3)
  - Installing cakephp/app (4.0.3): Downloading (connecting...)Downloading (100%)
Created project in /var/www/html/texte

Installing cakephp/cakephp:~4.0.4...
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 14 installs, 0 updates, 0 removals
  - Installing psr/simple-cache (1.0.1): Downloading (100%)
  - Installing psr/log (1.1.2): Downloading (100%)
  - Installing psr/http-message (1.0.1): Downloading (100%)
  - Installing psr/http-server-handler (1.0.1): Downloading (100%)
  - Installing psr/http-server-middleware (1.0.1): Downloading (100%)
  - Installing psr/http-client (1.0.0): Downloading (100%)
  - Installing psr/http-factory (1.0.1): Downloading (100%)
  - Installing laminas/laminas-zendframework-bridge (1.0.1): Downloading (100%)
  - Installing laminas/laminas-diactoros (2.2.2): Downloading (100%)
  - Installing laminas/laminas-httphandlerrunner (1.1.0): Downloading (100%)
  - Installing composer/ca-bundle (1.2.6): Downloading (100%)
  - Installing cakephp/chronos (2.0.3): Downloading (100%)
  - Installing aura/intl (3.0.0): Downloading (100%)
  - Installing cakephp/cakephp (4.0.4): Downloading (100%)
cakephp/cakephp suggests installing ext-curl (To enable more efficient network calls in Http\Client.)
cakephp/cakephp suggests installing lib-ICU (The intl PHP library, to use Text::transliterate() or Text::slug())
cakephp/cakephp suggests installing paragonie/csp-builder (CSP builder, to use the CSP Middleware)
Writing lock file
Generating autoload files
Class Cake\Composer\Installer\PluginInstaller is not autoloadable, can not call post-autoload-dump script
'
...