hi,
i use roundcube 0.5.1-DEP and i upgrade to 0.5.2-dep and now digest-md5
is broken.
i use: debian 6.0 (stable/squeeze).
$rcmail_config['imap_auth_type'] = 'DIGEST-MD5';
$rcmail_config['imap_auth_type'] = null;
do not work.
PHP5-IMAP and PHP-NET-imap are installed.
i use dovecot. i must put
$rcmail_config['imap_auth_type'] = 'CRAM-MD5';
to work.
bst regards
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
> [27-Apr-2011 19:15:25] PHP Deprecated: Assigning the return value of
> new by reference is deprecated in /usr/share/php/MDB2.php on line 2647
This is an error message from the PEAR MDB2 package not from Roundcube
itself.
Roundcube seems to use PEAR MDB2 package for database connectivity. The
current stable release of MDB2 uses assignments by reference (=& new ).
There is a newer beta of the MDB2 package available where changelog says
dropped php4 support and php5.3 fixes. It can be installed by shell command
"pear upgrade MDB2-beta" or you can grab it from
http://pear.php.net/package/MDB2/download/
--Martin
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Platform: Debian 6.0 Squeeze i386
RC rev: 0.3.1-6
Symptom: Immediately after RC login and seeing the mailbox view I am
instantly redirected back to the login page. This occurs via http and
https, with or without https redirection enabled. I did not have this
problem immediately after the Squeeze upgrade when I tested all apps on
the server to make sure they were all working.
Relevant Log entries:
...
[27-Apr-2011 19:15:25] PHP Deprecated: Assigning the return value of
new by reference is deprecated in /usr/share/php/MDB2.php on line 2647
[27-Apr-2011 19:15:28] PHP Deprecated: Assigning the return value of
new by reference is deprecated in /usr/share/php/MDB2.php on line 393
[27-Apr-2011 19:15:28] PHP Deprecated: Assigning the return value of
new by reference is deprecated in /usr/share/php/MDB2.php on line 2647
Related information:
I can't recall the exact details, but an issue unrelated to Roundcube
forced me to remove and reinstall one of the php packages on the system.
I'm guessing this is the source of the problem. There are 234 php and
related packages in Debian 6.0 and I have no idea which one(s) I need to
reinstall to fix this problem.
Any help would be greatly appreciated.
Thanks.
--
Stan
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On 2011-04-20 1:03 PM, Arthur Titeica wrote:
>
>
> On Thu, 17 Mar 2011 14:53:00 -0700, Jim Pazarena wrote:
>
>> I recently discovered a hacker (IP: 41.211.223.83)
>> ALL SHOULD BLACKLIST who signed on to my roundcube system
>> with login credentials of a legitimate user, and used
>> roundcube to send out 82 emails (junk "I have a proposal for
>> you") to hundreds of recipients EACH.
>>
>> comments please!
>
> What roundcube version you have?
this was 0.5
I recently upgraded to 0.5.1
Incidentally, I found a SECOND roundcube 'hack'. Hundreds more
spam sent out thru roundcube.
What concerns me is that the attack seemed automated in that
the number of emails in the short time spam could not have
been injected manually. Suggesting a bot of some sort automatically
inserting the spam thru the web interface.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I was receiving a "Server Error (OK)" when trying to look at any
folder. The contents of the folder were not displayed. Mail could be
sent, settings could be viewed, but no messages were displayed. This
occurred after an upgrade of PHP, Apache and several other applications
on my Ubuntu server.
Alec, the Roundcube developer extraordinaire, saw what appeared to be
an issue with compression. We were able to determine that mod_deflate
was the culprit. Commenting out "SetOutputFilter DEFLATE" in the
.htaccess file solved the issue and now folders can be viewed. I'm
working to track down where the exact issue with mod_deflate lies, but
this appears to have solved the issue.
Thanks for everyone's help!
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello.
I would like to know is there any effort to implement SQLite 3.x support
in Roundcube?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Whenever I try yo login, it instantly gives "Your session is invalid or
expired".
May I know what I'm doing wrong?
Regards,
Test
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
By the way, I did make the change to the app.js.src file and it doesn't
seem to make a difference.
Chris
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
debug_level is 8 and I've turned debugging options "on" across the
board. No errors are showing up anywhere. The imap log shows
everything working right. Apache doesn't show anything weird.
Silly question about the patch you link to. It shows modifying app.js,
but the line is in app.js.src. Also, it's not at line 5390 in
app.js.src - it's at 5166 ($Id: app.js 4666 2011-04-17 09:34:02Z alec).
Am I supposed to be modifying it there? I can't see where app.js.src and
app.js relate, but once again - I'm not a programmer.
Thanks!
Chris
>On 21.04.2011 04:01, Chris wrote:
>
>> I've tried a million things. The Dovecot maildir issues are
>> resolved.
>> No errors show up in the roundcube sql or imap logs, nor in the
>> Apache
>> or Dovecot logs. As a matter of fact, the imap log shows the
>> complete
>> imap transaction as functioning correctly. Yet I can't view the
>> contents of any mailbox or folder - I get "Server Error (OK)"
>> consistently. I'm assuming this is a Javascript/HTTP error of some
>> sort. I'm not sure where the "OK" comes from. Anyway, it's driving
>> me insane. Any suggestions on how to debug this?
>
>What's your debug_level setting? Check with this patch
>http://trac.roundcube.net/changeset/4681
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
started to make this work in progress, if some here wants to help me,
email me offlist, just using mysql here so hope i can use native php code
to get this new user registration on roundcube, and its a learning curce
for me :)
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e