Hello,
I upgraded my site, on a testing install (that has a valid pro license), from ECP 2.0.11 to 3.7. After doing so, all links for both events and venues are returning 404 errors. I’ve done all the following already
* Deactivated all other plugins beside ECP and ECP Pro
* Swapped to 2014 theme
* Viewed the Settings -> permalinks, as well as change a setting there.
* Stripped code from functions.php to ensure there were no conflicts there
* Tried removing the custom events/ folder of views from my theme to make sure nothing conflicted there
Even after doing all of those, I’m still getting 404 errors. I put some debug statements in place, and it looks like the rewrite rules are set up correctly so that it should be catching the event that is loading. You can see the output using this gist
Normal WP pages are displaying fine, so it seems to be limited to ECP
I realize the template system has changed from 2 -> 3, however, that should just result in oddly displayed views, not 404 pages, from my understanding, especially as I swapped to a default template and removed all other plugins.