-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi,
I've deployed version 4.0.14 of Resources Plugin using the marketplace (My GLPI version is 11.0.6)
After activation of the resources plugin when I try to access it I got this error (I've changed the real domain name with xxxx):
No route found for "GET https://xxxxxxxxxxxxxxxxx/public/public/plugins/resources/front/menu.php" (from "https://xxxxxxxxxxxxxxxxx/public/front/central.php")
In ./vendor/symfony/http-kernel/EventListener/RouterListener.php(127)
#0 ./vendor/symfony/event-dispatcher/EventDispatcher.php(260): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
#1 ./vendor/symfony/event-dispatcher/EventDispatcher.php(220): Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
#2 ./vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
#3 ./vendor/symfony/http-kernel/HttpKernel.php(157): Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
#4 ./vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
#5 ./vendor/symfony/http-kernel/Kernel.php(208): Symfony\Component\HttpKernel\HttpKernel->handle()
#6 ./public/index.php(71): Symfony\Component\HttpKernel\Kernel->handle()
#7 {main}
Previous: No routes found for "/public/plugins/resources/front/menu.php/".
In ./vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php(70)
#0 ./vendor/symfony/routing/Matcher/UrlMatcher.php(98): Symfony\Component\Routing\Matcher\CompiledUrlMatcher->match()
#1 ./vendor/symfony/routing/Router.php(237): Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest()
#2 ./vendor/symfony/http-kernel/EventListener/RouterListener.php(105): Symfony\Component\Routing\Router->matchRequest()
#3 ./vendor/symfony/event-dispatcher/EventDispatcher.php(260): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest()
#4 ./vendor/symfony/event-dispatcher/EventDispatcher.php(220): Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher{closure}()
#5 ./vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
#6 ./vendor/symfony/http-kernel/HttpKernel.php(157): Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
#7 ./vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw()
#8 ./vendor/symfony/http-kernel/Kernel.php(208): Symfony\Component\HttpKernel\HttpKernel->handle()
#9 ./public/index.php(71): Symfony\Component\HttpKernel\Kernel->handle()
#10 {main}
Any idea ?
Could it be related to the fact that my server is a mutual one hosted by O2switch ?
As far as I couldn't change the apache virtual host configuration, I'm using two .htaccess files, the first one at the root of the GLPI folder and the second one within the /public subfolder, both of them with this rule:
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_URI} !^/public
RewriteRule ^(.*)$ public/index.php [QSA,L]_
Thanks in advance for your reply,
best regards
Marc