tomolimo / processmaker

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

Dont display dynaform #100

Closed jrauda closed 4 years ago

jrauda commented 4 years ago

Hi i was testing this integracion beetween glpi and process maker.

I was check all but i can not make display the form in GLPI.

I send all the setup in a attach.

thank you for your help.

Process maker.docx

jrauda commented 4 years ago

I change the version of database to mysql 5.7.14 and i have the same result

imagen

jrauda commented 4 years ago

I logged in PM with the user to make the process, i was tried to view the case and give me this error. imagen

No php errors.

tomolimo commented 4 years ago

Hello @jrauda The root cause of your issue is that your are using HTTPS for GLPI but not for PM server. You may check this in you browser error messages (start developer tools in your browser, generally press F12, and check the error message in the console). You may have a message looking like: can't load an HTTP page when called from an HTTPS page. This is to prevent security holes in the navigation that browsers prevent this kind of loading. Thank you, Regards, Tomolimo

tomolimo commented 4 years ago

See these screen copies:

image

and:

image

tomolimo commented 4 years ago

And about your second error message: let's try to fix first issue, and then create a new issue if this is still present, Thank you, Tomolimo

jrauda commented 4 years ago

Hi tomolino, thank you very much for your quick answer, the first problem is fixed. I will continue testing.