We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Search is not working with php7.4
The same problem as in issue: ltb-project/ltb-common#60
To solve the issue, I used a similar workaround: Added to file /etc/service-desk/config.inc.local.php the following line: $ldap_page_size=1000;
/etc/service-desk/config.inc.local.php
$ldap_page_size=1000;
The text was updated successfully, but these errors were encountered:
@armfem there is already a fix for that, did you try this: ltb-project/ltb-common#62 ?
Sorry, something went wrong.
Just tried, it work perfectly.
No branches or pull requests
Search is not working with php7.4
The same problem as in issue: ltb-project/ltb-common#60
To solve the issue, I used a similar workaround:
Added to file
/etc/service-desk/config.inc.local.php
the following line:$ldap_page_size=1000;
The text was updated successfully, but these errors were encountered: