2015年5月30日土曜日

drupal 8 beta 11 インストール

Xdebug settingsxdebug.max_nesting_level is set to100.
Set xdebug.max_nesting_level=256in your PHP configuration as some pages in your Drupal site will not work when this setting is too low.
と言われたので
php.ini

[xdebug]
xdebug.max_nesting_level=256
を付け加える。

で、インストールを続けるが、次のエラー。

Installing Drupal

The installation has encountered an error.
Please continue to the error page
An AJAX HTTP request terminated abnormally.
Debugging information follows.
Path: /drupal/core/install.php?langcode=ja&profile=standard&id=1&op=do_nojs&op=do
StatusText: error
ResponseText: 
ReadyState: 0

https://www.drupal.org/node/1232416

0 件のコメント:

コメントを投稿