• Resolved mazze5

    (@mazze5)


    Hi,

    these days I recognized a problem in combination of GiveWP-Plugin and the AssetCleanUp-Plugin.
    With the givewp plugin you can make donations forms and stuff like that. After you have been forwarded from paypal to the donation confirmation page the page shows some errors. Something like no donation found for payment or something like this.
    After a research in givewp plugin I found an article that mentioned that caching can be a problem. So I disabled AssetCleanUp-Plugin and then all works fine.

    So I tried to exclude AssetCleanUp-Plugin for the donation confirmation page, but that didn’t work.
    Under “Plugin Usage Preferences” –> “Do not load the plugin on certain pages” I put the URL part for the site with the problem. But I get still the same error…
    But the settings are right I think, because if I open the page in admin area I see that assetCleanUp settings are not shown, instead I see this text:

    This page’s URL is matched by one of the RegEx rules you have in “Settings” -> “Plugin Usage Preferences” -> “Do not load the plugin on certain pages”, thus Asset CleanUp is not loaded on that page and no CSS/JS are to be managed. If you wish to view the CSS/JS manager, please remove the matching RegEx rule and reload this page.

    if I add the query param “wpacu_no_load” to the failed request, then the confirmation page is shown correctly.

    And ideas what I can do?
    Do I missunderstand the settings “Plugin Usage Preferences” -> “Do not load the plugin on certain pages” or is there a bug that the exclude is not working?
    Or is there a difference between the exclude and the request with query param “wpacu_no_load”?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @mazze5 you said you tried to exclude the plugin from loading on the donation’s confirmation and it didn’t work. What’s the string you put there?

    You said the confirmation page works fine when you’re appending /?wpacu_no_load, which suggests indeed the string you added in the exclusion textarea does not take effect.

    Can you share the errors you’re getting? (the exact text, just copy and paste them here)

    Thread Starter mazze5

    (@mazze5)

    @gabelivan thanks for your reply.

    I tried to reproduce the problem to send you the error message. But today its working…

    Seriosly I have done a mistake last time. Because I am not able to reproduce it.

    I can’t explain. But for now the problem seems to be solved. I will close this thread.

    If I regognize the problem again, I will let you know.

    regards
    mazze

    SJ

    (@sylvainjallard)

    I’m pulling my hair on this very problem for the past couple of days.

    Here’s one difference I noted,
    When I load the Give page without debug, the following assets get loaded for Give :

    /wp-content/plugins/give/assets/dist/js/give.js?ver=2.12.1 JS
    /wp-content/plugins/give/assets/dist/css/give.css?ver=2.12.1 CSS
    /wp-content/plugins/give/assets/dist/js/babel-polyfill.js?ver=2.12.1 JS
    /wp-content/plugins/give/assets/dist/js/give-stripe.js?ver=2.12.1 JS
    /give/5090?giveDonationFormInIframe=1 JS

    If I load the Give page with the debug stopping JS and CSS unloading, I get these. The last 3 seem to get blocked for some reason that I don’t understand yet :

    /wp-content/plugins/give/assets/dist/js/give.js?ver=2.12.1 JS
    /wp-content/plugins/give/assets/dist/css/give.css?ver=2.12.1 CSS
    /wp-content/plugins/give/assets/dist/js/babel-polyfill.js?ver=2.12.1 JS
    /wp-content/plugins/give/assets/dist/js/give-stripe.js?ver=2.12.1 JS
    /give/5090?giveDonationFormInIframe=1 CSS+JS
    /wp-content/plugins/give/assets/dist/css/give-sequoia-template.css?ver=2.12.1 CSS
    /wp-content/plugins/give/assets/dist/js/give-sequoia-template.js?ver=2.12.1
    JS
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problems with GiveWP Plugin’ is closed to new replies.