致命错误:require_once():无法打开所需的'C:\xampp\htdocs\sample\web/../app/bootstrap.php.cache'(include_path='.;C:\xampp\php\pear \梨')

问题描述 投票:0回答:1

我是 Symfony 项目的新手。当一切正常时,我收到以下错误。 我的交响乐

我的php.ini文件

[PHP]

;;;;;;;;;;;;;;;;;;;
; About php.ini   ;
;;;;;;;;;;;;;;;;;;;


;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2"
;include_path = ".:/php/includes"
;
;Windows: "\path1;\path2"
include_path = ".;C:\xampp\php\pear\PEAR"
;PHP's default setting for include_path is ".;C:\xampp\php\pear\PEAR"
; http://php.net/include-path


尝试了所有可用的解决方案,但无法解决问题。已经浪费了3天了。有人可以帮我吗? 非常感谢。

php symfony pear symfony2 adsapi-php.ini
1个回答
0
投票

你需要执行这个命令

sudo php vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php
© www.soinside.com 2019 - 2024. All rights reserved.