I am trying to update password for an user from ispconfig but igot these errors : 12.08.2023-11:40 - DEBUG [plugins.inc:98] - Unable to register function 'member_insert' from plugin 'mlmmj_plugin' for event 'mail_ml_member_insert' 12.08.2023-11:40 - DEBUG [plugins.inc:98] - Unable to register function 'member_update' from plugin 'mlmmj_plugin' for event 'mail_ml_member_update' 12.08.2023-11:40 - DEBUG [plugins.inc:98] - Unable to register function 'member_delete' from plugin 'mlmmj_plugin' for event 'mail_ml_member_delete' 12.08.2023-11:40 - DEBUG [server:217] - Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock
Seems as if you added some kind of very old or third party plugin which broke your system. Have a look into the folder /usr/local/ispconfig/server/plugins-enabled/ most likely there is a symlink for a plugin named mlmmj_plugin or similar, which is broken. Delete that symlink.
T Thanks for the reply. I have disabled this plugin the errors gone but no jobs processing. I notice that only job of the master in the cluster are processed, but no jobs are processed on oters servers. Patrick Tanis
I see only remove lock: 2023-08-13 15:42 tnsmail.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 2023-08-13 15:42 tnsdb1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 2023-08-13 15:42 tnsns1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 2023-08-13 15:41 tnsmail.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 2023-08-13 15:41 tnsdb1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 2023-08-13 15:41 tnsns1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock 2023-08-13 15:40 tnsns1.tainosystems.com Debug Remove Lock: /usr/local/ispconfig/server/temp/.ispconfig_lock I have a dns server an email server a database and a web server in the cluster. The web server is the master in the cluster.
Ok, so the script works fine and there is nothing that needs to be processed. What did you do before the issues started? Did you maybe empty the sys_datalog table or something similar on the master?
Thanks for the reply. I have finally resolved the problem. I forgot to use the sync tool so the master has not be synchronized with others servers. After the synchronization everything is working fine.