Roundcube password plugin doesnt show up

  • Hi @ll :)


    I have tested i little bit more. After activating RoundcubePlugins, it is required to restart imscp_panel. A full rerun of installer is not required.
    Deactivating is no problem. The Plugins are removed from webmail.


    So, I looked at imscp_panel. It uses the php.ini in /var/www/fcgi/master/php5/. There I disabled soap-cache, opcache and apc. After restarting imscp_panel, I can activate/deactivate RoundcubePlugins and the changes are effecting immediately.


    I hope this help.


    Greets
    Chris

  • Thanks for you investigation. So it seems, that there's a caching-problem. Can you may create a ticket? :D

  • @Ninos



    Can you fix this?


    I've already fixed such issue for the Adminer and RecaptchaPMA plugins but I forgot about RoundcubePlugins.


    Thanks.

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

  • Hi @Ninos,


    I tried to install the master, but I get an unexprected error.


    imscp-rqst-mngr.log:

    Code
    1. [Mon Jul 13 08:23:11 2015] [error] main::_process: Error while processing 6, RoundcubePlugins, toinstall.
    2. [Mon Jul 13 08:23:11 2015] [error] main::_process: See /var/log/imscp/Plugin_module_RoundcubePlugins.log for more details.


    /var/log/imscp/Plugin_module_RoundcubePlugins.log is emtpy.


    Greets
    Chris

  • @Backdraft007


    The log is empty because the debug mode was not enabled... ;)

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

  • @Ninos


    From the iMSCP::Service package


    Perl
    1. ...=item restart($service) Restart the given service Param string $service Service name Return bool TRUE on success, die on failure=cut...

    Thus, you must return 0 after calling

    Perl
    1. iMSCP::Service->getInstance()->restart('imscp_panel');


    else, this will fail as it is the case for @Backdraft007



    I'll fix.

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