ispCP - Board - Support
[HowTo] Password Change Roundcube 0.5 (and 0.4.2) - 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 Change Roundcube 0.5 (and 0.4.2) (/thread-11889.html)

Pages: 1 2 3 4 5


RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) - Axion88 - 12-05-2012 09:15 PM

Thx for upoload its working Smile


RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) - hubsif - 08-05-2013 08:07 PM

Password Change is not working for roundcube 0.9, I just get an empty screen when I try to change the password.

Is somebody able to update the driver? I'm not good at programming... Sad

Thanks!

*edit*
I think I fixed it myself. Not sure how, though. I think finally changing line 30 to
Code:
$db = rcube_db::factory($dsn, '', FALSE);
made it.


RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) - goov - 08-26-2013 12:39 PM

ispCP is dead and since over 2 years not longer under development.

Please use the Fork "i - M S C P"

=> http://goo.gl/GweIi


RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) - noyo - 12-05-2013 06:31 AM

(08-05-2013 08:07 PM)hubsif Wrote:  Password Change is not working for roundcube 0.9, I just get an empty screen when I try to change the password.

Is somebody able to update the driver? I'm not good at programming... Sad

Thanks!

*edit*
I think I fixed it myself. Not sure how, though. I think finally changing line 30 to
Code:
$db = rcube_db::factory($dsn, '', FALSE);
made it.


A workaround is to replace
$db = new rcube_mdb2($dsn, '', FALSE);
by
$db = rcube_db::factory($dsn, '', FALSE);