Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concats view in roundcube 1.0.1 broken #83

Open
hc42 opened this issue Jun 23, 2014 · 1 comment
Open

Concats view in roundcube 1.0.1 broken #83

hc42 opened this issue Jun 23, 2014 · 1 comment

Comments

@hc42
Copy link

hc42 commented Jun 23, 2014

Hi,
in the roundcube address book view there is only the first contact page displayed correctly shown. All others are empty. I figured out the reason. A workaround could be commenting out line 165 in file carddav_addressbook.php that checks if entries present in db result. The problem is that the num_rows function gives incorrect values for your queries for some reason. With $limit set it always returns 0. Maybe the while loop included in the condition is enough since it shouldn't be executed if no entries present. See the sql_debug log for the the executed queries and check return values.
Can you confirm the problem?

carddav plugin version 0.5.1 with commit log :27571d8b849a5ec726b61096b823ed8a1b59d42c
roundcube: 1.0.1

@hc42
Copy link
Author

hc42 commented Jun 23, 2014

Just saw pull request #77 solves this the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant