You are not logged in.
Pages: 1
I am currently facing an issue with the installation of a custom plugin that I have developed for GLPI. Despite declaring the install function in the 'inc' folder and calling it in the setup file, I am encountering an error indicating that the plugin does not have an install function.
I would greatly appreciate any guidance or assistance in resolving this matter. If you require further details or code snippets to provide more insight into the problem, please let me know, and I will gladly provide them.
Thank you in advance for your support.
Offline
The install function need to be placed in the hook.php file
https://glpi-developer-documentation.re … ments.html
Offline
Pages: 1