Installation problems with 1.1.5 Fatal Error

  • ok worked for me!


    For everybody with the same problems i did this:


    * Debian update & upgrade
    * disable all plugins
    * change domain status with "unknown error" from "torestore" to "tochange"
    * started the 1.1.5 auto install
    * after successful installation
    * enable all plugins
    * done


    Big thank you to @Nuxwin & @Ninos for your help! I really appreciate it!

    stay hungry, stay foolish!

  • Quote

    change domain status with "unknown error" from "torestore" to "tochange"


    My installation is broken right now, so no phpmyadmin etc. is runnig....how can i change the status via cli ?

  • hello


    SQL
    1. # mysql -u root -p<password>
    2. > use imscp;
    3. > update admin set admin_status = 'tochange';
    4. > update domain set domain_status = 'tochange';
    5. > update subdomain set subdomain_status = 'tochange';
    6. > update domain_aliasses set alias_status = 'tochange';
    7. > update subdomain_alias set subdomain_alias_status = 'tochange';
    8. > update mail_users set status = 'tochange';

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • The information which you shared here is helpful to solve my problem. Hope! it was help to me alot.