Search code examples
typo3-flow

Error while configuring FLOW3


While configuring FLOW3, I get the following error

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

Any help please


Solution

  • In the configuration directory, I modified the setting file Settings.yaml.example to Settings.yaml by ist keeping the original and then have uncommented and set the following code at the end of the file

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

    as per the path of php exe file.