Current time: 04-19-2024, 06:09 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Password Change Roundcube 0.5 (and 0.4.2)
Author Message
Axion88 Offline


Posts: 3
Joined: Dec 2012
Reputation: 0
Post: #41
RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2)
Thx for upoload its working Smile
12-05-2012 09:15 PM
Find all posts by this user Quote this message in a reply
hubsif Offline
Newbie
*

Posts: 5
Joined: Nov 2009
Reputation: 1
Post: #42
RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2)
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.
(This post was last modified: 08-06-2013 01:08 AM by hubsif.)
08-05-2013 08:07 PM
Find all posts by this user Quote this message in a reply
goov Offline
Junior Member
*

Posts: 52
Joined: Dec 2012
Reputation: 0
Post: #43
RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2)
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
08-26-2013 12:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
noyo Offline


Posts: 1
Joined: Dec 2013
Reputation: 0
Post: #44
RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2)
(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);
12-05-2013 06:31 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)