jpegtobbe
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)@cbrendlinger curl is patched because the default way was changed between versions, don’t think that was what curl intended. If the host possible want a lot of support questions from their customers then they don’t patch ??
My host have 300 000+ customers and they patched right away.
- This reply was modified 2 months ago by jpegtobbe.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)@vupdraft maybe easier if you fix the plugin code! Else this problem might take long time before it’s patched everywhere
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)@cbrendlinger Its different PHP 8-versions on the different site on that host. I think they have used the same Curl on all of the php 8.x servers.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)@cbrendlinger Maybe in the Vault-code they have the eos_sent flag in the function call so that was never affected by the “bug”.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)Now my host has fixed the problem with their curl version and now everything works.
This is the patch they used to get it working:
https://github.com/curl/curl/pull/14895Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)Can all of you check what version of Curl you have on your host that doesnt work?
You will find that in WordPress if you go to Tools > Site health.. and then under the Server-tab.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)I think i might have a clue what the problem is.. the host that stopped working might have updated their Curl-version on the server recently…
I have checked some different host…
Not working:
8.10.0 OpenSSL/3.0.13Working:
7.68.0 OpenSSL/1.1.1f
7.81.0 OpenSSL/3.0.2
7.29.0 NSS/3.90I’m guessing there are some default value that have changed in the communication of the curl call that has a different default value in 8.10.0 that make it not work.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)Its not an issue with cron… just tried manually to trigger the doing_wp_cron now like once every second… backup halts on 100% when uploading.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Backup (Not finished)Im having the exact same problem. On several sites, different themes and so on. But all on the same host. The host has tried raising resources.. but doesnt feel like its the issue.
If selecting to only backup db, it totally take 12 sec before it halts on 100% on upload to Dropbox, and just sits there until the timeout from Dropbox comes.
Its been going on since about the same time the other people here reported it starting.No, not the same person. Send an email to the purchasing person when a student finish the course.
That wasnt the problem, but i think i see whats happened now. I guess some user drag and drop the subfolder to another folder without knowing what they did.. i found it in an other folder now!
Problem solved ?? (not easy with users sometimes)I have the exact same issue. Folders are gone, but in that dropdown the folders still exists.
What was the solution?
Forum: Plugins
In reply to: [The Events Calendar] Remove category from calendar viewI figured it out. It seams that the Events calendar have some sort of cache for the calender posts (?). So after i added my filter code, i needed just to hit update on a calendar post so the events cache was cleard then it worked as intended.
I have tried to only have Sensei and Sensei LSM Certificates active.. and no childtheme active (just the Storefront theme).
I cant see anything more than these warnings in the error_log:
PHP Warning: Attempt to read property “display_name” on bool in C:\Laragon\www\Webbkurshlr\wp-content\plugins\sensei-certificates\classes\class-woothemes-sensei-certificates.php on line 596
PHP Warning: Attempt to read property “user_login” on bool in C:\Laragon\www\Webbkurshlr\wp-content\plugins\sensei-certificates\classes\class-woothemes-sensei-certificates.php on line 596Cant see any XHR-call that displays any errors in the browser. Have tried incognito mode.
The same happens on two different hosts, my local win-dev and a standard linux dev env.
Got to be some logic error in your code that not trigger a php fault.
Here you can see a video of what i see: https://www.dropbox.com/s/pgyi38ouwptjiug/Kurser%20%E2%80%B9%20Webbkurs-HLR%20%E2%80%94%20WordPress%20%E2%80%94%20Firefox%20Developer%20Edition%202023-04-11%2016-07-07.mp4?dl=0
Thank you for the reply.
Its a bit hard for me to test because it happen so long time apart, maybe 3-4 weeks (1 month?).
But it got to be a bug in the code somehow? Shouldnt only subscriptions thats marked as “Mail sent” be deleted in the cron jobs? For me its subscriptions of the status “Subscribed” thats put in trash. That got to be a bug!?- This reply was modified 1 year, 7 months ago by jpegtobbe.