ispCP - Board - Support
[HowTo] Password Changer Roundcube 0.3 Stable - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Password Changer Roundcube 0.3 Stable (/thread-7816.html)

Pages: 1 2 3 4 5 6 7 8 9


RE: [HowTo] Password Changer Roundcube 0.3 Stable - Speedysurf - 05-07-2010 04:26 AM

Can everybody send me the emailtpl-functions.php from /gui/includes.
I have change a text and now the emails not translate.


RE: [HowTo] Password Changer Roundcube 0.3 Stable - fulltilt - 10-18-2010 08:16 PM

followed howto ... if i try to change password:
Code:
new password not saved
Code:
[18-Oct-2010 13:35:20 +0200]: DB Error: connect: [Error message: Could not select the database: ispcp]
[Native code: 1044]
[Native message: Access denied for user 'roundcube'@'localhost' to database 'ispcp']
** mysql(mysql)://roundcube:xxx@localhost/ispcp in /var/www/ispcp/gui/tools/roundcube/program/include/rcube_mdb2.php on line 101 (POST /?_task=settings&_action=plugin.ispcp_pw_changer-save?_task=&_action=)

Login with PMA is working for user roundcube ...
tested with roundcube 0.4.2 and 0.4.1
any idea?


RE: [HowTo] Password Changer Roundcube 0.3 Stable - fulltilt - 10-18-2010 10:40 PM

i fixed permissions for roundcube mysql user:
Code:
mysql -p
GRANT SELECT , UPDATE ON `ispcp`.`mail_users` TO 'roundcube'@'localhost';
quit

now it's working!


RE: [HowTo] Password Changer Roundcube 0.3 Stable - Speedysurf - 12-12-2010 03:26 AM

Hi,

can i use pw_changer with ispcp 1.0.7 and Roundcube 0.4.2?


RE: [HowTo] Password Changer Roundcube 0.3 Stable - fulltilt - 12-12-2010 04:44 AM

try it ...

(12-12-2010 03:26 AM)Speedysurf Wrote:  Hi,

can i use pw_changer with ispcp 1.0.7 and Roundcube 0.4.2?



RE: [HowTo] Password Changer Roundcube 0.3 Stable - Sweil - 12-12-2010 04:51 AM

Nevertheless there is a special version for roundcube 0.4.2 and ispcp 1.0.7 ...
=> http://isp-control.net/forum/thread-11889.html


RE: [HowTo] Password Changer Roundcube 0.3 Stable - Speedysurf - 12-12-2010 05:44 AM

@sweil:
Thank you. Now the password change work fine.


RE: [HowTo] Password Changer Roundcube 0.3 Stable - jasome - 06-07-2011 09:41 PM

hello to all,

I followed the manual, and I get the following error when sending the new password:
Fatal error: Class 'ispCP_Registry' not found in /var/www/ispcp/gui/include/ispcp-functions.php on line 92

i see 'var/www/ispcp/gui/include/ispcp-functions.php' and the call is correct.

i use ispCP 1.0.7 OMEGA with roundcube 0.5.1

Can any help me? thanks!


RE: [HowTo] Password Changer Roundcube 0.3 Stable - jasome - 06-08-2011 05:43 PM

(06-07-2011 09:41 PM)jasome Wrote:  hello to all,

I followed the manual, and I get the following error when sending the new password:
Fatal error: Class 'ispCP_Registry' not found in /var/www/ispcp/gui/include/ispcp-functions.php on line 92

i see 'var/www/ispcp/gui/include/ispcp-functions.php' and the call is correct.

i use ispCP 1.0.7 OMEGA with roundcube 0.5.1

Can any help me? thanks!

i solved my problem see in this post : http://isp-control.net/forum/thread-11889.html

thanks!