lmayer1875
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordfence keeps locking out the usersThanks Stef. I made the recommended changes and we’ll see if that fixes it.
Forum: Fixing WordPress
In reply to: wordfence keeps locking out the usersIt doesn’t appear to; it appears to be trying all sorts of accounts like “admin” which doesn’t exist and WordPress is locking everyone out. I have brute force protection engaged.
Forum: Fixing WordPress
In reply to: wordfence keeps locking out the usersIts not an issue of users forgetting their passwords its a brute force attack.
Forum: Fixing WordPress
In reply to: upgrade breaks admin pageI am running it on WAMP. It resolves on that.
Forum: Fixing WordPress
In reply to: upgrade breaks admin pageI got the same thing. I went a got a cup of coffee came back and looked and it fixed itself.
Hi there,
I upgraded the plug in to the latest version and it wouldn’t connect. So I tried manually connecting it with a generated access token and that doesn’t work either.
Laura
Thanks for that but it didn’t help. It appears to be a problem with the Advanced Gutenberg plug in not wordpress itself.
Forum: Fixing WordPress
In reply to: can’t upgrade to php 7.2.14Thanks Sam. I created a clone of the production webserver and tried again, same story. I tried renamed the plugins directory, checked if extension=php_mysqli.dll was enabled. and none of it helped. It seems to be failing on the wp-db.php file.
if ( WP_DEBUG ) {
$this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );
} else {
$this->dbh = @mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );
}Is this something I should change to test?
Thanks
Laura
Forum: Fixing WordPress
In reply to: can’t upgrade to php 7.2.14Thanks for that! We are hosted in house and I am the PHP upgrade support for this.
I’ll give that a shot.
Thanks again,
Laura