hgdrn
hgdrn
I'm here because I thought I'm doing anything wrong. The app says "use absolute paths or complete URLs". But: the app will only show images with a complete URL, Nextcloud...
Thanks, Stefan for the explanation. In fact I wasn't aware of this. Unfortunately that makes it even worse (from the user's point of view). So there's an edit mode, a...
Same problem here. Backup worked, updated WP to 5.5, e-mail attachements are broken. Previous: X-Mailer: PHPMailer 5.2.27 Current: X-Mailer: PHPMailer 6.1.6 Previous: Content-Type: multipart/mixed; boundary="b1_56d2a9d3c58c5306a23e188ad7e0b57b" Current: Content-Type: multipart/mixed; charset= Guess:...
I've found the problem: PHPMailer has moved to another directory thus the "require_once" fails and the old method is used for sending the e-mail (which is buggy). The needed changes...
First: PHPMailer has moved to a different location. In function send_mail() one has to include it ``` if ( !is_object( $phpmailer ) || ( strtolower(get_class( $phpmailer )) != 'phpmailer' )...
If you want to patch it yourselves just take a look at my pull request. Just a few lines of code that have to be replaced. https://github.com/matzko/wp-db-backup/pull/37/commits/7c71ff6ac58dddd35cefd990e9d733c17b1f42c3
When speaking of Dragging & Dropping files: The default operation in Total Commander is Copy. The default operation in Double Commander is Copy. The default operation in Krusader is Copy....
> The question wasn't to change the standard behaviour, the question was for a tickbox to swap between move and copy. Shouldn't be a big thing, that's true.
Confirmed. I guess it's the JavaScript carousel slide that's breaking it up. I imported Insta media consisting of two videos and two pictures, and when everything was imported I could...