You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2019-06-07 11:38:16

Sophal GLPI
Member
Registered: 2019-06-07
Posts: 2

FormCreator 2.8.2 (Lost old form answer and new form not appear)

Dear team,

As I just upgrade GLPI to version 9.4.2, so I upgrade Form Creator to version 2.8.2. My problem is that, the old form requested was lost and the new request not appear by showing up this message "Trying to get property of non-object in /var/www/glpi/inc/dbmysql.class.php at line 285" in the My last form (validator).
Here is the information in SQL database should be need:

| glpi_plugin_formcreator_issues | CREATE TABLE glpi_plugin_formcreator_issues (
id int(11) NOT NULL AUTO_INCREMENT,
display_id varchar(255) COLLATE utf8_unicode_ci NOT NULL,
original_id int(11) NOT NULL DEFAULT '0',
sub_itemtype varchar(100) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
name varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
status varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
date_creation datetime NOT NULL,
date_mod datetime NOT NULL,
entities_id int(11) NOT NULL DEFAULT '0',
is_recursive tinyint(1) NOT NULL DEFAULT '0',
requester_id int(11) NOT NULL DEFAULT '0',
validator_id int(11) NOT NULL DEFAULT '0',
comment text COLLATE utf8_unicode_ci,
PRIMARY KEY (id),
KEY original_id_sub_itemtype (original_id,sub_itemtype),
KEY entities_id (entities_id),
KEY requester_id (requester_id),
KEY validator_id (validator_id)
) ENGINE=InnoDB AUTO_INCREMENT=5357 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci |

Hope to hear your feedback soon.

Thanks for your support
Sophal

Offline

#2 2019-06-10 05:58:05

Sophal GLPI
Member
Registered: 2019-06-07
Posts: 2

Re: FormCreator 2.8.2 (Lost old form answer and new form not appear)

Any feedback please?

Offline

Board footer

Powered by FluxBB