• Resolved ciplanaltonorte

    (@ciplanaltonorte)


    <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>No plugin calendário de eventos, as views(lista, mês e dia) e a pagina??o n?o est?o funcionando, e n?o consigo visualizar mais eventos após clicar no bot?o de próximos eventos, já fizemos um teste completo de conflito de plugin e n?o tivemos sorte, mesmo usando o tema padr?o do WordPress, na solicita??o ajax, ele retorna 404 n?o encontrado para wp-json/tribe/views/v2/html, no entanto, os permalinks est?o funcionando bem, salvá-lo novamente n?o fez diferen?a, PHP atualizado para 8.</font></font>

    In the network tab preview it returns

    {code: “rest_missing_callback_param”, message: “Parametro(s) ausente(s): url”,…}
    code
    :
    “rest_missing_callback_param”
    data
    :
    {status: 400, params: [“url”]}
    message
    :
    “Parametro(s) ausente(s): url”

    The direct link to calendar works, example

    /eventos/mes/2023-04/

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @ciplanaltonorte,

    I’m sorry to hear that you’re experiencing issues with our plugin.

    It sounds like there may be an issue with the AJAX request that’s being made to retrieve the events.

    One possible solution would be to try re-saving your permalinks in the WordPress dashboard.

    You can do this by going to “Settings > Permalinks” and clicking the “Save Changes” button.

    If re-saving your permalinks doesn’t work, you could also try disabling any other plugins you have installed to see if there’s a conflict with one of them.

    Additionally, you could try switching to a default WordPress theme to see if the issue is related to your current theme.

    If these solutions don’t work, please let us know and we will be happy to assist further.

    Best regards.

    Thread Starter ciplanaltonorte

    (@ciplanaltonorte)

    Sorry,

    I sent it yesterday in English but not sure why it turned out to Portuguese,

    Ajax requests are working well, this is the correct description:

    In the events calendar plugin, the views(list, month and day) and pagination are not working, and I cannot view more events after clicking on the next events button, we already made a full plugin conflict test and had no luck, even using the default WordPress theme, in ajax request it returns 404 not found for wp-json/tribe/views/v2/html however permalinks are working well, re-saving it made no difference, PHP updated to 8.

    As you can see, all the initial tests were made including theme and plugin conflict, also re-saving permalinks,

    I further checked this, and I can confirm the URL seems to be passed as parameter but not sure why plugin is not getting that

    Plugin Support Darian

    (@d0153)

    Hi @ciplanaltonorte

    Thanks for your response.

    If you have a caching plugin or server-side caching, please clear and disable them temporarily and check if that makes a difference.

    Let me know how it goes.

    Thread Starter ciplanaltonorte

    (@ciplanaltonorte)

    Thank you,

    I can confirm that when I tested it on local computer using local WP it worked,

    The server is a shared WHM server, nothing special, basic Apache with all modules in PHP that WordPress ask to have, no caching hosting level, any idea?

    Plugin Support Darian

    (@d0153)

    Hi @ciplanaltonorte

    This could be related to the OWASP rule on your server. Could you try editing /the-events-calendar/src/resources/js/views/manager.js line 496
    change
    accepts: 'html',
    to
    accepts: {},
    and check if that makes a difference?

    Let me know how it goes.

    Plugin Support Darian

    (@d0153)

    Hi @ciplanaltonorte

    I hope you are well. I wanted to follow up if you’re still encountering any issues. If so, please update your plugin to the latest version and see if that helps.

    For other concerns or issues you need help with, please create another support topic as indicated in the www.remarpro.com support guidelines.

    Plugin Support Darian

    (@d0153)

    Hi @ciplanaltonorte

    This thread has been inactive for a while, so we’ll go ahead and mark it Resolved. Please open a new thread if any other questions arise, and we’d be happy to help.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Calendar pagination not working’ is closed to new replies.