• Resolved jim5471

    (@jim5471)


    Got a problem with this update.

    The List/Month/Day navigation doesn’t work when “updated calendar designs” is ON.

    The loading animation works but nothing happens.

    “updated calendar designs” unticked it works OK.

    No js or PHP errors showing.

    My WP is 5.4. Tried switching to Twenty Nineteen Theme and deactivated other plugins.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Gustavo Bordoni

    (@bordoni)

    Hi @jim5471,

    Sorry that you are encountering issues with our plugin.

    Have you tried saving the permalinks? Normally problems with navigation are related to permalinks getting excluded during update process.

    Thread Starter jim5471

    (@jim5471)

    I tried re-saving the Permalinks but there was no change.
    Looking at the network traffic I have found a possible reason.

    The GET request calls for url: …/events/month/?attachment=events
    The Demo TEC page calls for url: …/events/month/

    If I copy and paste url: …/events/month/ into the address bar then it works.
    …/events/month/?attachment= also works.
    …/events/month/?attachment=events produces PHP errors

    Hopes that helps.

    Thread Starter jim5471

    (@jim5471)

    After bit more investigation…

    Notice: Undefined property: WP_Post_Type::$post_type in …\wp-includes\class-wp-query.php on line 4150
    class=”attachment error404 -template-default single attachmentid-0 attachment- wp-embed-responsive tribe-no-js tribe-events-page-template”>

    Maybe a problem with “attachment” – should it be “attachments” ?

    If I copy and paste url: …/events/month/?attachments=events into the address bar then it works.

    Thread Starter jim5471

    (@jim5471)

    Reserved Terms

    There is a complete set of reserved keywords, or terms, in WordPress that should not be used in certain circumstances as they may conflict with core functionality. You should avoid using any of these terms when:

    Passing a term through a $_GET or $_POST array
    Registering a taxonomy or post type slug
    Handling query variables

    For other possible variable conflicts, see Global Variables.

    Reserved terms:

    attachment <<<<<<
    attachment_id
    author……

    from https://codex.wordpress.org/Reserved_Terms

    Thread Starter jim5471

    (@jim5471)

    HOST and PATH were the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘EC 5.1 Problem’ is closed to new replies.