配置FLOW3时,出现以下错误
#1315561483: It seems like the PHP binary "C:\php/php" cannot be executed by FLOW3. Set the correct path to the PHP executable in Configuration/Settings.yaml, setting FLOW3.core.phpBinaryPathAndFilename.
请帮助
答案 0 :(得分:1)
在配置目录中,我将设置文件Settings.yaml.example修改为Settings.yaml,保留原始设置,然后取消注释,并在文件末尾设置以下代码
# core:
# phpBinaryPathAndFilename: 'C:/path/to/php.exe'
根据php exe文件的路径。
答案 1 :(得分:0)
顺便说一句,你也应该关心缩进。
--> Don't use Tab but Space
--> Add 2 more spaces for each line as such:
TYPO3:
FLOW3:
persistence:
|
core:
phpBinaryPathAndFilename: 'C:/map2/php.exe'