Pergunta

Ao configurar o FLOW3, recebo o seguinte erro

#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. 

Qualquer ajuda por favor

Foi útil?

Solução

No diretório de configuração, modifiquei o arquivo de configuração Settings.yaml.example para Settings.yaml mantendo o original e, em seguida, descomentei e configurei o seguinte código no final do arquivo

#  core:
  #    phpBinaryPathAndFilename: 'C:/path/to/php.exe'

de acordo com o caminho do arquivo php exe.

Outras dicas

A propósito, você também deve se preocupar com o recuo.

--> Don't use Tab but Space
--> Add 2 more spaces for each line as such:

TYPO3:
  FLOW3:
    persistence:
    |
    core:
      phpBinaryPathAndFilename: 'C:/map2/php.exe'
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top