Koozali.org: home of the SME Server

Roundcube - address book looking not working ?

Offline david000

  • *****
  • 203
  • +0/-0
Roundcube - address book looking not working ?
« on: September 01, 2015, 12:13:58 PM »
Hi Guys,

After updating to the current version of roundcube I'm seeing an issue with new (and reply) emails looking up addresses in the address book.

when you start to type an address in to the 'to' (or other fields) the machine give an 'internal server error' and shows the searching icon.

I can hand complete the field and successfully send mail.

I can also create emails to a contact in the address book directly from the address book by clicking on their email.

The problem replicates on different client PCs and browsers (chrome \ FF).

reading \ replying to email appears to work fine.

Cheers


David

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Roundcube - address book looking not working ?
« Reply #1 on: September 01, 2015, 12:21:37 PM »
well.. it's is likely a bug, so, please, open a new bug in bugzilla, thank you (link to bugzilla is above)

Offline david000

  • *****
  • 203
  • +0/-0
Re: Roundcube - address book looking not working ?
« Reply #2 on: September 01, 2015, 12:48:31 PM »
Shame - I've just added it to Bugzilla.

By the way, the bugzilla search seems broken - it returns html code on a simple search for 'roundcube' !

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Roundcube - address book looking not working ?
« Reply #3 on: September 01, 2015, 01:42:42 PM »
working fine here for me...

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Roundcube - address book looking not working ?
« Reply #4 on: September 01, 2015, 09:18:51 PM »
it is not a bug  I did, see http://trac.roundcube.net/ticket/1490469 and https://issues.kolab.org/show_bug.cgi?id=5131

it seems that we need to wait the version 1.1.3 or modify the following commit https://github.com/roundcube/roundcubemail/commit/cb0e0777ce832b2a148a1d71a304c7cba5e6564e in /usr/share/roundcubemail/program/lib/Roundcube/rcube_ldap.php

tested on my server
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline david000

  • *****
  • 203
  • +0/-0
Re: Roundcube - address book looking not working ?
« Reply #5 on: September 02, 2015, 08:52:38 AM »
Cheers. I'll see if I can do the mod.   Which is the best editor to use  (Linux newby!)

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Roundcube - address book looking not working ?
« Reply #6 on: September 02, 2015, 09:56:03 AM »
Cheers. I'll see if I can do the mod.   Which is the best editor to use  (Linux newby!)

vim of course
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Roundcube - address book looking not working ?
« Reply #7 on: September 02, 2015, 10:19:33 AM »
or, if you prefer anything easier, nano (onboard on SME)

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Roundcube - address book looking not working ?
« Reply #8 on: September 02, 2015, 11:06:02 AM »
or, if you prefer anything easier, nano (onboard on SME)

nano doesn't count lines, it is a pain to find the good line to change. It was hard the first time to code with vim, but now I can say that I have thrown to the bin, sublimetext, Atom, Gedit, Geany and I use only Vim, with some plugins....that's the difference.
« Last Edit: September 02, 2015, 11:09:12 AM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Roundcube - address book looking not working ?
« Reply #9 on: September 02, 2015, 11:18:59 AM »
Steph, I don't want to start an editor war :-)

I agree with you.. nano is good only for small file editing..

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Roundcube - address book looking not working ?
« Reply #10 on: September 02, 2015, 11:33:43 AM »
Steph, I don't want to start an editor war :-)
:( that's a pity, it could be funny some good fights :p
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Roundcube - address book looking not working ?
« Reply #11 on: September 02, 2015, 11:36:48 AM »
:( that's a pity, it could be funny some good fights :p

sure, but after it I ought close the topic and send you a warning for trolling (ROTFL) :-D

Offline DanB35

  • *****
  • 764
  • +0/-0
    • http://www.familybrown.org
Re: Roundcube - address book looking not working ?
« Reply #12 on: September 02, 2015, 01:14:16 PM »
nano doesn't count lines
Ctrl-C at any place in the file will tell you what line you're on.  Not as convenient as a real-time display, granted, but it works.
......

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Roundcube - address book looking not working ?
« Reply #13 on: September 02, 2015, 03:48:01 PM »
The killer feature missed by nano is the 'undo' action that you can have with 'u' and the redo with 'ctrl+r'.....and probably a lot of things.
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline david000

  • *****
  • 203
  • +0/-0
Re: Roundcube - address book looking not working ?
« Reply #14 on: September 02, 2015, 07:27:16 PM »
Cheers all.

So Vim would need to be installed ?    I recall something called Vi back in the day ?