Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Trel on March 23, 2008, 10:29:00 AM

Title: Fatal error: Call to undefined function decrypt_passwd()
Post by: Trel on March 23, 2008, 10:29:00 AM
During the install when it asked me to test my config, I tried using SMTP and I got the following error


Fatal error: Call to undefined function decrypt_passwd() in /path_removed/roundcubemail/program/include/rcube_smtp.inc on line 105
Title: Re: Fatal error: Call to undefined function decrypt_passwd()
Post by: till on March 23, 2008, 04:59:53 PM
Hey people,

just a quick heads up! I know this bug was not a show stopper (since it was "just" on the test page in the installer), but annoying for sure!

The bug is fixed in SVN (r1212). Sorry for the annoyance. I could have sworn we tested this before we released it.

Rock on!
Till
Title: Re: Fatal error: Call to undefined function decrypt_passwd()
Post by: jsaxton on March 24, 2008, 03:24:59 PM
Hi,

Thanks for fixing this bug. I spent a couple hours last Thursday digging through the roundcube source on my own, and I wasn't able to fix it. Now when I run the SMTP test, it works just fine. I receive the test message. However, there are still two problems.

1: When I log into roundcube and try to send a message, I get a "Failed to send message" error.
2: I don't know if this is deliberate or not, but after I perform the SMTP test, it displays my password in plain text.

Let me know if there is anything I can do to further assist you in troubleshooting this problem.

Thanks!
Title: Re: Fatal error: Call to undefined function decrypt_passwd()
Post by: till on March 24, 2008, 09:02:50 PM
Look in the logs what the error is, it should have detailed info. :)

Thanks!
Title: Re: Fatal error: Call to undefined function decrypt_passwd()
Post by: jsaxton on March 26, 2008, 03:00:15 PM
Ah, this was a really stupid mistake on my part. I had yet to define an identity, so that's why it was choking.