I've set up a test event on my site and a calendar page which shows the event. Under the event calendar page I've added an event detail page of type ECEventDetails.
When I click on the event in the calendar I'm just taken to a 404 page. I've tried using the page name as event so that the url is then /event. I've also tried using a different name and updating event_details_url in the ECCalendar view. Neither of these has worked.
the urls that are used by default are routed to the details page via custom routing.
Sometimes it happens that Umbraco doesn't pick up the route correctly. Try to restart the website and see if that works. Most of the time this solves the problem.
I was accessing the site using a URL that wasn't set under culture and hostnames. Once I added the URL I was using the event details page stopped 404ing.
I appear to be having a similar issue. The calendar loads fine on the site. But when I click on one of the events I get this error message "No umbraco document matches the url '/event/tst'. This page can be replaced with a custom 404. Check the documentation for "custom 404"." I tried adding the URL under 'culture and hostnames' and restarting the site but still no luck. Any ideas? Is the event calendar compatible with the latest version of Umbraco?
Event detail page 404s
I've set up a test event on my site and a calendar page which shows the event. Under the event calendar page I've added an event detail page of type ECEventDetails.
When I click on the event in the calendar I'm just taken to a 404 page. I've tried using the page name as event so that the url is then /event. I've also tried using a different name and updating
event_details_url
in the ECCalendar view. Neither of these has worked.I'm using Umbraco 7.7.9.
Hi Richard,
the urls that are used by default are routed to the details page via custom routing. Sometimes it happens that Umbraco doesn't pick up the route correctly. Try to restart the website and see if that works. Most of the time this solves the problem.
Regards David
Hi David,
I was accessing the site using a URL that wasn't set under culture and hostnames. Once I added the URL I was using the event details page stopped 404ing.
Thanks for the help
Hello David
I appear to be having a similar issue. The calendar loads fine on the site. But when I click on one of the events I get this error message "No umbraco document matches the url '/event/tst'. This page can be replaced with a custom 404. Check the documentation for "custom 404"." I tried adding the URL under 'culture and hostnames' and restarting the site but still no luck. Any ideas? Is the event calendar compatible with the latest version of Umbraco?
is working on a reply...