Laura Yeffeth
Forum Replies Created
-
That worked, thank you! Is there anyway to test it?
When I click on that link to try to authorize, it asks me to sign into my slack account. If I sign into a Slack account that I want to get notifications sent to, I get this error: OAuth Error: invalid_team_for_non_distributed_app
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan FailedHi and thanks for the tip. The last time I checked the scan worked. I am not sure what fixed it, perhaps a WordFence upgrade, but I am marking this solved.
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan FailedI added the following:
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );but I got the same error.
I can’t deactivate any plugins (at least right now) as this is a live client site. If you have any hints as to which plugin might be causing the problem, I can set up an off-hour time to do some testing but I rather not disable critical plugins.
There is an option to display the field keys under Screen Options at the top of the page.
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan FailedI sent both the diagnostics report and another recent scan activity log. Thanks.
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan FailedI noticed after I emailed you the log, that it still contained some cache files. I had copied your pattern directly. I removed the initial forward slash and tried again. The scan still failed, but it got much farther along. I send you that log as well.
Thanks again,
LauraForum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan FailedI made those changes but the scan still failed. I sent you the log.
Thanks!
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan FailedIt has been sent. Thank you.
I tried this but this setting was already deselected. I tried reselecting and saving and deselecting and saving to see if this would reset the setting but now when I try to run a scan, I am getting scan errors:
Scan Failed
The current scan looks like it has failed. Its last status update was 20 mins ago. You may continue to wait in case it resumes or stop and restart the scan. Some sites may need adjustments to run scans reliably.I’ve only tested two sites. Both sites got this failure. I never had any issue with scans failing before.
I can confirm as well. I manage a lot of sites so suddenly I am getting a lot of emails about plugin updates.
Forum: Fixing WordPress
In reply to: comments_by_type problemsTry adding the this
<?php $comments_by_type = &separate_comments($comments); ?>
directly before
<?php if ( !empty($comments_by_type['comment']) ) : ?>
This worked for me except I am using
<?php if ( !empty($comments_by_type['pings']) ) : ?>
instead of
<?php if ( !empty($comments_by_type['comment']) ) : ?>