movim / movim_ynh

[UNMAINTAINED -> go to YunoHost-Apps/movim_ynh]
https://github.com/YunoHost-Apps/movim_ynh
Other
13 stars 6 forks source link

Errors installation #23

Closed tbille closed 8 years ago

tbille commented 8 years ago

Hi I am trying to install Movim on a Debian Jessie with a letsencrypt certificate. The app is installed but I have a blank page when I try to go on it. I tried to reinstall it, and I saw this message (I just took the error messages) :

    + sudo su -c 'cd /var/www/movim && php mud.php db set' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
    + sudo su -c 'cd /var/www/movim && php mud.php config locale:fr' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
    + sudo su -c 'cd /var/www/movim && php mud.php config loglevel:1' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
    + sudo su -c 'cd /var/www/movim && php mud.php config environment:production' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
    + sudo su -c 'cd /var/www/movim && php mud.php config timezone:Europe/Paris' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
    + sudo su -c 'cd /var/www/movim && php mud.php config username:user@domain.tld' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
    ++ awk '{print $1}'
    ++ sha1sum
    ++ echo -n 'monSuperPassword'
    + sudo su -c 'cd /var/www/movim && php mud.php config password:hash' movim
    <div style="font-family: Arial; text-align: center;">
        <h2>Oops... something went wrong.</h2>
        <p>But don't panic. The NSA is on the case.</p>
    </div>
src386 commented 8 years ago

Hi, something went wrong earlier. Maybe a missing dependancie (in php compozer) or a problem with database. Can you delete then reinstall the package and paste the full output ? EDIT : never mind, I am now able to reproduce the bug. I will investigate.

src386 commented 8 years ago

Ok, this should work now. You can deinstall then reinstall, or just upgrade :

yunohost app upgrade movim -u https://github.com/movim/movim_ynh
tbille commented 8 years ago

The upgrade didn't work. But uninstall and install works! Thanks

src386 commented 8 years ago

Thanks for reporting this bug. Have fun with movim.

M5oul commented 8 years ago

Same for me.