Closed rafaelkuhl closed 1 year ago
Hi
Do you have an error in glpi/files/_logs/php-errors.log or glpi/files/_logs/sql-errors.log ?
Show only the errors you think related to the error. Not the full files.
Hi,
When I access the form and try to view the list:
2023-01-31 15:27:19] glpiphplog.WARNING: *** PHP Warning (2): Trying to access array offset on value of type null in /var/www/html/glpi/plugins/formcreator/inc/ldapdropdown.class.php at line 92 Backtrace : plugins/formcreator/ajax/getldapvalues.php:47 PluginFormcreatorLdapDropdown::getDropdownValue()
[2023-01-31 15:27:19] glpiphplog.WARNING: *** PHP Warning (2): Array to string conversion in /var/www/html/glpi/plugins/formcreator/ajax/getldapvalues.php at line 47
LOG: php-errors.log Best Regards,
On Tue, 31 Jan 2023 at 12:55, btry @.***> wrote:
Hi
Do you have an error in glpi/files/_logs/php-errors.log or glpi/files/_logs/sql-errors.log ?
Show only the errors you think related to the error. Not the full files.
— Reply to this email directly, view it on GitHub https://github.com/pluginsGLPI/formcreator/issues/3161#issuecomment-1410294493, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNMZMU3MSNMVPVL5HY2ZDTWVEDULANCNFSM6AAAAAAUMMVIKY . You are receiving this because you authored the thread.Message ID: @.***>
Hi
Can you try GLPI 10 and Formcrreator 2.13.4 ? Do the problem persist ?
I had a similar problem,
The problem is that when saving the configuration it is handling the & of the condition, in the database it is saving &
this is causing problem in user query
Hi
@verdanatech-dev according to your screenshot, I guess that your version of Formcreator is 2.13.0 or above. If I'm right, could you open a distinct issue ?
This issue is for version 2.12.x, which reached end of life.
By the way, @rafaelkuhl do you have feedback with version 2.13 ? I recommend you to upgrade to GLPI 10, as version 9.5 is very close to its end of support.
Hi
This issue is obsolete, then I close.
Describe the bug After upgrade to 2.12.7 LDAP Searches don't work anymore.
To Reproduce Steps to reproduce the behavior:
Go to any form with a LDAP search Field is show - the results could not be loaded
Expected behavior Dropdown with LDAP search result should be displayed
Screenshots
GLPI / Plugins (please complete the following information):
GLPI v9.5.12
fields Name: Additionnal fields Version: 1.13.0 State: Enabled datainjection Name: Data injection Version: 2.10.2 State: Enabled formcreator Name: Form Creator Version: 2.12.7 State: Enabled fusioninventory Name: FusionInventory Version: 9.5+4.2 State: Enabled sccm Name: Interface - SCCM Version: 2.3.1 State: Enabled mreporting Name: More Reporting Version: 1.7.4 State: Not installed oauthimap Name: Oauth IMAP Version: 1.3.4 State: Enabled phpsaml Name: PHP SAML Version: 1.2.1 State: Enabled
Desktop (please complete the following information):
Additional context
In the existing forms you can see the ldap connection, but in the new ones you can't select it, and it doesn't seem to be able to list the connections. With the superadmin role the form shows results.