Roundcube Community Forum

 

Cpanel password plugin Not Working (Roundcube mail)

Started by masuzyo0013, March 11, 2015, 09:49:44 AM

Previous topic - Next topic

masuzyo0013

Hi,

I've been trying now for Days to set up Cpanel password Plugin for roundcube mail hosted on one of my add-on domains.

I am hosting with www.byethost7.org

I Keep getting the same Error: Could not save new password.

RC Error log Shows this:

PHP Error: Password plugin: Broken driver cpanel in /home/avmediab/public_html/grandviewint.com/email/plugins/password/password.php on line 292 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)

My config.inc.php code is:

$config['password_driver'] = 'cpanel';

$config['password_cpanel_host'] = 'mydomain.com';

$config['password_cpanel_username'] = 'username';

$config['password_cpanel_password'] = 'password';

// The cPanel port to use
$config['password_cpanel_port'] = '2095';

// Using ssl for cPanel connections?
$config['password_cpanel_ssl'] = true; 

// The cPanel theme in use
$config['password_cpanel_theme'] = 'x3';


No Luck for days now please help. :(

SKaero

Doesn't look like your using a current version of the plugin, update Roundcube and start over with the current password plugin.

nayrb09

I have the same problem.

I used the latest version of roundcube, no error log.


masuzyo0013

Quote from: SKaero on March 11, 2015, 11:31:13 AM
Doesn't look like your using a current version of the plugin, update Roundcube and start over with the current password plugin.

Tried to re-install new version. and also installed xmlapi to path <root>program/lib

Error Log Now shows:

[13-Mar-2015 09:51:32 America/New_York] PHP Fatal error:  Class 'xmlapi' not found in /home/avmediab/public_html/rc/plugins/password/drivers/cpanel.php on line 46

It ends up just loading xmlapi.php and this url in address bar:

http://rc.grandviewint.com/?_task=settings&_action=plugin.password-save


Any Ideas?