So I have a project that’s being upgraded from 3.2 upwards. I’ve got to a totally working version of 3.6 and now upgrading that to 3.7
I’ve sorted most things but I’m completely stumped on a Plugin.
This is working perfectly in 3.6 but in 3.7 there is the following behaviour:
When navigating to a URL like this it’s fine:
mysite.com/plugin/someting
But when navigating to the ‘top’ level of the plugin, it adds webroot like this:
mysite.com/webroot/plugin
Plugins are working completely fine except when trying to go to the top level.
I’ve not changed anything.
Initially I figured this is routing change between 3.6 and 3.7 – but before going further I wondered if this is a known 3.7 issue?
As in it all works except the top level of the plugin which gets webroot added in the URL
Being a CakePHP noob I hope there’s a known issue here.
Thanks - Alasdair