• Resolved webdash

    (@webdash)


    Hi I’m hoping you can help me resolve an issue that is causing the title error.

    This error presents when the ‘sort’ feature, or ‘show more’ is used after the page has been cached – this also presents on all the category archive pages with these features.

    The blog cards, load more and sort are all created using the plugin Divi Engine / Divi Machine.

    I have excluded admin-ajax.php in LSC settings – no change.

    The issue is temporarily resolved by clearing the cache of the problem pages, and reloading manually, but each night when the crawler runs, the issue reoccurs.

    Any tips or suggestions to remedy this, or identify a proper exclude, would be very appriciated.

    Thanks in advance, Dave.

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

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Support qtwrk

    (@qtwrk)

    please provide the report number

    you can get it in toolbox -> report -> click “send to LiteSpeed”

    Thread Starter webdash

    (@webdash)

    here you go, thank you.

    Report number: ZUSHMTXH

    Plugin Support qtwrk

    (@qtwrk)

    please share a link on the page has the issue ?

    Thread Starter webdash

    (@webdash)

    Hi, the page linked at the top of the post has the issue – need to do a sort (of the blog posts) to trigger the 403 showing.

    Plugin Support qtwrk

    (@qtwrk)

    please search loadmore_ajax_object in the plugin files , and share me the relevant PHP code.

    Thread Starter webdash

    (@webdash)

    I’m not exactly sure how to do that? do you have any suggestions?

    I did find a reference to that spcific term in a js file in the plugin – would that be relevant at all?

    Thread Starter webdash

    (@webdash)

    figured it out..

    there are 2 x php files calling that and 1 js..

    the php in the files is :

    function divi_filter_loop_enqueue_scripts() {
    
        $ajax_nonce = wp_create_nonce('filter_object');
    
    
    
        wp_enqueue_script('divi-filter-loadmore-js', plugins_url('../../../js/divi-filter-loadmore.min.js', __FILE__), array(
    
            'jquery'
    
        ), DE_DF_VERSION);
    
        wp_localize_script('divi-filter-loadmore-js', 'loadmore_ajax_object', array(
    
            'ajax_url' => admin_url('admin-ajax.php'),
    
            'security' => $ajax_nonce
    
        ));

    Plugin Support qtwrk

    (@qtwrk)

    okay , now please go to LiteSpeed Cache -> Cache -> ESI -> enable ESI , add `

    filter_object

    into ESI nonce list and purge all.

    Thread Starter webdash

    (@webdash)

    done – time to wait and observe after crawl?

    Plugin Support qtwrk

    (@qtwrk)

    yes sir

    Thread Starter webdash

    (@webdash)

    – fingers crossed that fixes it.. thank you so much.

    I’ve got this issue on several sites using LSC + DE, but I haven’t been able to leave the error in place to make a report.

    Thread Starter webdash

    (@webdash)

    Hi – unfortunately, after a few days of not occuring the issue has returned.

    Any further suggestions to resolve this would be much appriciated.

    I have created a new report: Report number: ECXYMQBH

    many thanks Dave

    Plugin Support qtwrk

    (@qtwrk)

    yes , sorry about this , we recently got reports on ESI related issue , in which we believe your case is also affected by this , we are still working on it.

    Thread Starter webdash

    (@webdash)

    Appriciate the update, hopefully the fix will help when it’s ready.

    Thread Starter webdash

    (@webdash)

    Hi – I was just wondering if you had made any progress resolving the ESI issue you mentioned above, as I am still experiencing the problem in OP.

    Kind regards

    Dave

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘admin-ajax.php 403 (Forbidden) – Divi Engine / Divi Machine’ is closed to new replies.