herbert
Forum Replies Created
-
@volkerk I was still having issues with the large database on several sites that xcloner would not backup correct. So I just build a little wp plugin that does a backup and copies it to webdav correctly. Nothing fancy, but it works just fine. It backups daily, weekly or monthly via wp cron and sends it to webdav. If you are interested I can send you a copy.
@volkerk Might it be a nextcloud version problem? As it is working here.
@volkerk Try setting an / on the end of url and set the correct Webdav path also ending in a slash, but no starting slash!
@volkerk can you post your settings here? On my nextcloud (thegood.cloud) webdav works perfectly. also version 4.7.7
FYI
Here webdav copies to nextcloud are working fine.I did have some problems on one provider because of mod security rules.
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] When to expect patched version?Great! Thank you for the update.
You can claim and report the patch here: https://patchstack.com/database/vulnerability/urvanov-syntax-highlighter/wordpress-urvanov-syntax-highlighter-plugin-2-8-33-cross-site-request-forgery-csrf-vulnerability
Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] When to expect patched version?Hi,
You only need to add a nonce on the ajax request like in this example:
https://developer.ww.wp.xz.cn/reference/functions/check_ajax_referer/Forum: Plugins
In reply to: [Urvanov Syntax Highlighter] When to expect patched version?Okay, great! Thank you for the quick action.
Fixed it already. Seems to be very simple using the backup start path in local storage option.
Okay, this is disappointing. The Bedrock setup is done with basic WordPress configuration options. It should be working if your plugin was using the basic WP options for defining different folders: https://ww.wp.xz.cn/documentation/article/giving-wordpress-its-own-directory/#moving-specific-wordpress-folders
It would be nice if your plugin would support this.I want to back up my ‘wp-content’, in Bedrock called ‘app’. I think you are not familiar with the Bedrock WordPress setup. In this setup wp-content and wp are on the same level. More info here: https://roots.io/bedrock/
So I want to be able to navigate and choose files from /web folder, which hold all files.Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Extend the invoice dataHi, sorry to hear about David.
Are there any updates on this issue. Would like to see this integrated in the plugin for futere updates. Best regards, hrbrt
PS Is there a way to also run shortcodes in the pro emails text?
- This reply was modified 5 years, 3 months ago by herbert.
Forum: Plugins
In reply to: [Paytium: Mollie payment forms & donations] Extend the invoice dataUpdate
For now I had to change a core file and added a do_shortcode() on the invoice generation. I know I should not change core files but for now I don’t have an option. I run my own shortcode to get the users adress inside the invoice template.
I hope david might integrate this change, so others can use it to.
Changes:
paytium-pro/features/invoices.php line 551
return $invoice; -> return do_shortcode($invoice);I am experiencing the same issue:
Plugin received next error message from network API for this feed:
This resource is no longer available under v1 APIsIs there any solution for this yet?
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] download url not working correctUPDATE: Solved.
A bit silly but I forgot to reset the url on the new form.Now it is working again.