[Neos] Neos on all-inkl.com managed Server
Christian Loock
brainshack at gmail.com
Wed Jul 9 10:07:30 CEST 2014
So with the Help of all-inkl.com Support I got it to work. There were
actually only a few steps necessary to get it working:
Add the following to .htaccess file:
AddHandler php54-cgi .php # to enable php-cgi, since this is the only way
to run system etc. on this webhoster
Edit 'Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core' and add:
ini_set('date.timezone','Europe/Berlin');
ini_set('memory_limit','256M');
Is there a better place to do this, without making my Neos install
unpatchable? :(
Since you cannot change you php.ini on managed servers, this seems to be
the only way.
After deleting the content of my Data folder, I could run the setup up.
The site works now as you can see here:
http://www.clouded-sky.net/
I thought this might help for ppl searching for this like I did later on.
Cheers
2014-07-09 9:23 GMT+02:00 Christian Loock <brainshack at gmail.com>:
> Hey,
>
> does anybody have any experience running Neos on a managed server by
> all-inkl.com.
>
> All I get is an exception that says:
>
> Uncaught exception #1355480641 in line 250 of
>
> /www/htdocs/w01226ca/neos/Packages/Framework/TYPO3.Flow/Classes/TYPO3/Flow/Core/Booting/Scripts.php:
> Execution of subprocess failed with exit code 0 without any further output.
> (Please check your PHP error log for possible Fatal errors)
>
> 12
> TYPO3\Flow\Core\Booting\Scripts::executeCommand("typo3.flow:core:compile",
> array|16|)
> 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()
>
>
> Unfortunatly it does not seem like it is possible for me to look into the
> php error look, this is why I hope someone had this issue before and got it
> working somehow?
>
> Cheers,
>
> Christian
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>
More information about the Neos
mailing list