Hi @shooin,
Does the button become green when you choose Yes
or No
for the question Would you also like to join our WordPress security mailing list...
?
Example: https://i.imgur.com/La3Eqeq.png
Dave
Thread Starter
shooin
(@shooin)
Hi.. those two are also not clickable. Thanks for the quick response!
Jason
Oh I’m sorry, the Continue
button will never turn green.
However, once you select Yes
or No
, the continue button will become clickable.
Does the Continue
button work once you select Yes
or No
?
Dave
Thread Starter
shooin
(@shooin)
The yes and no button is also not able to activate. LOL!
Is there some setting in the config file or database where I can just say yes instead of no? and maybe add an email address. I am actually cleaning out a VPS server and I have encounter it on two more site for a total of 3.
Thanks,
Jason
Hi again!
I found a way to bypass the initial part of the installation:
Please run these two queries back to back and you should be good to go!
First query:
UPDATE wp_wfconfig SET val="license", autoload="yes" WHERE name="onboardingAttempt3";
Second Query:
UPDATE wp_wfconfig SET val="example@example.com" WHERE name="alertEmails";
Remember to change example.example.com
to where you want the alerts to be sent to.
Dave
Thread Starter
shooin
(@shooin)
Hello @wfdave that worked for me. However now I get this screen
https://www.dropbox.com/s/qr9u2xgslsb1a8d/Screenshot%202019-03-01%2017.31.30.png?dl=0
I cant click the “you will need to review and accept the updated Terms of Use and Privacy Policy by clicking Review.” button.
Hopefully WF will solve this hacked site. Someone else fixed the other two.
Thanks
Thread Starter
shooin
(@shooin)
@wfdave My guess is that it has something to do with touppBypassNextCheck…
UPDATE wp_wfconfig SET val=”iAmNotSureWhatWouldGoHereSinceIDontKnowSQL”, autoload=”maybe?” WHERE name=”touppBypassNextCheck”;
Please dont try that at home.. but that is my best guess.
Thanks
Cyn
(@technomom)
FWIW, I have the same problem.