btry

Results 665 comments of btry

The 1st SQL error shows that there is a mismatch in the table issues of the plugin, compared to the tickets table. The automatic action which fills the issues table...

the other errors are not related to the plugin

ok, then try again the query, but replace "IS NULL"in the last line with "< 0". I'm searching for a result which does not complies with the schema of the...

Ok, I think I found the problem : the faulty value is an empty string. Please open a terminal on your server then locate in the directory of GLPI, and...

Hi You should fix the collation; but your problem is not from here. It seems that the SQL query produces an empty string where an integer is expected (an ID)....

Hi The column requester_id is an integer, as expected, so this is fine. lets try the following query, to find out the rows with an empty string. I believe that...

0 is not an empty string; then the error ```Incorrect integer value: '' for column glpi.glpi_plugin_formcreator_issues.users_id_recipient at row 1``` seems a nonsense. Which DBMS are you using ?

Hi This output shows that there is no problem with the tables of the plugin. It seems that the main differences is the order if columns or keys which is...

Hi, Is this a regression compared to 2.13.8 or 2.13.9 ?