-
Posted a reply to Posts in categories after converting to tags aren’t displayed in Count Column, on the site WordPress.org Forums:
Solution! I thought if I edit one of the posts, or even just open it… -
Posted a reply to Posts in categories after converting to tags aren’t displayed in Count Column, on the site WordPress.org Forums:
I converted a tag to category and have the same issue. Since WP now thinks… -
Posted a reply to Rejected URL strings question, on the site WordPress.org Forums:
That appears to have taken care of it. -
Posted a reply to Rejected URL strings question, on the site WordPress.org Forums:
I have wrapped the iffeed-scotland.php file in ob_start() and ob_flush(). We'll see if that helps. -
Created a topic, Rejected URL strings question, on the site WordPress.org Forums:
I get a PHP Warning: Cannot modify header information… -
Posted a reply to I can’t log in to view the debug log, on the site WordPress.org Forums:
Yes, it's the same provided on the settings page (debug tab). -
Posted a reply to I can’t log in to view the debug log, on the site WordPress.org Forums:
Thanks. No applicable errors. "httpd -M" shows that auth_basic_module is loaded. -
Created a topic, I can’t log in to view the debug log, on the site WordPress.org Forums:
In the Debug tab, I click on the "Last logged to" link… -
Posted a reply to htaccess coordination with Wordfence plugin, on the site WordPress.org Forums:
That sounds like a good idea. -
Posted a reply to htaccess coordination with Wordfence plugin, on the site WordPress.org Forums:
Very good points. I was going to think through that, so many thanks. And the… -
Posted a reply to htaccess coordination with Wordfence plugin, on the site WordPress.org Forums:
It appears that to allow Wordfence (in "extended protection" mode) to act first, WP Super… -
Posted a reply to Wordfence and Caching Plugins, on the site WordPress.org Forums:
Also "late init" in WP Super Cache ("Display cached files after WordPress has loaded"). (I… -
Posted a reply to Wordfence and Caching Plugins, on the site WordPress.org Forums:
That appears to work! Each reloading of a post is logged. I tested it in… -
Posted a reply to Wordfence and Caching Plugins, on the site WordPress.org Forums:
This seems to be the case for me, too. My Wordfence is using "extended protection".… -
Posted a reply to htaccess coordination with Wordfence plugin, on the site WordPress.org Forums:
Wordfence appears to be working fine. -
Posted a reply to Problems in trying to view the debug log, on the site WordPress.org Forums:
Wow – I’m so pleased! My programming knowledge is strictly as-needed, so that’s great. Thanks. -
Posted a reply to Problems in trying to view the debug log, on the site WordPress.org Forums:
Line 12 of debug.php, creating the link, appears to remove $_SERVER['DOCUMENT_ROOT'] from $cache_path – leaving… -
Posted a reply to Problems in trying to view the debug log, on the site WordPress.org Forums:
Poking around, I see a wp-cache-config.php file in /wp-content, and a line in it: wp_cache_home_path… -
Posted a reply to Problems in trying to view the debug log, on the site WordPress.org Forums:
Also, in wp-config: define('WPCACHEHOME', '/home/xxx/public_html/news/wp-content/plugins/wp-super-cache/'); -
Posted a reply to Problems in trying to view the debug log, on the site WordPress.org Forums:
The cache location is set as /home/xxx/public_html/news/wp-content/cache/. That is the default (which I confirmed by… -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
Thanks for your patience and support! -
Posted a reply to Problems in trying to view the debug log, on the site WordPress.org Forums:
And then after a while, Super Cache (sensibly!) deletes the altered view file. So how… -
Created a topic, Problems in trying to view the debug log, on the site WordPress.org Forums:
The link to the view script adds an extra subdirectory… -
Created a topic, Effective and easy to use (just install and turn on!), on the site WordPress.org Forums:
Great extension! -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
I wrapped those inc files in ob_start() and ob_flush(), and that appears to have solved… -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
A couple years ago in the Phast Press forum, the addition of add_action('template_redirect', function ()… -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
*All 3 WP modules use the same files from the root directory: nwwdoctype, nwwmeta2, and… -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
How can I make nwwheader.inc not write headers out before Super Cache runs? As far… -
Posted a reply to Zlib Output Compression Enabled, but …, on the site WordPress.org Forums:
Many thanks! -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
Neither of those is fully getting rid of the warnings, however. I'm still mystified as… -
Posted a reply to Zlib Output Compression Enabled, but …, on the site WordPress.org Forums:
Thank you. The thing is, the Wordpress module is just one part of my web… -
Posted a reply to htaccess coordination with WP Super Cache plugin, on the site WordPress.org Forums:
Thank you. -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
I also found that nwwmeta2.inc was writing "<html>" twice, which may have been a problem. -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
Fixed to some extent, perhaps: The warning has become rarer. Turns out the Microsoft Clarity… -
Posted a reply to htaccess coordination with Wordfence plugin, on the site WordPress.org Forums:
Thank you, Alin. It didn't seem to affect things. I changed the order to “WPSuperCache”,… -
Posted a reply to Zlib Output Compression Enabled, but …, on the site WordPress.org Forums:
Thank you, Paulina! -
Posted a reply to “Cannot modify header information”, on the site WordPress.org Forums:
Sure: The warning occurs with: https://www.wind-watch.org/news/ It doesn't with: https://www.wind-watch.org/documents/ They use completely custom templates… -
Created a topic, Zlib Output Compression Enabled, but …, on the site WordPress.org Forums:
Yes, I have “Zlib Output Compression Enabled!” as the … -
Posted a reply to CRON System Disabled, on the site WordPress.org Forums:
As mentioned by Bruce, the WP cron can be manually run at 'wp-cron.php?doing_wp_cron'. That can… -
Created a topic, “Cannot modify header information”, on the site WordPress.org Forums:
I know this has been raised before, and I'm pretty sur… -
Created a topic, htaccess coordination with WP Super Cache plugin, on the site WordPress.org Forums:
I finally decided to set up a caching system, and WP S… -
Created a topic, htaccess coordination with Wordfence plugin, on the site WordPress.org Forums:
I finally decided to set up a caching system, and WP S… -
Posted a reply to headers already sent by … waf.php, on the site WordPress.org Forums:
I added "RewriteOptions InheritDownBefore" to the root htaccess (actually to an Apache config file) and… -
Posted a reply to Trying to access array offset on value of type null?, on the site WordPress.org Forums:
Turns out it was a couple of custom RSS feeds that called the deprecated function… -
Posted a reply to headers already sent by … waf.php, on the site WordPress.org Forums:
Each instance of the set of 4 warnings appears to correspond to a request "POST… -
Posted a reply to headers already sent by … waf.php, on the site WordPress.org Forums:
Still a couple of instances this last night, and only in the one Wordpress installation.… -
Posted a reply to headers already sent by … waf.php, on the site WordPress.org Forums:
Now it occurred just once a couple of hours ago, with the doctype call, which… -
Posted a reply to headers already sent by … waf.php, on the site WordPress.org Forums:
It's now been a day since I disabled Wordfence's enhanced protection (or optimized firewall. (I… -
Posted a reply to headers already sent by … waf.php, on the site WordPress.org Forums:
Thanks. I will experiment. -
Posted a reply to Trying to access array offset on value of type null?, on the site WordPress.org Forums:
No, but it doesn't seem to be YARPP. It still happens when it's deactivated. The…