You are not logged in.
When i type the url in web browser --> myserver/glpi/front/inventory.php
The webrowser shows "This page isn’t workingIf the problem continues, contact the site owner. HTTP ERROR 405"
I opened up all permission on inventory.php, and if i disabled inventory, myserver/glpi/front/inventory.php
can be accessed and shows "inventory disabled"
My Glpi is the latest stable version 10.0.7 on IIS 7.5, with debug mode on without finding any error message on log.
Any recommendation, please?
Offline
Hi, all, I just freshly re-install a new GLPI 10.0.7 and it's the same i cannot access inventory.php when i enabled "administration --> inventory", so it seems a system problem not my configuration? Anyway i can report it to GLPI system designer?
Offline
Firewall?
--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS
Online
Firewall?
Yes, i tried shutting down all firewalls, and open up glpi folder and sub-folders permission to everyone on full control, downgrade from 10.0.7 to 10.0.5, 10.0.3, etc. Unfortunately, all of them not working. It's a surprise i just installed a GLPI on Azure virtual machine on the same version.
Offline
Hello, I have exactly the same problem, does anyone have a solution?
Offline
You can not open only the "administration --> inventory" site?
Did you check the logs? Did you try in debug mode?
Last edited by WebGreg (2023-06-27 18:20:36)
--
GLPI 10.0.7
GLPI-Inventory 1.2.1
Ubuntu Server 20.04 LTS
Online
You can not open only the "administration --> inventory" site?
Did you check the logs? Did you try in debug mode?
Yes, i did try debug mode and checked on log, but found nothing.
Google related http error 405 found some can be resolved by removing IIS Webdav, but even i removed webdav still got the same error...
Offline
You can not open only the "administration --> inventory" site?
Did you check the logs? Did you try in debug mode?
I cannot open fairay.com/glpi/front/inventory.php, if i turn on administration -> "enable inventory".
I can open fairay.com/glpi/front/inventory.php, if i turn off administration -> "enable inventory",
then it can be access and shows "inventory is disabled".
you can add https:// to fairay.com/glpi/front/inventory.php and see the error yourself...
Last edited by godel.chen (2023-07-06 06:22:47)
Offline
The same problem, when "enable inventory" , HTTP ERROR 405.
What is the problem? Firewall or rule apache? I have ubuntu 22.04 and glpi 10.0.8
Offline
Manually going to the inventory page is expected to return a 405 error. There is nothing for it to show you and nothing to get. When you try to make a GET request to it (like your browser does) it is expected to return a "Method not allowed" error.
Your inventory agents should be making a POST request to submit the inventory they collected, and that should be going through OK.
GLPI Collaborator and Plugin Developer.
My non-English comments are automated translations. Sorry for any confusion that causes.
Mes commentaires non anglais sont des traductions automatiques. Désolé pour toute confusion qui cause.
Mis comentarios que no están en inglés son traducciones automáticas. Perdón por cualquier confusión que cause.
Offline
Manually going to the inventory page is expected to return a 405 error. There is nothing for it to show you and nothing to get. When you try to make a GET request to it (like your browser does) it is expected to return a "Method not allowed" error.
Your inventory agents should be making a POST request to submit the inventory they collected, and that should be going through OK.
Yes, you are right, for unknown reason, at first i cannot collect inventory from my GLPI agents, so i checked the URL link to make sure the server react correctly. Now i can get the inventory data from GLPI agents without myserver/glpi/front/inventory.php response.
Consider this question resolved, Thanks a lot, Merci Beaucoup. ^__^
Last edited by godel.chen (2023-07-26 01:26:25)
Offline
Hi,
We've managed to set Basic Auth in /front/inventory.php, but all agent still sending information without user and password.
Can anyone give us some more information?
We don't want to publish our server and get inventory from anyone without authentication.
Thanks in advance!!
Offline