[TYPO3-english] TYPO3 Neos installation issue

Lukas Schörghuber lukas.schoerghuber at posteo.at
Sun Oct 25 10:02:57 CET 2015


Hi,

I have successfully finished TYPO3 Neos' installer. However, when trying to load the PHP script delivers the HTTP status code 500 and I can see the following error in Apache's log file:

[:error] [pid 3370] [client 192.168.0.100:58911] PHP Fatal error:  require(): Failed opening required '/srv/www/neos_2_0/Data/Temporary/Production/Doctrine/Proxies/__CG__TYPO3TYPO3CRDomainModelNodeData.php' (include_path='.:/usr/local/share/pear') in /srv/www/neos_2_0/Packages/Libraries/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php on line 209

Nevertheless, the required file exists and I can navigate to it in the bash. The directory specified with (include_path='.:/usr/local/share/pear') does not exist. Does this cause this issue?

Possibly my Apache configuration file for the virtual host might help finding a solution:

<VirtualHost *:80>
	ServerName www.tzwski.at
	SetEnv FLOW_CONTEXT Production
	DocumentRoot "/srv/www/neos_2_0/Web"
	<Directory "/srv/www/neos_2_0/Web">
		Options Indexes FollowSymLinks
		AllowOverride all
		Require all granted
	</Directory>
</VirtualHost>

Thank you for your answers!


More information about the TYPO3-english mailing list