为了账号安全,请及时绑定邮箱和手机立即绑定

装了两bundle后启动不了了,配置的 pattern 导致错误,求帮助

Warning: preg_match(): Compilation failed: unmatched parentheses at offset 12

in app/cache/dev/classes.php at line 3019

错误代码如下

#var_dump($this->path,$request->getPathInfo());die();

if (null !== $this->path && !preg_match('{'.$this->path.'}', rawurldecode($request->getPathInfo()))) {

return false;

}

if (null !== $this->host && !preg_match('{'.$this->host.'}i', $request->getHost())) {

相关配置

secured_area:

            pattern: ^/

调试了下就是这个地方出错的,

求解决

正在回答

1 回答

那就把这个secured_area去掉,或者换种写法。

0 回复 有任何疑惑可以回复我~
#1

此题无解 提问者

非常感谢!
2015-07-27 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

装了两bundle后启动不了了,配置的 pattern 导致错误,求帮助

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信