• Hi!
    I have a problem with litespeed caching admin-ajax calls. I found it appears when user tries to log in or try to select a date using datepicker on product rental subsite.
    Logging in gives 403 response while datepicker throws PRODRFU0 error.
    The problem doesn’t appear immediately, but after a few days after clearing the cache. The plugin is currently disabled because users are unable to use the service.

    Raport no: SJOGBFYX

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Imageqtwrk

    (@qtwrk)

    this usually means a nonce issue

    please check that 403 request, see what is the request header or body , it will contain the nonce name

    Thread Starter Imagevaisor

    (@vaisor)

    Yes, it contains nonce. Am I able to fix this somehow?

    Plugin Support Imageqtwrk

    (@qtwrk)

    yes , get the nonce name , search through the plugin or theme that is responsible for that ajax call , and share the code how it generates nonce

    Thread Starter Imagevaisor

    (@vaisor)

    First one is from trx addons, action – trx_addons_login_user. It uses trx_addons_verify_nonce function to check for nonce. I’m not sure how deep i should go, but inside I can see they use wp_verify_nonce right after trimming it. It’s nonce checking process, not generating it though, so I’m not sure if it’s enough.

    Plugin Support Imageqtwrk

    (@qtwrk)

    please share me the line that generates/verify the nonce trx_addons_login_user

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.