eitanc
Forum Replies Created
-
Server restart also didn’t help.
It may not be DB related since it shows several times, right after the following 3 lines:
A. Connected to database…
B. 1. Trying to make a list of folders to back up …
C. Compressing files as ZipArchive. Please be patient, this may take a moment.Thanks, I tried it all but none worked. I Even tried to move to PHP 8.0.6 (from 7) due to some web hints for this direction, but none helped…
Thanks!
I am the hoster and admin… 🙂
Where is this DB_HOST located?May help, probably at the time of the backup job run, at the site root file of error_log I get this error:
”
PHP Warning: Packets out of order. Expected 1 received 35. Packet size=1032191 in <site root>/wp-includes/wp-db.php on line 1813
”Lines 1811 to 1822 at this wp-db.pho are:
”public function check_connection( $allow_bail = true ) { if ( $this->use_mysqli ) { if ( ! empty( $this->dbh ) && mysqli_ping( $this->dbh ) ) { return true; } } else { if ( ! empty( $this->dbh ) && mysql_ping( $this->dbh ) ) { return true; } } $error_reporting = false;”
Line 1813 is:
if ( ! empty( $this->dbh ) && mysqli_ping( $this->dbh ) ) {Thanks for the direction. It is working fine now.
This post was created because of https://wpcerber.com/how-to-rename-wp-login-php/ … – please either remove it or fix it to have text and images that match the current plugin’s UI.
Thanks.
I don’t see the connection to my source ip. There is an on/off UI configuration feature that is missing
Forum: Plugins
In reply to: [User Login Notifier for WordPress] Failed attempts emails are not sentForum: Plugins
In reply to: [User Login Notifier for WordPress] Failed attempts emails are not sentI deactivated the plugin in question – but still no emails are sent regarding failed logins. can you check?
OK, got it, posted it there. thanks.
Forum: Plugins
In reply to: [User Login Notifier for WordPress] Failed attempts emails are not sentI have an email plugin that logs all sent or failed email deliveries and there is no log record of any email about failed logins, as if such email was never tried to be sent.
I wanted to post this at https://postmansmtp.com/forums/ but even if I am logged in – there is no “post” link to add new content
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] OAuth traffic via your serversThanks, I look into working with OneDrive, does it have to be with OAuth?
Thanks, I will look into it.
Forum: Plugins
In reply to: [Companion Auto Update] Link to the plugin’s change log is missingConsider also adding to this footer:
1. Link to the plugin’s main page at wordpress.org (to promote the plugin)
2. Link to the plugin’s support page at wordpress.org
3. If you will add the plugin’s version number, when sending the email check if this version is the latest, and if not – add a text to encourage folks to update it with a link to the plugin’s download pageForum: Plugins
In reply to: [Companion Auto Update] Link to the plugin’s change log is missingI suggest this to help you better troubleshoot issues coming from users regarding the email – add to the email a footer with the plugin’s version number and possibly also with the wordpress version number, so users can quickly and easily get this data to be sent you when complaining about an issue.