错误如下:
The website encountered an unexpected error. Try again later. TypeError: Cannot assign null to property Drupal\views\Plugin\views\query\QueryPluginBase::$offset of type int in Drupal\views\Plugin\views\query\QueryPluginBase->setOffset() (line 152 of core/modules/views/src/Plugin/views/query/QueryPluginBase.php).
找到文件:
core/modules/views/src/Plugin/views/query/QueryPluginBase.php
在151行下面添加一行:
if (is_null($offset)) $offset = 0;
问题解决。
没有评论,留下你的印记,证明你来过。
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。