avblink
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Monitor] Donwload link redirects to homepageRazvan,
I think we were toggling the switch at the same time. ??
@hylus, can you please confirm one more time if it is working for you or not.
We were both very eager to fix it ??Forum: Plugins
In reply to: [Download Monitor] Donwload link redirects to homepageRazvan,
thank you, that was the issue. I switched it off and it is now working. ??
Thanks for the quick response.
Have a nice weekend.
Snapshot: https://pasteboard.co/CG5fT4ZhiyBg.jpgHi,
in the end it was related to allowed mime types.
I had to allow exe and pkg mimes for the plugin to work.
I used WP Extra File Types plugin.
Thank you for the great plugin.Saif,
I’ve been talking to stripe and they suggested to implement something called ‘destination charges’. (Unfortunately recurring payouts are not allowed in the country of the vendor.)
https://stripe.com/docs/connect/destination-charges
Basically it is a custom code that will split the payment and send it to multiple accounts.
This is just what I need.I was wandering if there is any hook in the plugin that would allow me to intercept payment callback that sends payment to stripe and execute a custom code instead.
If there is no hook in place, can you please point me to the correct place in the code where payment to stripe is executed.
Thank you very much.
I really appreciate your help.
Kind regards
Alex
Thank you Saif
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifRazvan,
it was indeed memcached caching sql queries and returning empty results.
I’ve disabled memcached for now and everything seem to work nicely.Thank you for taking time and looking into the issue with me.
Have a lovely rest of the day.
??
Alex
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifStill not working with SCRIPT_DEBUG set to TRUE.
However i’ve narrowed it down to memceched. It stops working with memcached enabled.
Looking deeper.Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifHi Razvan,
just checked php memory linit and it is set to 768M
The tests I was performing so far were on my fresh staging install which is identical to live. After enabling debug mode last week, staging reports started working.
But my live site still has the issue. ??
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifIt suddenly started working in debug mode.
I haven’t changed anything.Interesting.
Razvan,
I need to go now. Will continue debugging on Monday.
Will update you with my findings.Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifThe /wp-json/wp/v2/posts works as expected. Loads post data.
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifIf you let me know what file and where in the file you’re setting up API endpoint I can try to debug.
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifSorry, it has 2221 records
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifYes, it has 85 records
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifRazvan,
I’ve enabled troubleshoot mode.
Enabled Download Monitor and got this error:“When enabling the plugin, download-monitor, a site failure occurred. Because of this the change was automatically reverted.”
I force enabled the plugin, navigated to the REST API endpoint (/wp-json/download-monitor/v1/download_reports?offset=0&limit=1000)
and got []All other plugins are disabled.
Forum: Plugins
In reply to: [Download Monitor] Download Report does not display logs, only loading gifHi Razvan,
thank you for soon reply.
I’ve checked in /wp-admin/site-health.php and it doesn’t show any conflict.
The REST api returns 200 with []
Is there any other info I could send to you?
Alex