roundcube error reported by cron

Discussion in 'ISPConfig 3 Priority Support' started by concept21, Oct 1, 2021.

  1. concept21

    concept21 Active Member

    Hello,
    I receive this report in my system. How do I correct it?
    My system is Ubuntu 20.04, ISPConfig 3.2.6, Nginx1.18. :oops:

     
  2. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Sounds like you need to install the roundcube jgueryui plugin. Or maybe there's a typo somewhere that cleandb.sh loads and that should really be jqueryui ?
     
  3. nhybgtvfr

    nhybgtvfr Well-Known Member HowtoForge Supporter

    there's definitely a (two actually) typo in what you posted, or rather in cleandb.sh

    ERROR: Failed to load plugin file /var/lib/roundcube/plugins/jgueryui/jgueryui.php

    it should be looking for /var/lib/roundcube/plugins/jqueryui/jqueryui.php
     
    concept21 likes this.
  4. concept21

    concept21 Active Member

    Yes, but I can't find any trace of this typo error.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Try as root:

    grep -r jgueryui /var/lib/roundcube/
     
  6. concept21

    concept21 Active Member

    How to search text inside script files?
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    That's what the command does.
     
  8. concept21

    concept21 Active Member

    I am completely lost now! I run these 2 commands and they return nothing! :confused:
     
  9. Jesse Norell

    Jesse Norell Well-Known Member Staff Member Howtoforge Staff

    Maybe search under /etc or other to level folders like /usr and /car (will take a bit to complete).

    Another option is to trace what is going on either wholesale (eg. using strace) or step by step (with sh -x, etc), but that starts to get a lot more complex.

    And if course there's always "search for the error message in the internet" which we hope you have done already, but can always try again or in other ways. (I tried briefly, but not having good luck from this phone).
     
    Last edited: Mar 9, 2022
    concept21 likes this.
  10. concept21

    concept21 Active Member

    Yes, I find my own typo error in /etc/roundcube/config.inc.php after running:
    :p
     
    Th0m and Jesse Norell like this.

Share This Page