pembo13
Forum Replies Created
-
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Version 5.x is a disaster@cnxsoft thanks, I think I’ll switch to that too
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Version 5.x is a disaster@cnxsoft what are you using now?
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Version 5.x is a disasterYou have them 5-stars still though?
Any recommendations for a new backup plugin?
Why is this off by default?
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] New problems with 5.1.0So many things don’t work on 5.x, I just don’t understand the point of it all.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Cannot Backup NowCan someone answer the “why” question?
Forum: Plugins
In reply to: [Admin Columns] Doesn’t show featured image and othersCan confirm that no combination of Feature Image options works for me… which was the main reason I tried this plugin.
Is it no longer possible to do a file and database backup in a single job?
Forum: Plugins
In reply to: [Ovic Addon Toolkit] Ovic Addon Toolkit Breaks Elementor 3.19.0No update. It’s just broken.
Developer error. But for anyone looking: add a attribute to the JSON object based on the tax key and pass it a value of IDs
Much appreciated @tigroumeow. I’m guessing the fix is “Logs will be only enabled if the option is checked” ?
This client of mine is on Pantheon as well. I could not find a hook/action that would allow me to stop the issue any other way unfortunately, and rolling back the update seemed more of a pain
@mseidlinger I “solved” this by short circuiting the
log()function with an immediate “return;”My suspicion is that hosting providers that may have a network filesystem underneath the “uploads” folder (which WordPress does allow relocating) aren’t expecting this may writes, and definitely not low latency writes.
Will do, thank you.