Bug #44285

TYPO3\FLOW3\Exception thrown in file Scripts.php

Added by torben over 2 years ago. Updated almost 2 years ago.

Status:Closed Start date:2013-01-03
Priority:-- undefined -- Due date:
Assigned To:Adrian Föder % Done:

0%

Category:- Error Handler Report -
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:Flow 2.0.0 beta 1

Description

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 TYPO3.FLOW3.core.phpBinaryPathAndFilename.

10 TYPO3\FLOW3\Core\Booting\Scripts::initializeProxyClasses(TYPO3\FLOW3\Core\Bootstrap)
9 call_user_func(array, TYPO3\FLOW3\Core\Bootstrap)
8 TYPO3\FLOW3\Core\Booting\Step::__invoke(TYPO3\FLOW3\Core\Bootstrap)
7 TYPO3\FLOW3\Core\Booting\Sequence::invokeStep(TYPO3\FLOW3\Core\Booting\Step, TYPO3\FLOW3\Core\Bootstrap)
6 TYPO3\FLOW3\Core\Booting\Sequence::invokeStep(TYPO3\FLOW3\Core\Booting\Step, TYPO3\FLOW3\Core\Bootstrap)
5 TYPO3\FLOW3\Core\Booting\Sequence::invokeStep(TYPO3\FLOW3\Core\Booting\Step, TYPO3\FLOW3\Core\Bootstrap)
4 TYPO3\FLOW3\Core\Booting\Sequence::invoke(TYPO3\FLOW3\Core\Bootstrap)
3 TYPO3\FLOW3\Http\RequestHandler::boot()
2 TYPO3\FLOW3\Http\RequestHandler::handleRequest()
1 TYPO3\FLOW3\Core\Bootstrap::run()

Please include more helpful information!

History

#1 Updated by Alexander Berl over 2 years ago

The last line is important ;)
"Please include more helpful information!"

As it looks, your settings.yaml contains the path "C:\php/php", which is not a valid executable path and should probably rather be "C:\php\bin\php.exe" or sth. depending on where your local PHP Installation is.

#2 Updated by Adrian Föder over 2 years ago

  • Status changed from New to Needs Feedback

#3 Updated by Karsten Dambekalns almost 2 years ago

  • Status changed from Needs Feedback to Closed
  • Assigned To set to Adrian Föder

Also available in: Atom PDF