Christian Foellmann

Results 106 comments of Christian Foellmann

I might have encountered the same issue. In my server error log (nginx, php 8.0/8.1): ``` [Tue Dec 06 12:15:26.258403 2022] [proxy_fcgi:error] [pid 2229022:tid 140390678103808] [client 10.1.15.1:0] AH01071: Got error...

I am with @thedatabaseme I would like to set my SQL statement and define a return value for up (and down). Or just "0 = down" and "1 = up"....

if this is available could you please add it to the readme.md

This would be a great improvement. I would love to add it to the wp plugin when a working solution is available

perfect! I will add this to the next version of the standalone plugin. Close?

@jamescridland shouldn't the podcaster be able to check if his/her own podcast is already in the catalogue?

I think you misunderstood me. I presume that a podcaster has the time (few seconds) to verify the setting before publishing the settings.

doesn't fix the issue. Let me say that I am testing on multisite. Should that make a difference? all other tables on all sites of the network are being reset.

In the PR I added the reset command to the restore process when started via wp-admin. Problem with the `wp dbsnapback` lies in `$db->reset( $args, null );` SEE: https://github.com/binarygary/db-checkpoint/blob/master/db-checkpoint.php#L180 I...