Hi Marco,
I have downloaded and installed the plugin again, but during the installation and the plugin, as well that when puting the database information, I got many errors. I also see the interfice quite strange.
Errors:
Warning: extract() expects parameter 1 to be array, boolean given in /wp-content/plugins/key4ce-osticket-bridge/ost-bridge.php on line 98
Warning: extract() expects parameter 1 to be array, boolean given in /wp-content/plugins/key4ce-osticket-bridge/ost-bridge.php on line 109
Warning: extract() expects parameter 1 to be array, boolean given in /wp-content/plugins/key4ce-osticket-bridge/admin/ost-config.php on line 96
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ”ost_ticket__cdata'( ticket_id int(11) unsigned NOT NULL DEFAULT ‘0’, subj’ at line 1]
CREATE TABLE IF NOT EXISTS ‘ost_ticket__cdata'( ticket_id int(11) unsigned NOT NULL DEFAULT ‘0’, subject mediumtext, priority mediumtext, priority_id bigint(20) DEFAULT NULL, PRIMARY KEY (ticket_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
WordPress database error: [Unknown column ‘priority_id’ in ‘field list’]
INSERT INTO ost_ticket__cdata (ticket_id,subject,priority,priority_id) VALUES (‘1’, ‘osTicket Installed!’, ‘Normal’, ‘2’)
I have checked the option of 1.9.4 or above, which is my OST installation.
The first two errors appeared during the installation, before I was able to put any information.
Thanks for your help!