Ok, this is definitely weird. I have a cakephp app I’m using. I’ve removed all code from the controller action, view, beforeFilter. I even did a sql dump to see what queries were being made to the database. And even though there were no queries being made to the database, a record keeps getting inserted in one of my tables. How is this possible?
Ok, this is definitely weird. I have a cakephp app I’m using. I’ve removed
Share
Ok, so I found the problem. I had two routes that matched the address. So 2 requests where executed.