Hi guys,
I just updated I-MSCP to 1.2 from 1.1.x.
I disabled plugins with mysql to be able to update.
But now impossible to remove them. I would like to remove them and then install cleanly all of them with new versions.
I tried this way explained by Nuxwin :
Do the following:1. Remove the backend plugin part:Source Code
# rm /var/www/imscp/engine/Plugins/* <- i don't have this folder I have plugins in www/imscp/gui/plugins/
2. Disable the plugins manually:Source Code
# mysql -u root -p
> use imscp;
> UPDATE plugin SET plugin_status = 'disabled';
3. Update the plugins files from /var/www/imscp/gui/plugins with those available here: https://github.com/i-MSCP/plugins4. Reactivate the plugins through the plugin interfaceNote: For the monitorix plugin, try to reinstall the monitorix package too (before reactivating the plugin).
But... it doesn't works. The version written on the plugin manager is always written 0.0.9 on RoundcubePlugins and they still appear I cannot remove them all have errors :
InstantSSH Error : Plugin::InstantSSH::disable: Error while executing statement: Table 'imscp.instant_ssh_users' doesn't exist
Monitorix : Plugin::Monitorix::_restartDaemonMonitorix: Unable to umask 022: Ioctl() inappropré pour un périphérique at /usr/bin/monitorix line 97
RoundcubePlugins : Plugin::RoundcubePlugins::_checkActivatedPlugins: The plugin 'managesieve_plugin' is not compatible with your PO server: courier !
Any tips ?
Thank you