Bug #54317

Bug #54392: Installation issues

Neos installation fails on managed server (hosteurope)

Added by Dominic Garms over 1 year ago. Updated 10 months ago.

Status:Closed Start date:2013-12-11
Priority:Should have Due date:
Assigned To:- % Done:

0%

Category:-
Target version:-

Description

Hello,

after the "Your environment is suited for installing TYPO3 Flow" the installation redirects to http://neos.dmfmedia.de/setup/index and following message is shown:

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

error_log:
File does not exist: /www/neos/demo/Web/_Resources/Static, referer: http://neos.dmfmedia.de/setup

Not sure what exactly fails or if the .htaccess mod_rewrite fails. The server is TYPO3 CMS ready and usually works without any issues. PHP 5.3.27 with Suhosin-Patch is in use.

Regards,

Dominic


Related issues

related to TYPO3.Neos - Bug #54347: Noes won't install or run Closed 2013-12-12
related to TYPO3.Neos - Bug #54314: Reflecting class TYPO3\Neos\Domain\Service\TypoScriptServ... Resolved 2013-12-10
related to TYPO3.Neos - Bug #54380: Neos installation fails on fresh Ubuntu Server Closed 2013-12-13

History

#1 Updated by Kay Strobach over 1 year ago

Same for me, similar Server same hoster.

1. there must be a way to check permissions instead of using flows setpermission
2. if there is sth. missing the installer needs to show that :=) - even if it's hard
3. It's scary that the exception is neither shown, nor saved in the FS as stated :(

I'm thankfull for any hint.

You can try on your own here:

http://neos.kay-strobach.de/setup/
http://neos.kay-strobach.de/info.php

#2 Updated by Vladimir B over 1 year ago

We have absolutely the same problem with HostEurope and TYPO3 Neos 1.0

#3 Updated by Bastian Waidelich over 1 year ago

  • Status changed from New to Needs Feedback
  • Assigned To set to Bastian Waidelich

Hey guys, thanks for reporting.
I'll ask Hosteurope to provide me with a test account so that we can streamline the Neos setup process. Or if anyone of you could give me temporary access that would be very helpful.

#4 Updated by Kay Strobach over 1 year ago

@bastian, i can give you partial access ftp and http, sadly i have just one ssh accout - please contact me via skype: kaystrobach

#5 Updated by Bastian Waidelich over 1 year ago

Status update: I quickly tried this on a HE vServer, but I didn't get very far with my limited shell knowledge. The awesome Martin Brüggemann (from www.t3n.de) now looks into this and is about to order a HE webhosting package.
In the meantime: I've seen that the log stops at "Reflecting class TYPO3\Neos\Domain\Service\TypoScriptService".
Could anyone check whether this is the same issue as #54314 ? (Note: I linked a different issue before by accident)

#6 Updated by Kay Strobach over 1 year ago

thanks to bastian deleting 2 lines like described here #54314 fixed it. http://neos.kay-strobach.de is now up an running.

#7 Updated by Bastian Waidelich over 1 year ago

  • Parent task set to #54392

#8 Updated by Kay Strobach over 1 year ago

NEOS 1.0.1 is still broken!

#9 Updated by Bastian Waidelich over 1 year ago

Kay Strobach wrote:

NEOS 1.0.1 is still broken!

Please be more specific

#10 Updated by Bastian Waidelich over 1 year ago

Folks, Martin successfully installed Neos 1.0.1 on a managed server ("Hosteurope WebHosting Premium-Paket").

Unfortunately the PHP CLI is very restricted on HE, it lacks support for:
  • Access to external resources (e.g. via file_get_contents) - this is required for composer to work
  • 'date.timezone' is not configured in php.ini
  • The 'mbstring' extension is not installed

Besides, PHP runs in safe-mode on the CLI, so no sub-processes can be started.

This means that neos can be installed with the graphical Setup tool, but it won't be possible to execute "./flow ..." commands on the command line.

I don't understand why the CLI is so restricted at HE because with access to the console one can just create a PHP file and invoke it via HTTP (which removes most of the restrictions).
Hopefully HE will enable this at some point. Right now there's nothing we can do as far as I see it..

#11 Updated by Kay Strobach over 1 year ago

How to use composer @hosteurope:

download composer

curl -s https://getcomposer.org/installer | php

create a file called composer:

php -d suhosin.executor.include.whitelist=phar,http://,https:// composer.phar "$@" 

after chmod +x composer use it with

./composer create-project typo3/neos-base-distribution TYPO3-Neos-1.0

This worked perfectly fine for me with VERSION 1.0.0 + the mentioned patch, sadly 1.0.1 is broken again ... :( .
I can also make the batch file more sophisticated, so that it detects, if the phar archive is already present, and if not download it :D

New Error with 1.0.1:

PHP Fatal error:  Call to a member function getHash() on a non-object inneos/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Media_Domain_Service_ImageService.php on line 54, referer: http://.../neos/login

#12 Updated by Kay Strobach over 1 year ago

PS: I talked to the HE Support, and they told my, that they might perhaps update php in Q1 or Q2 ... grrr

#13 Updated by Kay Strobach over 1 year ago

Perhaps it's an option to set subRequestPhpIniPathAndFilename in a special way for the HE Installations ... :(

#14 Updated by Kay Strobach over 1 year ago

Uncaught exception in line 119 of /.../neos/Data/Temporary/Production/Doctrine/Proxies/__CG__TYPO3FlowResourceResource.php: Entity was not found. - See also: 2013121622452866debc.txt

Uncaught exception in line 119 of /.../neos/Data/Temporary/Production/Doctrine/Proxies/__CG__TYPO3FlowResourceResource.php: Entity was not found.

106 TYPO3\Flow\Persistence\Doctrine\Proxies\__CG__\TYPO3\Flow\Resource\Resource::__load()
105 TYPO3\Flow\Persistence\Doctrine\Proxies\__CG__\TYPO3\Flow\Resource\Resource::getResourcePointer()
104 TYPO3\Media\Domain\Service\ImageService_Original::transformImage(TYPO3\Media\Domain\Model\Image, array|2|)
103 TYPO3\Media\Domain\Model\ImageVariant_Original::initializeObject(2)
102 TYPO3\Media\Domain\Model\ImageVariant_Original::__wakeup()
101 TYPO3\Media\Domain\Model\ImageVariant::__wakeup()
100 unserialize("a:7:{s:9:"alignment";s:0:"";s:7:"caption";s:25:"<p>Enter caption here</p>";s:5:"image";O:37:"TYPO3\Media\Domain\Model\ImageVariant":3:{s:16:"*originalImage";O:30:"TYPO3\Media\Domain\Model\Image":10:{s:32:"*Persistence_Object_Identifier";s:36:"bf7e59eb-6ded-09b6-970a-7c250056274b";s:8:"*width";i:1280;s:9:"*height";i:960;s:7:"*type";i:2;s:16:"*imageVariants";a:0:{}s:15:"*lastModified";O:8:"DateTime":3:{s:4:"date";s:19:"2013-12-12 17:02:38";s:13:"timezone_type";i:3;s:8:"timezone";s:13:"Europe/Berlin";}s:8:"*title";s:0:"";s:10:"*caption";s:0:"";s:32:"Flow_Persistence_RelatedEntities";a:1:{s:8:"resource";a:3:{s:12:"propertyName";s:8:"resource";s:10:"entityType";s:28:"TYPO3\Flow\Resource\Resource";s:10:"identifier";s:36:"e03749da-c896-7aa0-3734-43a37783f160";}}s:7:"*tags";O:33:"Doctrine\ORM\PersistentCollection":2:{s:39:"Doctrine\ORM\PersistentCollectioncoll";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:54:"Doctrine\Common\Collections\ArrayCollection_elements";a:0:{}}s:46:"Doctrine\ORM\PersistentCollectioninitialized";b:1;}}s:25:"*processingInstructions";a:2:{i:0;a:2:{s:7:"command";s:4:"crop";s:7:"options";a:2:{s:5:"start";a:2:{s:1:"x";i:0;s:1:"y";i:0;}s:4:"size";a:2:{s:5:"width";i:1280;s:6:"height";i:960;}}}i:1;a:2:{s:7:"command";s:6:"resize";s:7:"options";a:1:{s:4:"size";a:2:{s:5:"width";i:1280;s:6:"height";i:960;}}}}s:8:"*alias";N;}s:15:"alternativeText";s:0:"";s:5:"title";s:0:"";s:4:"link";s:0:"";s:10:"hasCaption";b:0;}")
99 Doctrine\DBAL\Types\ArrayType::convertToPHPValue("a:7:{s:9:"alignment";s:0:"";s:7:"caption";s:25:"<p>Enter caption here</p>";s:5:"image";O:37:"TYPO3\Media\Domain\Model\ImageVariant":3:{s:16:"*originalImage";O:30:"TYPO3\Media\Domain\Model\Image":10:{s:32:"*Persistence_Object_Identifier";s:36:"bf7e59eb-6ded-09b6-970a-7c250056274b";s:8:"*width";i:1280;s:9:"*height";i:960;s:7:"*type";i:2;s:16:"*imageVariants";a:0:{}s:15:"*lastModified";O:8:"DateTime":3:{s:4:"date";s:19:"2013-12-12 17:02:38";s:13:"timezone_type";i:3;s:8:"timezone";s:13:"Europe/Berlin";}s:8:"*title";s:0:"";s:10:"*caption";s:0:"";s:32:"Flow_Persistence_RelatedEntities";a:1:{s:8:"resource";a:3:{s:12:"propertyName";s:8:"resource";s:10:"entityType";s:28:"TYPO3\Flow\Resource\Resource";s:10:"identifier";s:36:"e03749da-c896-7aa0-3734-43a37783f160";}}s:7:"*tags";O:33:"Doctrine\ORM\PersistentCollection":2:{s:39:"Doctrine\ORM\PersistentCollectioncoll";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:54:"Doctrine\Common\Collections\ArrayCollection_elements";a:0:{}}s:46:"Doctrine\ORM\PersistentCollectioninitialized";b:1;}}s:25:"*processingInstructions";a:2:{i:0;a:2:{s:7:"command";s:4:"crop";s:7:"options";a:2:{s:5:"start";a:2:{s:1:"x";i:0;s:1:"y";i:0;}s:4:"size";a:2:{s:5:"width";i:1280;s:6:"height";i:960;}}}i:1;a:2:{s:7:"command";s:6:"resize";s:7:"options";a:1:{s:4:"size";a:2:{s:5:"width";i:1280;s:6:"height";i:960;}}}}s:8:"*alias";N;}s:15:"alternativeText";s:0:"";s:5:"title";s:0:"";s:4:"link";s:0:"";s:10:"hasCaption";b:0;}", Doctrine\DBAL\Platforms\MySqlPlatform)
98 TYPO3\Flow\Persistence\Doctrine\DataTypes\ObjectArray_Original::convertToPHPValue("a:7:{s:9:"alignment";s:0:"";s:7:"caption";s:25:"<p>Enter caption here</p>";s:5:"image";O:37:"TYPO3\Media\Domain\Model\ImageVariant":3:{s:16:"*originalImage";O:30:"TYPO3\Media\Domain\Model\Image":10:{s:32:"*Persistence_Object_Identifier";s:36:"bf7e59eb-6ded-09b6-970a-7c250056274b";s:8:"*width";i:1280;s:9:"*height";i:960;s:7:"*type";i:2;s:16:"*imageVariants";a:0:{}s:15:"*lastModified";O:8:"DateTime":3:{s:4:"date";s:19:"2013-12-12 17:02:38";s:13:"timezone_type";i:3;s:8:"timezone";s:13:"Europe/Berlin";}s:8:"*title";s:0:"";s:10:"*caption";s:0:"";s:32:"Flow_Persistence_RelatedEntities";a:1:{s:8:"resource";a:3:{s:12:"propertyName";s:8:"resource";s:10:"entityType";s:28:"TYPO3\Flow\Resource\Resource";s:10:"identifier";s:36:"e03749da-c896-7aa0-3734-43a37783f160";}}s:7:"*tags";O:33:"Doctrine\ORM\PersistentCollection":2:{s:39:"Doctrine\ORM\PersistentCollectioncoll";O:43:"Doctrine\Common\Collections\ArrayCollection":1:{s:54:"Doctrine\Common\Collections\ArrayCollection_elements";a:0:{}}s:46:"Doctrine\ORM\PersistentCollectioninitialized";b:1;}}s:25:"*processingInstructions";a:2:{i:0;a:2:{s:7:"command";s:4:"crop";s:7:"options";a:2:{s:5:"start";a:2:{s:1:"x";i:0;s:1:"y";i:0;}s:4:"size";a:2:{s:5:"width";i:1280;s:6:"height";i:960;}}}i:1;a:2:{s:7:"command";s:6:"resize";s:7:"options";a:1:{s:4:"size";a:2:{s:5:"width";i:1280;s:6:"height";i:960;}}}}s:8:"*alias";N;}s:15:"alternativeText";s:0:"";s:5:"title";s:0:"";s:4:"link";s:0:"";s:10:"hasCaption";b:0;}", Doctrine\DBAL\Platforms\MySqlPlatform)
97 Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData(array|17|, array|17|, array|1|, array|1|)
96 Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData(array|17|, array|17|, array|1|)
95 Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData()
94 Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll(Doctrine\DBAL\Driver\PDOStatement, Doctrine\ORM\Query\ResultSetMapping, array|0|)
93 Doctrine\ORM\AbstractQuery::execute(NULL, 1)
92 Doctrine\ORM\AbstractQuery::getResult()
91 TYPO3\Flow\Persistence\Doctrine\Query_Original::getResult()
90 TYPO3\Flow\Persistence\Doctrine\QueryResult_Original::initialize()
89 TYPO3\Flow\Persistence\Doctrine\QueryResult_Original::toArray()
88 TYPO3\TYPO3CR\Domain\Repository\NodeDataRepository_Original::findByParentAndNodeType("/sites/neosdemotypo3org/main/node524a87808ab3e/column1", NULL, TYPO3\TYPO3CR\Domain\Model\Workspace, NULL, NULL, FALSE)
87 TYPO3\TYPO3CR\Domain\Repository\NodeDataRepository_Original::findByParentAndNodeTypeInContext("/sites/neosdemotypo3org/main/node524a87808ab3e/column1", NULL, TYPO3\Neos\Domain\Service\ContentContext, NULL, NULL)
86 TYPO3\TYPO3CR\Domain\Model\Node_Original::getChildNodes()
85 TYPO3\Neos\TypoScript\ContentCollectionImplementation_Original::getCollection()
84 TYPO3\TypoScript\TypoScriptObjects\AbstractCollectionImplementation::evaluate()
83 TYPO3\Neos\TypoScript\ContentCollectionImplementation_Original::evaluate()
82 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>/columns<TYPO3.TypoScript:Collection>/itemRenderer<TYPO3.Neos.NodeTypes:MultiColumnItem>/columnContent", "Exception")
81 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>/columns<TYPO3.TypoScript:Collection>/itemRenderer<TYPO3.Neos.NodeTypes:MultiColumnItem>/columnContent")
80 TYPO3\TypoScript\ViewHelpers\RenderViewHelper_Original::render("columnContent", NULL, NULL)
79 call_user_func_array(array|2|, array|3|)
78 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
77 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
76 FluidCache_Standalone_template_file_MultiColumnItem_8cc6c0422f84047450034b4b601cbe9db762f9a0::render(TYPO3\Fluid\Core\Rendering\RenderingContext)
75 TYPO3\Fluid\View\AbstractTemplateView::render()
74 TYPO3\TypoScript\TypoScriptObjects\TemplateImplementation_Original::evaluate()
73 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>/columns<TYPO3.TypoScript:Collection>/itemRenderer", "Exception")
72 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>/columns<TYPO3.TypoScript:Collection>/itemRenderer")
71 TYPO3\TypoScript\TypoScriptObjects\AbstractCollectionImplementation::evaluate()
70 TYPO3\TypoScript\TypoScriptObjects\CollectionImplementation_Original::evaluate()
69 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>/columns", "Exception")
68 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>/columns")
67 TYPO3\TypoScript\ViewHelpers\RenderViewHelper_Original::render("columns", NULL, NULL)
66 call_user_func_array(array|2|, array|3|)
65 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
64 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
63 FluidCache_Standalone_template_file_MultiColumn_8a2166d8e08bdda5bdb7e50c1179b9a7b0c24bea::render(TYPO3\Fluid\Core\Rendering\RenderingContext)
62 TYPO3\Fluid\View\AbstractTemplateView::render()
61 TYPO3\TypoScript\TypoScriptObjects\TemplateImplementation_Original::evaluate()
60 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>", "Exception")
59 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos.NodeTypes:TwoColumn>")
58 TYPO3\TypoScript\TypoScriptObjects\MatcherImplementation_Original::evaluate()
57 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>", "Exception")
56 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer<TYPO3.Neos:ContentCase>/default<TYPO3.TypoScript:Matcher>")
55 TYPO3\TypoScript\TypoScriptObjects\CaseImplementation_Original::renderMatcher("default")
54 TYPO3\TypoScript\TypoScriptObjects\CaseImplementation_Original::evaluate()
53 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer", "Exception")
52 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>/itemRenderer")
51 TYPO3\TypoScript\TypoScriptObjects\AbstractCollectionImplementation::evaluate()
50 TYPO3\Neos\TypoScript\ContentCollectionImplementation_Original::evaluate()
49 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>", "Exception")
48 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>/element<TYPO3.Neos:ContentCollection>")
47 TYPO3\TypoScript\TypoScriptObjects\MatcherImplementation_Original::evaluate()
46 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>", "Exception")
45 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main<TYPO3.Neos:PrimaryContent>/default<TYPO3.TypoScript:Matcher>")
44 TYPO3\TypoScript\TypoScriptObjects\CaseImplementation_Original::renderMatcher("default")
43 TYPO3\TypoScript\TypoScriptObjects\CaseImplementation_Original::evaluate()
42 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main", "NULL", NULL)
41 TYPO3\TypoScript\Core\Runtime_Original::evaluate("landingPage<TYPO3.Neos:Page>/body<TYPO3.TypoScript:Template>/content/main")
40 TYPO3\TypoScript\TypoScriptObjects\Helpers\TypoScriptPathProxy_Original::objectAccess()
39 TYPO3\Fluid\Core\Parser\SyntaxTree\ObjectAccessorNode_Original::getPropertyPath(TYPO3\Fluid\Core\ViewHelper\TemplateVariableContainer, "content.main", TYPO3\Fluid\Core\Rendering\RenderingContext)
38 {closure}()
37 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::renderChildren()
36 TYPO3\Fluid\ViewHelpers\Format\RawViewHelper_Original::render(NULL)
35 call_user_func_array(array|2|, array|1|)
34 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::callRenderMethod()
33 TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper::initializeArgumentsAndRender()
32 FluidCache_Standalone_template_file_Default_21e07064aef7cdaa5c071034aaaef1a98611684d::section_02083f4579e08a612425c0c1a17ee47add783b94(TYPO3\Fluid\Core\Rendering\RenderingContext)
31 TYPO3\Fluid\View\AbstractTemplateView::renderSection("body", NULL, FALSE)
30 TYPO3\Fluid\View\AbstractTemplateView::renderStandaloneSection("body", NULL, FALSE)
29 TYPO3\Fluid\View\AbstractTemplateView::renderSection("body")
28 TYPO3\TypoScript\TypoScriptObjects\TemplateImplementation_Original::evaluate()
27 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage<TYPO3.Neos:Page>/body", "NULL", TYPO3\TypoScript\TypoScriptObjects\ArrayImplementation)
26 TYPO3\TypoScript\Core\Runtime_Original::evaluate("landingPage<TYPO3.Neos:Page>/body", TYPO3\TypoScript\TypoScriptObjects\ArrayImplementation)
25 TYPO3\TypoScript\TypoScriptObjects\AbstractTypoScriptObject::tsValue("body")
24 TYPO3\TypoScript\TypoScriptObjects\ArrayImplementation_Original::evaluate()
23 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("landingPage", "Exception")
22 TYPO3\TypoScript\Core\Runtime_Original::render("landingPage")
21 TYPO3\TypoScript\TypoScriptObjects\MatcherImplementation_Original::evaluate()
20 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("root<TYPO3.TypoScript:Case>/layout<TYPO3.TypoScript:Matcher>", "Exception")
19 TYPO3\TypoScript\Core\Runtime_Original::render("root<TYPO3.TypoScript:Case>/layout<TYPO3.TypoScript:Matcher>")
18 TYPO3\TypoScript\TypoScriptObjects\CaseImplementation_Original::renderMatcher("layout")
17 TYPO3\TypoScript\TypoScriptObjects\CaseImplementation_Original::evaluate()
16 TYPO3\TypoScript\Core\Runtime_Original::evaluateInternal("root", "Exception")
15 TYPO3\TypoScript\Core\Runtime_Original::render("root")
14 TYPO3\Neos\View\TypoScriptView_Original::render()
13 TYPO3\Flow\Mvc\Controller\ActionController_Original::callActionMethod()
12 TYPO3\Flow\Mvc\Controller\ActionController_Original::processRequest(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
11 TYPO3\Flow\Mvc\Dispatcher_Original::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
10 TYPO3\Flow\Mvc\Dispatcher::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
9 call_user_func_array(array|2|, array|2|)
8 TYPO3\Flow\Mvc\Dispatcher::Flow_Aop_Proxy_invokeJoinPoint(TYPO3\Flow\Aop\JoinPoint)
7 TYPO3\Flow\Aop\Advice\AdviceChain::proceed(TYPO3\Flow\Aop\JoinPoint)
6 TYPO3\Flow\Security\Aspect\RequestDispatchingAspect_Original::blockIllegalRequestsAndForwardToAuthenticationEntryPoints(TYPO3\Flow\Aop\JoinPoint)
5 TYPO3\Flow\Aop\Advice\AroundAdvice::invoke(TYPO3\Flow\Aop\JoinPoint)
4 TYPO3\Flow\Aop\Advice\AdviceChain::proceed(TYPO3\Flow\Aop\JoinPoint)
3 TYPO3\Flow\Mvc\Dispatcher::dispatch(TYPO3\Flow\Mvc\ActionRequest, TYPO3\Flow\Http\Response)
2 TYPO3\Flow\Http\RequestHandler::handleRequest()
1 TYPO3\Flow\Core\Bootstrap::run()

#15 Updated by Bastian Waidelich over 1 year ago

Kay Strobach wrote:

This worked perfectly fine for me with VERSION 1.0.0 + the mentioned patch, sadly 1.0.1 is broken again ... :( .
I can also make the batch file more sophisticated, so that it detects, if the phar archive is already present, and if not download it :D

New Error with 1.0.1:

PHP Fatal error: Call to a member function getHash() on a non-object [...]

Did you flush all caches after upgrading?
I don't think that any of the changes from 1.0.0 to 1.0.1 broke that: http://docs.typo3.org/neos/TYPO3NeosDocumentation/Appendixes/ChangeLogs/101.html

#16 Updated by Kay Strobach over 1 year ago

Yes i did, will try to reinstall soon.

#17 Updated by Kay Strobach over 1 year ago

reinstall -> setup failed with white screen after importing the default site
frontend not reachable.

Called HE Support, there is no timeframe for php 5.4 ... grrr

#18 Updated by Chr is over 1 year ago

Using subRequestPhpIniPathAndFilename did not do the trick for me with my shared hosting environment.

In my case the setting of php-cli.ini like this did the job (!German!):

https://wiki.hostsharing.net/index.php?title=TYPO3_Neos_installieren#Workaround_falls_Einstellungen_einer_eigenen_php-cli.ini_nicht_von_Flow_ber.C3.BCcksichtigt_werden

PS: There is no PHP 5.4 here as well, but it seems to work.

#19 Updated by Kay Strobach over 1 year ago

mhmm, neos is back to life:

things done:
  1. fix composer like described in my note before
  2. fix the flow excutable with my own php ini, max_execution_time=0 and memory_limit=512M

This worked so far, perhaps these 2 values can be directly added into the flow executable to fix shared hosting finally ...

#20 Updated by Bastian Waidelich over 1 year ago

  • Assigned To deleted (Bastian Waidelich)

#21 Updated by Philipp Hanebrink 10 months ago

  • Status changed from Needs Feedback to Closed

No feedback was given within 9 month, so I consider this issue resolved.
If the issue persists, please open a new issue at https://jira.typo3.org/

Also available in: Atom PDF