Bug #54381

TYPO3\Flow\Core\Booting\Exception\SubProcessException thrown in file Scripts.php

Added by John Doe over 1 year ago. Updated over 1 year ago.

Status:New Start date:2013-12-13
Priority:-- undefined -- Due date:
Assigned To:- % Done:

0%

Category:- Error Handler Report -
Target version:-
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.0.0

Description

#1355480641:
Flow: The compile run failed. Please check the error output or system log for more information.

More information

TYPO3\Flow\Core\Booting\Exception\SubProcessException thrown in file
Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Scripts.php in line 531.
Reference code: 20131213102250bd4c8e

Flow: The compile run failed. Please check the error output or system log for more information.
13 TYPO3\Flow\Core\Booting\Scripts::executeCommand("typo3.flow:doctrine:compileproxies", array|16|)

12 TYPO3\Flow\Core\Booting\Scripts::compileDoctrineProxies(TYPO3\Flow\Core\Bootstrap)

11 TYPO3\Flow\Core\Booting\Scripts::initializeProxyClasses(TYPO3\Flow\Core\Bootstrap)

10 call_user_func(array|2|, TYPO3\Flow\Core\Bootstrap)

9 TYPO3\Flow\Core\Booting\Step::__invoke(TYPO3\Flow\Core\Bootstrap)

8 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)

7 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)

6 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)

5 TYPO3\Flow\Core\Booting\Sequence::invokeStep(TYPO3\Flow\Core\Booting\Step, TYPO3\Flow\Core\Bootstrap)

4 TYPO3\Flow\Core\Booting\Sequence::invoke(TYPO3\Flow\Core\Bootstrap)

3 TYPO3\Flow\Http\RequestHandler::boot()

2 TYPO3\Flow\Http\RequestHandler::handleRequest()

1 TYPO3\Flow\Core\Bootstrap::run()

cat /etc/debian_version
6.0.8

mysql -V
mysql Ver 14.14 Distrib 5.1.72, for debian-linux-gnu (x86_64) using readline 6.1

php -v
PHP 5.3.3-7+squeeze18 with Suhosin-Patch (cli) (built: Dec 12 2013 09:20:04)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.32.1, Copyright (c) 2007-2010, by SektionEins GmbH

apache2 -v
Server version: Apache/2.2.16 (Debian)
Server built: Mar 3 2013 12:09:44

cat functions.php
$info = array('system', 'shell_exec', 'escapeshellcmd', 'escapeshellarg');
foreach ($info as &$value) {
if(function_exists($value)) {
echo "$value function is enabled";
}
else {
echo "$value function is not enabled";
}
echo "\n";
}
?>
root@gs-typo3:/var/www# php functions.php
system function is enabled
shell_exec function is enabled
escapeshellcmd function is enabled
escapeshellarg function is enabled

tail -f /var/log/syslog (following comes up when trying to access the setup via http or if I try to run ./flow core:compile)
suhosin27793: ALERT - Include filename ('/var/www/TYPO3-Neos/Packages/Application/TYPO3.Neos/Classes/TYPO3/Neos/Domain/Service/array in the format array('resources://MyVendor.MyPackageKey/Private/TypoScript/Root.ts2', 'resources://SomeVendor.OtherPackage/Private/TypoScript/Root.ts2').php') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '/var/www/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/ClassLoader.php', line 132)
Dec 13 11:18:39 gs-typo3 suhosin27796: ALERT - Include filename ('/var/www/TYPO3-Neos/Packages/Application/TYPO3.Neos/Classes/TYPO3/Neos/Domain/Service/array in the format array('resources://MyVendor.MyPackageKey/Private/TypoScript/Root.ts2', 'resources://SomeVendor.OtherPackage/Private/TypoScript/Root.ts2').php') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '/var/www/TYPO3-Neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/ClassLoader.php', line 132)

phpinfo__.htm Magnifier (62.8 kB) John Doe, 2013-12-13 11:34

History

#1 Updated by Fabian Thommen over 1 year ago

i can confirm that... same error.

update:
increasing the php memory solved this problem.

Also available in: Atom PDF