Hello guys. So I installed roundcube-0.4 (that's the version that the theme i bought require). Activated all stuff... But I only have this problem, the password changing.... I took the last password plugin, but it refuse to work.
I have this error: PHP Error: Password plugin: Unable to execute /usr/share/roundcubemail-0.4/plugins/password/drivers/chgvirtualminpasswd in /usr/share/roundcubemail-0.4/plugins/password/drivers/virtualmin.php on line 67 (POST /webmail/?_task=settings&_action=plugin.password-save?_task=&_action=)
Notice the chgvirtualminpasswd works if you invoke it in terminal: ./chgvirtualminpasswd modify-user ....etc.
Anyone can provide some help please?
I really don't know what to do, except jumping from the 5'th floor!
My guess would be that php doesn't have the permissions to execute that command.
even virtualmin.php has 777 permission. still the same error:
PHP Error: Password plugin: Unable to execute /usr/share/roundcubemail-0.4/plugins/password/drivers/chgvirtualminpasswd in /usr/share/roundcubemail-0.4/plugins/password/drivers/virtualmin.php on line 67 (POST /webmail/?_task=settings&_action=plugin.password-save?_task=&_action=).
Any coder would like to help?
PHP and Apache run under a different user that most likely doesn't have access to the chgvirtualminpasswd command. To test that make a new PHP document with:
Quoteexec('');
?>
And see if it executes.
Hi,
any solutions on this I using roundcube 0.71 and follow the step to do virtualmin change password but it doesn't work.
Hi,
this is a fairly old post, but let's give this a go:
i'm experiencing the same problem. running the website in FCGID mode (run as virtual server owner).
i tried different chown options and chmod all up to 777
chown domainowner.domainowner chgvirtualminpasswd
chown root.domainowner chgvirtualminpasswd
also downloaded latest binaries from github, all to no avail.
my error message is:
[18-Sep-2012 20:31:30 +0200]: PHP Error: Password plugin: Unable to execute /home/test-mail1/public_html/plugins/password/helpers/chgvirtualminpasswd in /home/test-mail1/public_html/plugins/password/drivers/virtualmin.php on line 73 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)
no error messages in apache error log.
would any one be so kind to share some tips on how to get this to work?
thanks in advance!
niels