gmsdwx
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Date is shown wrong from 2020 onHi,
Just wanted to add that I’m seeing the same thing on the month grid view. The dates/times display correctly in the tooltip, but the events are placed incorrectly on the grid. I can confirm that this is for 2020 only. 2019 and before all seem fine.
I’ve tried it with disabling the custom templates inside my theme but the error sticks. Not sure what’s happening.
Thanks.
Forum: Plugins
In reply to: [Add to home screen WP Plugin] PHP error…Found the problem with the front end error. In the index.php file on line 309,
if (!get_option(‘addmetawebcapablelinks’)) {
add_action(‘wp_head’, ‘addmetawebcapablelinks’, 3);
}needs to be changed to:
if (get_option(‘addmetawebcapablelinks’)) {
add_action(‘wp_head’, ‘addmetawebcapablelinks’, 3);
}Apparently the “addmetawebcapablelinks” function no longer exists. I can’t find it anywhere. So that probably should go away altogether.
Any news on this? August 1st is coming up pretty soon.
Thanks.
I can confirm that I’m having the same issue. If I browse within the ‘.’ directory in 7-Zip, I can see all the root files, but no directories. It looks like BackWPup is moving all files in the root directory to an upper level directory while leaving all sub-directories in place.
This is apparently a new development. It never did that before.
The update fixes the file deletion problem, but I really don’t like the new file naming convention. I’d like to be able to have the backups sorted by date (per the date in the file name) inside my Dropbox folder, but that can’t happen anymore because the hashes are random.
Maybe you could have those hashes set at the end of the file name instead of the front? That way, you could still have random hashes but because the start of the file names would have the date in them, that would keep them sorted in a meaningful order.
I’ll give it a go and report back. Thanks. ??
Having the same problem and now it’s not deleting old backups. Will this also be fixed?