PhpMatcherTrait处的未定义偏移量

时间:2019-01-19 15:08:58

标签: php symfony symfony4

我的项目运行良好。我今天想写一些新的代码行,但这给了我这个错误。

ErrorException: Notice: Undefined offset: 6 
at vendor/symfony/routing/Matcher/Dumper/PhpMatcherTrait.php:87

我完全不知道那是什么。

检查了我上次在做什么时仍在工作。我尝试配置身份验证和注册表单,因此根据教程,我在终端中使用了以下几行:

composer require symfony/security-csrf
composer require symfony/security-bundle
php bin/console make:user
php bin/console make:migration
php bin/console doctrine:migrations:migrate
composer update

那就是我所做的一切。

我正在使用Symfony 4.1和PHP 7.1.3

这是一个新项目,只有一个视图,一个控制器,到目前为止效果很好。

将对此表示感谢。

enter image description here

enter image description here

enter image description here

2 个答案:

答案 0 :(得分:2)

执行composer update后,我遇到了相同的错误。在终端中运行php bin/console cache:clear为我解决了该问题。

答案 1 :(得分:0)

似乎有些东西已经更新了-很可能是Composer。

尝试删除您的vendor文件夹并执行composer install