• Resolved Jens Seidel

    (@jensseidel)


    I noticed now again that our calendar was not reachable and returned a 404 error. It is by far not the first time that this happened, I suspect it happens from time to time (approximately once after a few months) after a plugin upgrade.

    Once I notice this I usually deactivate the calendar plugin and reactivate it immediately after it. It always worked after this.

    I know that it is not easy to analyse the problem with this information but at least I want to let you know that there exists a problem (even in the current and newest version).

    If have seen that others are affected from the problem as well but the other reports are already closed.

    The page I need help with: https://brettspielhelden-dresden.de/events

Viewing 16 replies (of 16 total)
  • I am having this issue and the cache flush fixes are not help. I do see in the PHP error log:

    tribe-canonical-line channel=default level=error source="Could not locate this post by the slug provided." method="TEC\Events_Pro\Custom_Tables\V1\WP_Query\Custom_Query_Filters::parse_for_sequence_id_lookup"

    When I has a look in the DB I do see that the entry for the post’s GUID is odd looking:

    https://mysite.test/?post_type=tribe_events&p=123456

    I would expect to see an value more like one of these:

    https://mysite.test/?post_type=tribe_events&p=123456
    or just
    https://mysite.test/?p=123456

    The handling of the ampersand (&) appears is interesting. When entering ether of my expected values the request is correctly converted to the slug URL (https://mysite.test/event/sesame-street) and returns as a 404. But if I use the exact value from GUID (with the ampersand converted in to the HTML code — &) the request is not converted but will display the calendar page.

Viewing 16 replies (of 16 total)
  • The topic ‘Calendar page returns 404 error: not found’ is closed to new replies.