Aidan Hakimian
Forum Replies Created
-
I am also seeing this issue. Following.
I would suggest you open another thread since this one has been marked as resolved.
Did you delete the plugin, or simply deactivate it? Try deleting it entirely, and downloading it again.
Forum: Themes and Templates
In reply to: [Consus] Global ColorsAny chance I can receive some support on this please?
Interesting – that worked! All I had to do was deactivate, delete, and reinstall the Wordfence Security plugin. Thank you!
Forum: Themes and Templates
In reply to: [Consus] Global ColorsI just saw version 1.0.4 was released. Is there a changelog?
I still haven’t heard back. Do you have any other suggestions?
Well, what’s strange is that I don’t see the Login Security menu option under WordFence at all. However, if I go to All Options, I see it at the bottom of the page: Login Security Options.
I tried disabling all plugins on my site besides WordFence to no avail. Next I installed the default WordPress theme, Twenty Twenty-Three, which also did not work to resolve this issue.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] AWS Lightsail & Scheduled BackupsIs one visit every 5-10 minutes enough to keep the site in memory long enough for cron jobs to run?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] WP-CLIGot it. I missed that part of the documentation. Thanks for your help!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] AWS Lightsail & Scheduled BackupsThere is no such line in the wp-config.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] AWS Lightsail & Scheduled BackupsStill no luck! I even restarted my Lightsail instance where the site is hosted.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] AWS Lightsail & Scheduled BackupsManual backups do run correctly.
After installing WP Crontrol, I can see that none of the scheduled events are running as they should.
All I had to do was update the wp-config.php lines:
define('WP_HOME','https://' . $_SERVER['HTTP_HOST'] . '/' ); define('WP_SITEURL','https://' . $_SERVER['HTTP_HOST'] . '/' );By replacing
' . $_SERVER['HTTP_HOST'] . 'with the domain.- This reply was modified 3 years, 8 months ago by Aidan Hakimian. Reason: Formatting code
- This reply was modified 3 years, 8 months ago by Aidan Hakimian.
Thanks. Will you keep me updated on that?