• Resolved Charles

    (@charlesrodmell)


    Hi. Just bought the platinum version – looking forward to trying out the Mailchimp integration.

    Meanwhile, in the free version of CFF, only when I’m using the “cachebuster” plugin on site, the CFF builder doesn’t load in the back end. The calculator still works on the front end. https://en-gb.ww.wp.xz.cn/plugins/cachebuster/

    There are two warnings in the console which disappear when cachebuster is disabled:

    Refused to execute script from 'https://[domain-snip]/wp-admin/admin.php?=1746539891' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

    Uncaught TypeError: $(...).fbuilder is not a function
    at run_fbuilder (admin.php?page=cp_calculated_fields_form&cal=7&r=0.3477600680013807&_cpcff_nonce=af301fe828:1532:30)
    at Object.success (admin.php?page=cp_calculated_fields_form&cal=7&r=0.3477600680013807&_cpcff_nonce=af301fe828:1541:23)
    at c (load-scripts.php?c=1&load%5Bchunk_0%5D=wp-hooks,jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-draggable,j&load%5Bchunk_1%5D=query-ui-droppable,jquery-ui-controlgroup,jquery-ui-checkboxradio,jquery-ui-button&ver=6.8.3:4:25304)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load%5Bchunk_0%5D=wp-hooks,jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-draggable,j&load%5Bchunk_1%5D=query-ui-droppable,jquery-ui-controlgroup,jquery-ui-checkboxradio,jquery-ui-button&ver=6.8.3:4:26053)
    at l (load-scripts.php?c=1&load%5Bchunk_0%5D=wp-hooks,jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-draggable,j&load%5Bchunk_1%5D=query-ui-droppable,jquery-ui-controlgroup,jquery-ui-checkboxradio,jquery-ui-button&ver=6.8.3:4:77782)
    at XMLHttpRequest.<anonymous> (load-scripts.php?c=1&load%5Bchunk_0%5D=wp-hooks,jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-tabs,jquery-ui-draggable,j&load%5Bchunk_1%5D=query-ui-droppable,jquery-ui-controlgroup,jquery-ui-checkboxradio,jquery-ui-button&ver=6.8.3:4:80265)
    at XMLHttpRequest.Ke (polyfills.js?ver=0.0.10:1:11697)
    at f.invokeTask (polyfills.js?ver=0.0.10:1:7068)
    at n.runTask (polyfills.js?ver=0.0.10:1:2375)
    at T.invokeTask [as invoke] (polyfills.js?ver=0.0.10:1:8144)

    Not sure which plugin is best placed to solve though, so any advice much appreciated.

    • This topic was modified 7 months, 2 weeks ago by Charles. Reason: better words
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @charlesrodmell

    Thank you so much for using our plugin. “cachebuster” is too intrusive; it takes all JS and CSS URLs, removes their parameters, and adds its own version control.

    Our plugin loads some dynamic scripts with an URL like this one:

    …/wp-admin/admin.php?page=cp_calculated_fields_form&cp_cff_resources=admin&ver=5.4.0.6

    And cachebuster instead of replacing the “ver” parameter only, it removes all of them and transforms the URL as follows:

    …/wp-admin/admin.php?=1744841015

    So, the URL would no longer be loading the JS code.

    Best regards.

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @charlesrodmell

    We have released a plugin update (just now) that prevents Cachebuster from affecting our form builder.

    Please install the plugin update.

    Best regards.

    Thread Starter Charles

    (@charlesrodmell)

    Oh wow! This was the fastest response in the history of all fast responses 😀

    I confirm it works. Keep up the amazing work.

    Plugin Author CodePeople2

    (@codepeople2)

    Hello @charlesrodmell

    If you have been satisfied with both the plugin and our support, we would be immensely grateful if you could leave us a review on the plugin ( https://ww.wp.xz.cn/support/plugin/calculated-fields-form/reviews/ ). Your feedback will help us reach more users. 

    Best regards. 

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

The topic ‘Conflict with cachebuster’ is closed to new replies.