gpt4 book ai didi

php - SuluArticleBundle引发 undefined index :文章

转载 作者:行者123 更新时间:2023-12-02 22:18:59 24 4
gpt4 key购买 nike

我正在尝试使用ElasticSearch 2.4设置SuluArticleBundle。我正在关注documentation,但我不断
[Symfony\Component\Debug\Exception\ContextErrorException]
Notice: Undefined index: article

运行php bin/console assets:install命令时

这是我第一次使用ElasticSearch和SuluArticleBundle,所以我不确定是与我的ElasticSearch设置或 bundle 包设置有关的错误。

知道可能是什么问题吗?

编辑

这是堆栈跟踪
Exception trace:
() at /Users/jaimy/projects/student-starter/vendor/sulu/article-bundle/DependencyInjection/SuluArticleExtension.php:253
Sulu\Bundle\ArticleBundle\DependencyInjection\SuluArticleExtension->appendArticlePageConfig() at /Users/jaimy/projects/student-starter/vendor/sulu/article-bundle/DependencyInjection/SuluArticleExtension.php:207
Sulu\Bundle\ArticleBundle\DependencyInjection\SuluArticleExtension->load() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php:66
Symfony\Component\DependencyInjection\Compiler\MergeExtensionConfigurationPass->process() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php:39
Symfony\Component\HttpKernel\DependencyInjection\MergeExtensionConfigurationPass->process() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php:143
Symfony\Component\DependencyInjection\Compiler\Compiler->compile() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php:746
Symfony\Component\DependencyInjection\ContainerBuilder->compile() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:576
Symfony\Component\HttpKernel\Kernel->initializeContainer() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:118
Symfony\Component\HttpKernel\Kernel->boot() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php:65
Symfony\Bundle\FrameworkBundle\Console\Application->doRun() at /Users/jaimy/projects/student-starter/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php:125
Symfony\Component\Console\Application->run() at /Users/jaimy/projects/student-starter/bin/console.php:23
include() at /Users/jaimy/projects/student-starter/bin/console:21
编辑#2

这是我的sulu_core配置

# SuluCore Configuration
sulu_core:
webspace:
config_dir: "%kernel.root_dir%/Resources/webspaces"
content:
structure:
default_type:
snippet: "article_default"
paths:
homepage:
path: "%kernel.root_dir%/Resources/templates/pages"
type: "home"
page:
path: "%kernel.root_dir%/Resources/templates/pages"
type: "page"
snippet:
path: "%kernel.root_dir%/Resources/templates/snippets"
type: "snippet"
article:
path: "%kernel.root_dir%/Resources/templates/articles"
type: "article"

最佳答案

我认为您错过了本文的default_type配置。请在sulu_core.content.structure.default_type.article处添加配置。

关于php - SuluArticleBundle引发 undefined index :文章,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46864904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com