tomolimo / processmaker

GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
30 stars 11 forks source link

Error php-errors.log #86

Closed juveboss closed 5 years ago

juveboss commented 5 years ago

Hello,

I have a problem in files php-errors.log :

image

I used GLPI 9.2 / plugin processmaker 3.4.5 / Processmaker 3.3.0 and HTTPS

--

tomolimo commented 5 years ago

Hello @juveboss These kind of warnings:

Headers and client library minor version mismatch

are from a problem in your version of PHP and version of MySQL, see https://stackoverflow.com/questions/10759334/headers-and-client-library-minor-version-mismatch

Could you first fix this warning, and then we'll have a look at the other Notice.

Thank you Regards, Tomolimo

tomolimo commented 5 years ago

Hello again,

Could you also check that in your DB in table glpi_plugin_processmaker_configs the ssl_verify column exists?

Thank you

tomolimo commented 5 years ago

And also check that in this table the field db_version contains: 3.3.8?

juveboss commented 5 years ago

Hello Tomolimo.

iN GLPI_plugin_processmaker_configs => No exist=> ssl_verify

i remove plugin in glpi and remove tables => ok work

You can close. Thanks tomolimo