Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved Help getting a Roundcube plugin installed and working

    Roundcube
    roundcube plugins
    2
    4
    213
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jdaviescoates
      jdaviescoates last edited by

      I'm trying to install this message label plugin:
      https://plugins.roundcube.net/packages/kreapptivo/message_label

      I've tried to follow the instructions at:
      https://cloudron.io/documentation/apps/roundcube/#plugins

      I went into the Roundcube web terminal and did:

      cd /app/data/plugins
      git clone https://umount@github.com/umount/message_label.git message_label
      chown -R www-data:www-data /app/data/plugins
      

      But then, if I paste:

      array_push($config['plugins'], 'message_label');
      

      Into /app/data/customconfig.php

      Well, then the app doesn't work at all - I just get a blank white screen.

      However, if I change it to:

      array_push($rcmail_config['plugins'], 'message_label');
      

      Then the app works, but the plugin doesn't appear to be have been installed/ working.

      Help! 🙂

      I use Cloudron with Gandi & Hetzner

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by

        @jdaviescoates Most likely it's some bug in the plugin. It's not been developed for 5 years...

        jdaviescoates 1 Reply Last reply Reply Quote 1
        • jdaviescoates
          jdaviescoates @girish last edited by

          @girish ah, damn. I was alerted to it by @necrevistonnezr who said it was new (I guess because it appears in new list here https://plugins.roundcube.net/explore/ ) but now I see what you mean.

          But, just for info, should array_push($config['plugins'], 'myplugin'); in the instructions actually be array_push($rcmail_config['plugins'], 'myplugin'); (i.e. $config or $rcmail_config).

          Thanks.

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply Reply Quote 0
          • girish
            girish Staff last edited by

            @jdaviescoates it should be array_push($config['plugins'], 'myplugin');

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Powered by NodeBB