config.inc.php was not found.

Discussion in 'Installation/Configuration' started by fbarcenas, May 31, 2020.

  1. fbarcenas

    fbarcenas Member

    After following the Debian 10 LEMP guide I can't get round cube working.
    THe path here:

    Code:
    chown root:ispapps /etc/roundcube/debian-db.php
    chmod 640 /etc/roundcube/debian-db.php
    chown root:ispapps /etc/roundcube/config.inc.php
    chmod 640 /etc/roundcube/config.inc.php
    chown -R ispapps:adm /var/log/roundcube
    chmod -R 750 /var/log/roundcube
    chown -R ispapps:ispapps /var/lib/roundcube/temp
    chmod -R 750 /var/lib/roundcube/temp
    Should be corrected to: /etc/roundcube/debian-db-roundcube.php
     
    ahrasis likes this.
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Which LEMP guide?
    Which path was changed?
    Does it work now with the changed path?
     
  3. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    There no such steps while installing RoundCube in #18 of the official tutorial. Where did you get that?
     
  4. fbarcenas

    fbarcenas Member

    ahrasis likes this.
  5. fbarcenas

    fbarcenas Member

    There was other issues too, however they were not major though.
    There was no install candidate for vim-nox. Little things like that.
     
    ahrasis likes this.
  6. ahrasis

    ahrasis Well-Known Member HowtoForge Supporter

    Thanks for highlighting it. I was scanning quickly before and missed them but thanks to you, I do see them now. Unfortunately, I use Ubuntu and didn't face similar problem, so can't really be that helpful. Hopefully @till will have an answer for you.
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    You are accessing Roundcube on port 8081?
     
  8. fbarcenas

    fbarcenas Member

    No on 8080.
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    RoundCube on nginx systems is on port 8081 and not 8080.
     
  10. fbarcenas

    fbarcenas Member

    Then the problem is even bigger and worse as all the little mailbox links next to the email mailboxes needs to be corrected as they all take you to the 8080 version. How do you correct all those links?
    The installation should probably changed so if you selected NGINX, then those links all change to 8081 instead of 8080.
    [​IMG]
     
    Last edited: May 31, 2020

Share This Page