CentOS7, Drupal 8.8.6、SQLite ver3.7.17を使用しています。
データベース更新のため、下記コマンドを実行するとエラーとなります。キャッシュがおかしい状態になっていそうですが、解決策がみつかりません。もう修復不可能なのでしょうか?
# drush updb
Cannot load Zend OPcache - it was already loaded
Module Update ID Type Description
system fix_jquery_htmlprefilter post-update Clear the library cache
and ensure aggregate files
are regenerated.Do you wish to run the specified pending updates? (yes/no) [yes]:
[notice] Update completed: system_post_update_fix_jquery_htmlprefilter
[error] Drupal\search_api\SearchApiException while adding Views handlers for field プロフィール ≫ Nickname on index Social all: Could not retrieve data definition for field 'Nickname' on index 'Social all'. in Drupal\search_api\Item\Field->getDataDefinition() (line 441 of /var/www/html/public_0528_ng/html/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while computing Views data for index Social all: Could not retrieve data definition for field 'Nickname' on index 'Social all'. in Drupal\search_api\Item\Field->getDataDefinition() (line 441 of /var/www/html/public_0528_ng/html/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while adding Views handlers for field プロフィール ≫ Nickname on index Social Users: Could not retrieve data definition for field 'Nickname' on index 'Social Users'. in Drupal\search_api\Item\Field->getDataDefinition() (line 441 of /var/www/html/public_0528_ng/html/modules/contrib/search_api/src/Item/Field.php).
[error] Drupal\search_api\SearchApiException while computing Views data for index Social Users: Could not retrieve data definition for field 'Nickname' on index 'Social Users'. in Drupal\search_api\Item\Field->getDataDefinition() (line 441 of /var/www/html/public_0528_ng/html/modules/contrib/search_api/src/Item/Field.php).[success] Finished performing updates.
また、drush crでキャッシュを再構築しようとするとエラーとなります。
# Drash cr
Unable to load Zend OPcache-already loaded
Line 695 in Connection.php:
SQLSTATE [HY000]: General error: 1: near "(": Syntax error: INSERT OR REPLACE
INTO {cache_config} (cid, expire, created, tags, checksum, data, serialize
D) Select cson, json_extract (value, "$ .expir" as json_extract (value, "$ .cid")
E ") expired, json_extract (value," $ .created ") created, json_extract (va
Lue, as "$ .tags") tag, json_extract (value, "$ .checksum") as checksum, json
_Extract (value, "$ .data") as data, json_extract (value, "$ .serialized") as s
Serialized array from json_each (: db_insert_placeholder_0);
あなたの回答
tips
プレビュー