[FLOW3-general] Flow3 on OVH

"Christian Müller (Kitsunet)" christian.mueller at typo3.org
Tue Jan 24 00:49:03 CET 2012


Hi,

PHP supports different so called SAPIs, like mod_php which is no binary 
executable but a apache library, php-fcgi which is also used in 
webservers and php-cli which is used on command line. They are different 
because they work in different contexts and have slightly different 
behaviour. For the FLOW3 command line / compile time script you will 
need a php-cli binary.

Cheers,
Christian

On 23/01/12 21:38, Arnaud BECKER wrote:
> Hello,
>
> I am trying to test and beging developing with Flow3, but on OVH shared hosting, I get the error below.
> Of course, I put this setting :
> phpBinaryPathAndFilename: '/usr/local/bin/php.ORIG.5.3.3'
>
> X-Powered-By: PHP/5.3.3 Content-type: text/html The FLOW3 command line script or sub process was executed with a 'cgi-fcgi' PHP binary. Make sure that you specified a CLI capable PHP binary in your PATH or FLOW3's Settings.yaml. PHP 5.3.3 (cgi-fcgi) (built: Jul 28 2010 12:41:21) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
> Uncaught Exception in FLOW3
> #1297263663: The compile run failed. Please check the error output or system log for more information. (More information)
>
> TYPO3\FLOW3\Exception thrown in file
> Packages/Framework/TYPO3.FLOW3/Classes/Core/Bootstrap.php in line 421.
> Reference code: 20120123213154b2cd09
>
> Go to the FORGE issue tracker and report the issue - if you think it is a bug!
>
> 3 TYPO3\FLOW3\Core\Bootstrap::initializeForRuntime()
>
> Packages/Framework/TYPO3.FLOW3/Classes/Core/Bootstrap.php:
> 00361:   */
> 00362:  protected function handleWebRequest() {
> 00363:   $this->initializeForRuntime();
> 00364:
> 00365:   $requestHandlerResolver = $this->objectManager->get('TYPO3\FLOW3\MVC\RequestHandlerResolver');
>
> 2 TYPO3\FLOW3\Core\Bootstrap::handleWebRequest()
>
> Packages/Framework/TYPO3.FLOW3/Classes/Core/Bootstrap.php:
> 00170:
> 00171:   if (FLOW3_SAPITYPE === 'Web') {
> 00172:    $this->handleWebRequest();
> 00173:   } else {
> 00174:    $this->handleCommandLineRequest();
>
> 1 TYPO3\FLOW3\Core\Bootstrap::run()
>
> /homez.47/outaiqep/web/flow3.outa.fr/Web/index.php:
> 00035: $context = getenv('FLOW3_CONTEXT') ?: (getenv('REDIRECT_FLOW3_CONTEXT') ?: 'Development');
> 00036: $bootstrap = new \TYPO3\FLOW3\Core\Bootstrap($context);
> 00037: $bootstrap->run();
> 00038:
> 00039: ?>
>



More information about the FLOW3-general mailing list