[FLOW3-general] 2 Installation Questions

mario chiari m at mariochiari.net
Sat Nov 10 16:42:19 CET 2012


Hi,

I am unable to see the trick to set neos in a given server directory,
without any vhost configuration.

I have modified neos' .htaccess by:
SetEnv FLOW3_CONTEXT Development
SetEnv FLOW_ROOTPATH /var/www/html/neos/TYPO3-Neos-1.0-alpha1/
(and tried RewriteBase /neos/TYPO3-Neos-1.0-alpha1/ and a few other
things too)

my Development/Settings.yaml has:
TYPO3:
  Flow:
    persistence:
      backendOptions:
        dbname: 'neos'       # (I created the db)
        user: 'my user'      #  
        password: 'my pw'    #  

but I still get the error

#1: Notice: A non well formed numeric value encountered
in /var/www/html/neos/TYPO3-Neos-1.0-alpha1/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/TYPO3_Flow_Persistence_Doctrine_Query_Original.php line 137

35 Exception::__construct("SQLSTATE[42S02]: Base table or view not
found: 114…eos.typo3_typo3_domain_model_domain' doesn't exist", "42S02")

which is fine, since I have not been able to create any table.

your hint is welcome
thks cheers
mario

ps For the time being, i do not need to switch between contexts.


On Fri, 2012-10-26 at 08:57 +0200, Robert Lemke wrote:
> Hi Simon,
> 
> On 22.10.2012, at 14:56, Simon Browning <simon at seethroughweb.com>
> wrote:

> 
> > 2. Modifying the vhosts configuration is often not possible on
> shared hosting servers, will there eventually be a way to setup Neos
> where one doesn't have to point the vhost to the /web folder?
> 
> 
> you can set the environment variable in your .htaccess file. If you
> need to switch between two contexts, you're currently out of luck. But
> you could add some simple code into your index.php which checks a
> certain GET parameter. We don't offer that solution by default for
> security reasons.
> 
> Cheers,
> Robert







More information about the FLOW3-general mailing list