Jump to content

Manuelle Bestellung anlegen -> Fehler No route found for "GET /sell/orders/place": Method Not Allowed (Allow: POST)


Recommended Posts

Hallo, seit einigen Tagen muss sich der Bug eingeschlichen haben. Sobald ich im BO eine Bestellung anlegen möchte, erhalte ich folgenden Fehler. Die Bestellung wird allerdings ohne Status angelegt.

 

No route found for "GET /sell/orders/place": Method Not Allowed (Allow: POST)

Exceptions 2

Logs 2

Stack Traces 2

Symfony\Component\HttpKernel\Exception\ MethodNotAllowedHttpException

 

in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php (line 141)

 

RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php (line 115)

 

WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(TraceableEventDispatcher)) in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php (line 214)

 

EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent)) in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php (line 44)

 

EventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php (line 143)

 

TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 127)

 

HttpKernel->handleRaw(object(Request), 1) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68)

 

HttpKernel->handle(object(Request), 1, false) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200)

 

Kernel->handle(object(Request), 1, false) in admin209i4ecxh/index.php (line 82)

Symfony\Component\Routing\Exception\ MethodNotAllowedException

Link to comment
Share on other sites

  • 5 months later...

Hi there,

We are experiencing exactly the same issue on a fresh Prestashop 8.1.4 installation, did you by chance manage to solve this ? Do you have any clue where it's coming from, I mean what is calling /sell/orders/place entry point in GET method instead of POST ?

FYI : The issue not only occurs when placing an order through the back office, it also comes up when ordering through the WebService API.

Thanks.

Link to comment
Share on other sites

Hi There,

I found out that the Boxtal Connect addon is responsible for this !

Deactivating it solved our issue, I'm just putting this here, may it helps someone...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...