nak_attack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress missing certain tables during WP move…UPDATE – For anyone else who encounters a similar issue:
I’ve dealt with this for nearly 24 hours, and since I didn’t receive any suggestions or help from this forum, I kept trying different things. Here’s what I believe to be the problem and my solution.
This website, once moved onto the new server, is somehow getting looped into it’s own site (if this makes sense). Basically it keeps redirecting to itself and never resolves. The solution was a lot simpler than I thought, I added the following to my wp-config.php file:
define(‘WP_HOME’,’https://domain.com’);
define(‘WP_SITEURL’,’https://domain.com’);
(Obviously, you’ll need to change “domain.com” to your actual one.)I haven’t discovered the true reason for the loop or redirects yet. At the moment I’m happy the site is working and fully operational. I can trouble shoot this issue further without stress!
Now time for a beer! Cheers!
Forum: Fixing WordPress
In reply to: WordPress missing certain tables during WP move…another note…after the database upgrade, the domain is forwards to this url:
https://www.domain.com/-0001/11/home/
instead of:
https://www.domain.com/Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Can’t Complete the registration process…Hello Lo,
I’ve begun a discussion with someone at [email protected] already. I’ll don’t want to post the info here as my client’s sites are still in development.
Theme used: Nova 1.0.5
The site is not behind any firewall or a reverse proxy. I do use the brute protect plugin though.
I have not customized any login / logout hooks in my themes functions.php file or via a plugin.Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Can’t Complete the registration process…also after i uninstalled and reinstall the app and click the green complete setup button this is the error i get:
“There was a problem automatically connecting your Clef account: 0. Please refresh and try again.”