I've got a problem with the symfony 2 debug toolbar.
This bar appear very well in each page I visit in GET method.
But when I want to sent a form, the form is well sent, but the debug toolbar don't appear, and this alert comes :
An error occurred while loading the web debug toolbar (404: Not Found).
Do you want to open the profiler?
The only message in the profiler is
Token not found
Token "96eda5" was not found in the database.
When I don't want to open profiler, in order to inspect the page with the Chrome inspector, I see this errors:
Failed to load resource: the server responded with a status of 404 (Not Found) http://mysite/_wdt/96eda5
Maybe could it be a problem with this _wdt
??
PS :
I didn't create database, I don't need [I think], it's just a visual website without datas...
Maybe this question can't be resolve with this informations so don't hesitate to ask me more infos...