THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

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

Offline

#1 Problème d'installation

(06-09-2016 18:54:42)


Bonjour,

Je tente d'installer la dernière version de  Thelia en local (wamp) mais après le lancement de l'installation (le download fonctionne correctement), j'ai ce message:

C:\wamp64\www\Thelia>php Thelia thelia:install
#!/usr/bin/env sh

dir=$(d=${0%[/\\]*}; cd "$d"; cd "../vendor/thelia/core" && pwd)

# See if we are running in Cygwin by checking for cygpath program
if command -v 'cygpath' >/dev/null 2>&1; then
        # Cygwin paths start with /cygdrive/ which will break windows PHP,
        # so we need to translate the dir path to windows format. However
        # we could be using cygwin PHP which does not require this, so we
        # test if the path to PHP starts with /cygdrive/ rather than /usr/bin
        if [[ $(which php) == /cygdrive/* ]]; then
                dir=$(cygpath -m "$dir");
        fi
fi

dir=$(echo $dir | sed 's/ /\ /g')
"${dir}/Thelia" "$@"


Avez vous une idée de l'origine de ce problème?

Merci d'avance a vous

Offline

Offline

#3 Re: Problème d'installation

(06-09-2016 19:29:32)


ok, a suivre alors. Merci de l'info. As tu trouvé une alternative?

Offline

#4 Re: Problème d'installation

(06-09-2016 20:07:58)


Oui, telecharger le zip depuis thelia.net, et utiliser l'installeur web.


OpenStudio Toulouse