[FLOW3-general] neos, unable to see setup

mario chiari m at mariochiari.net
Tue Oct 9 17:13:04 CEST 2012


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")

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.)

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? 

5.
-- NEOS is very very slow. 

comments very welcome.
thanks
mario





  On Mon, 2012-10-08 at 23:23 +0200, Olivier Dobberkau wrote:
> Am 08.10.12 22:06, schrieb mario chiari:
> 
> > -- tried http://localhost/TYPO3-Neos-1.0-alpha1/Web
> 
> done this?
> 
> http://neos.typo3.org/download.html
> 
> 
> --snip--
> 
> Set up a virtual host inside your apache.conf, and then restart apache:
> 
> NameVirtualHost *:80 # if needed
> 
> <VirtualHost *:80>
>     DocumentRoot "/your/htdocs/TYPO3-Neos-1.0-alpha1/Web/"
>     # skip the following line for development
>     Setenv FLOW_CONTEXT Production
>     ServerName neos.demo
> </VirtualHost>
> 
> Add an entry to /etc/hosts:
> 
> 127.0.0.1 neos.demo
> 
> --snap--
> 
> Olivier
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general




More information about the FLOW3-general mailing list