Plugin install stuck at "install in progress..."

  • I went to install the Remote Bridge plugin from the GitHub repo (using the i-MSCP from 06/23/2013) and it seemed to have no issues. I forgot to fix the permissions before clicking the "Install" link for the plugin and now its stuck in the status saying "INstall in progress..."


    I've tried restarting the imscp daemon and deleting the plugin from the gui/plugins/ directory. I'm wanting to update my i-MSCP install to the newest via git but don't want to do something so hastly as to break the system even more than I have now.


    Is there a way to force kill the install process of the plugin? Even when I hit update plugin list it still shows it as install in progress.

  • Solution:
    Connect to mysql on your console

    Code
    1. mysql -uroot -p


    Switch to imscp database

    Code
    1. use imscp;


    disable the plugin

    SQL
    1. UPDATE plugin SET plugin_status = 'disabled' WHERE plugin_name ='RemoteBridge';


    Fix your permissions and start the installation again


  • Plugin manager is God ! ! !

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

  • I am having a similar problem.


    After uploading the plugin and after I started the installation it stucks at "install in progress"


    After applying the trick above the state changes to "deativated", when I am trying to activate it then it stucks at "activating..." also with "uninstall" delete it the only thing that works then.


    It seems it isn't even installed. any ideas? I have tried it with different plugins. everytime the same phenomenon. :S