Hello. I I've read already all posts but didn't solve my problem with password plugin.
I see everytime this error in logs:
Quote[15-Aug-2012 14:36:27 -0600]: PHP Error: Password plugin: Broken driver cpanel in /home6/artzluxc/public_html/test/plugins/password/password.php on line 258 (POST /test/?_task=settings&_action=plugin.password-save?_task=&_action=)
I'm user of Bluehost hosting.
I'm using a custom Cpanel.php driver (see attached) because default is not working + Here are my configs:
config.inc.php:
$rcmail_config['password_driver'] = 'cpanel';
// cPanel Driver options
// --------------------------
// The cPanel Host name
$rcmail_config['password_cpanel_host'] = 'box800.bluehost.com';
// The cPanel admin username
$rcmail_config['password_cpanel_username'] = 'username';
// The cPanel admin password
$rcmail_config['password_cpanel_password'] = 'password';
// The cPanel port to use
$rcmail_config['password_cpanel_port'] = 2083;
// Using ssl for cPanel connections?
$rcmail_config['password_cpanel_ssl'] = true;
// The cPanel theme in use
$rcmail_config['password_cpanel_theme'] = 'bluehost';
Who can help me? Thank you very much in advance. Sorry for my english!
The cpanel driver you are using is for an old version of the password plugin, it wont work with the current version. Why is the default cpanel driver is not working?