RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > Plug-Ins

For more information about the ads and why they're here, please see the FAQ
Reply
  #21  
Old 07-18-2006, 06:07 PM
Registered User
 
Join Date: Jul 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

I have downloaded roundcubemail-cvs-20060413-cp.tar.gz and extracted it.

When I try to apply the patch "rcmail-20060413-cp.patch" I get the following:

patching file index.php
Reversed (or previously applied) patch detected! Assume -R? [n]

Does this mean the patch has already been applied?

I assumed this and continued with my installation, but get an error when I try to access roundcube.

Firefox returns this error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/roundcube/program/include/main.inc on line 1170


Any Ideas?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #22  
Old 07-19-2006, 09:38 AM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

yeah, roundcubemail-cvs-20060413-cp.tar.gz is Patched!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #23  
Old 07-20-2006, 12:44 AM
Registered User
 
Join Date: Jul 2006
Posts: 46
Downloads: 0
Uploads: 0
Send a message via MSN to simoesp
Default Re: A pretty "Change Password" patch/module for Roundcube

you can dig in this site for RFC's but i've googled and didn't found nothing special :S.... so... it's not plausible
http://www.rfc-editor.org/cgi-bin/rfcsearch.pl
__________________
--------------------------------------------------------<br /> **&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; S.I.M.O.E.S.P.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **<br />--------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #24  
Old 07-21-2006, 01:25 AM
Registered User
 
Join Date: Jun 2006
Posts: 84
Downloads: 0
Uploads: 0
Send a message via ICQ to xoqez Send a message via MSN to xoqez
Default Re: A pretty "Change Password" patch/module for Roundcube

wait so does it now change the password on the IMAP server?
__________________
--<br />Venond; using roundcube since June 2006<br />www.venond.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #25  
Old 07-21-2006, 03:40 AM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

Quote:
Originally Posted by xoqez
wait so does it now change the password on the IMAP server?
The veryyyyyy basic task of this patch is "change the password on the IMAP server" since release.

-------------------------------
Configuration
# vi config/db.inc.php
// Add rows below, and modify to suit you.
$rcmail_config['db_mail_dsn'] = 'mysql://dbuser:your_passwd@localhost/mail_db';
$rcmail_config['db_mail_users_table'] = 'accountuser';
$rcmail_config['db_mail_user_field'] = 'username';
$rcmail_config['db_mail_passwd_field'] = 'password';
$rcmail_config['db_mail_passwd_type'] = ''; // ''-- for Plaintext, 'ENCRYPT', 'PASSWORD'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #26  
Old 07-31-2006, 06:48 PM
Registered User
 
Join Date: Jul 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

I'm having the exact same problem. Any ideas on how to solve it?

Quote:
Originally Posted by ledhed
I have downloaded roundcubemail-cvs-20060413-cp.tar.gz and extracted it.

When I try to apply the patch "rcmail-20060413-cp.patch" I get the following:

patching file index.php
Reversed (or previously applied) patch detected! Assume -R? [n]

Does this mean the patch has already been applied?

I assumed this and continued with my installation, but get an error when I try to access roundcube.

Firefox returns this error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/roundcube/program/include/main.inc on line 1170


Any Ideas?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #27  
Old 08-01-2006, 04:30 AM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

OK, again,
roundcubemail-cvs-20060413-cp.tar.gz is Patched "rcmail-20060413-cp.patch" already, you don't need apply the patch again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #28  
Old 08-01-2006, 02:51 PM
Registered User
 
Join Date: Jul 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

Yes, I know that.
I didn't try to "re-patch" it.
I've just uncompress it and the problem occurs.
Is there any way to apply this patch on the SVN trunk?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #29  
Old 08-02-2006, 02:02 PM
Member
 
Join Date: Jun 2006
Posts: 41
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

Quote:
Firefox returns this error:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/roundcube/program/include/main.inc on line 1170

Any Ideas?
sorry, so careless!

To solve it, please swap line 1170 and line 1169.(and the files is updated)

Quote:
Is there any way to apply this patch on the SVN trunk?
this patch only for roundcubemail-cvs-20060413.
for SVN trunk, you need hack it. i'll make a patch for next cvs version.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #30  
Old 08-09-2006, 03:26 PM
ric ric is offline
Registered User
 
Join Date: Aug 2006
Posts: 6
Downloads: 0
Uploads: 0
Default Re: A pretty "Change Password" patch/module for Roundcube

Patched files and all works well until I try to change the password, onceI click SAVE it comes up 'An error occurred will saving'. Any ideas, using Hmailserver.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 07:43 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community