[FLOW3-general] neos, unable to see setup

Christian Müller christian.mueller at typo3.org
Tue Oct 9 17:35:23 CEST 2012


Hi,

seems your server setup is not really compatible. Lets see:

On 09/10/12 17:13, mario chiari wrote:
> Oliver, All
>
> thanks for your reply.
>
> Yes, of course. But I think it should be possible to do without any
> change to the Apache configuration. Also, it seems that to set up a
> virtual host conflicts with eaccelator.
>
>
> Anyway I tried everything from scratch again and report below.
>
> 1.
> -- unzip to /var/www/html/
> -- [root at localhost TYPO3-Neos-1.0-alpha1]# chmod -R
> 777 /var/www/html/TYPO3-Neos-1.0-alpha1
> -- disable eaccelerator at http://localhost/eaccelerator/control.php
> (otherwise I get "Reflection of doc comments is not supported by your
> PHP setup. Please check if you have installed an accelerator which
> removes doc comments.")
> -- http://http://localhost/TYPO3-Neos-1.0-alpha1/Web/ returns a 500
> error, and Exception::__construct("SQLSTATE[3D000]: Invalid catalog
> name: 1046 No database selected", "3D000")
For the eaccelerator problem, that could also happen for apc or xcache. 
All of the three CAN remove comments from PHP which is considered BAD 
and will break many modern applications. You should simply disable that 
in eaccelerator configuration completely. I would also suggest switching 
to APC but that is just personal preference.
>
> 2.
> --/etc/httpd/conf/httpd.conf:
> <VirtualHost *:80>
>       DocumentRoot "/var/www/html/TYPO3-Neos-1.0-alpha1/Web/"
>       ServerName neos.demo
> </VirtualHost>
> --  /etc/hosts: 127.0.0.1 neos.demo
> -- [root at localhost TYPO3-Neos-1.0-alpha1]# service httpd restart
> -- http://localhost/<anything> returns "Reflection of doc comments ...",
> so I can't disable eaccelator from web panel.
>
> 3.
> -- disable eaccelator from eaccelator.ini file and restart httpd
> -- NOW, http://neos.demo/setup shows setup form, and I go from there
> into BE, and see FE at neos.demo.  GOOD!
> (it seems a empty DB should have already been created)
> (Exception #1309269952 thrown while rendering TYPO3\Phoenix\ContentTypes
> \TypoScript\PluginImplementation. See log for more details.)
Exception thrown -> Did you look up it up and check what happens?
>
> 4.
> -- BUT, any other web folder of mine is not accessible any more, e.g.
> http://localhost/mysql returns the NEOS' Page Not Found, instead of
> phpmyadmin. I guess i may fix httpd.conf again, but is so the best way
> to go?
You should create virtual hosts for your localhost -> neos.localhost, 
mysql.localhost etc.
>
> 5.
> -- NEOS is very very slow.
You are probably in Development Context? Check if the line:

# SetEnv FLOW3_CONTEXT Production

in your Web/.htaccess is commented or not. If it is and you want to 
change that, make sure you also copy over the Settings.yaml from 
Configuration/Development/Settings.yaml to 
Configuration/Production/Settings.yaml

Apart from that keep in mind that nothing in Neos is cached at the 
moment. Everything is rendered on request. For sure that will change in 
the final release but that is of course a major reason if you encounter 
slowness.

Cheers,
Christian




More information about the FLOW3-general mailing list