THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Hy,
I'm new in Thelia and I try to install it the last version. When I call http://thelia.net/install the browser has inifinite loop and I have this error (I use Windows):

Call to a member function getReadConnection() on a non-object in C:\\data\\sites\\theila\\path\\vendor\\propel\\propel\\src\\Propel\\Runtime\\ServiceContainer\\StandardServiceContainer.php on line 356

Thank's for your help

Offline


What version of Thelia do you use ?

Offline


2.1.5.
I have installed today Thelia and followed install instruction untile:
$ php composer.phar create-project thelia/thelia path/ 2.1.5
then when I have called install wizard in my browser (http://<my domain.tld>/install) i got this message "This page is not redirecting properly".

Offline


Did you try with :
http://<my domain.tld>/web/install
or
http://<my domain.tld>/index.php/install
or
http://<my domain.tld>/web/index.php/install
?

Can you show us your hosts file ?

Offline


Yes, I have tried.
Below my Apache vhost:

<VirtualHost *:80>
    DocumentRoot c:/data/sites/theila/path/web
    ServerName theila.dev
    ErrorLog logs/theila-error.log
    CustomLog logs/theila-access_log common
    <Directory "c:/data/sites/theila/path/web">
        AllowOverride All
        Require all granted
    </Directory>   
</VirtualHost>

Offline


Did you notice that you wrote "theila" instead of "thelia" ? Maybe you've written it correctly somewhere else so it can't match ?
Do you have anything special in your C:/Windows/System32/drivers/etc/hosts file ?