Luke
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts] Related Content in Post EditorThanks. I had the same issue. Downgraded to 2.7.4 and it seems to be gone.
Could you provide a way to disable it via the settings panel in the next version?
Yes, you can just patch your post.php.
The workaround until the update is as follows:
cd /your/wordpress/path/wp-includes wget http://core.trac.wordpress.org/raw-attachment/ticket/22944/22944.3.patch patch -b post.php 22944.3.patch rm 22944.3.patchIf you messed it up, you can revert your file by doing:
rm post.php mv post.php.orig post.phpI hope this helps.
Note that this might not be the optimal solution. Might be a good idea to hang around and wait for the update.
Also, I hope “Excel” is an auto-complete typo and you didn’t actually paste code into excel. lol
I think I have found the cause of this issue. It is indeed a bug in WordPress 3.5.
The official WordPress bug tracker has this entry that matches the symptoms we are experiencing almost exactly:
- Ticket #22944 (closed defect (bug): fixed) – Scheduled posts trigger the non-unfiltered_html filters (regression).
This bug was marked as critical, and resolved about 7 days ago. It appears that this fix will be rolled out as part of the WordPress 3.5.1 update.
Recommended Resolution:
Upgrade to stable release of WordPress 3.5.1 as soon as it becomes available.
Forum: Fixing WordPress
In reply to: Revisions with No Author Changing PostsWow, thanks! This seems exactly the issue that is affecting us.
Good to know this is an actual bug and not something I did, or a malicious activity of some sort.
So I guess we just have to sit tight till 3.5.1 rolls out now.
Forum: Fixing WordPress
In reply to: Revisions with No Author Changing PostsDo you use the Preload feature?
I enabled preloading few weeks ago. I just disabled it to see if it changes anything.
Forum: Fixing WordPress
In reply to: Revisions with No Author Changing PostsI’m having the exact same issue: ghost revisions with blank author. It looks like this:
Whenever this happens, it strips out HTML tags such as samp, kbd and removes attributes from pre tags.
I’m running WordPress 3.5. What plugins do you guys use?
Here is my list:
- AddQuicktag Version 2.2.1 | By Frank Bültge
- Adsense-Deluxe Version 0.8 | By Acme Technologies
- Akismet Version 2.5.7 | By Automattic
- cbnet Different Posts Per Page Version 2.2 | By chipbennett
- Comment Form Quicktags Version 1.3.2 | By Regen
- Comment Info Detector Version 1.0.5 | By HieuDT
- Comment Toolbar Version 1.4.10 | By Cristiano Fino
- Democracy Version 2.0.1 | By Andrew Sutherland
- Filosofo Comments Preview Version 1.5 | By Austin Matzko
- Word Wrapping Version 1.0.0 | By Jim Wigginton
- Google Sitemaps Version 2.7.1 | By Arne Brachhold
- Highlight Author Comments Version 1.0.2 | By Rob Marsh, SJ
- Link Indication Version 4.4 | By Michael Wöhrer
- List Subpages Version 2.0 | By Rob Miller
- Related Posts Version 2.02 | By Alexander Malov & Mike Lu
- Subscribe To Comments Version 2.1.2 | By Mark Jaquith
- WP-Ban Version 1.60 | By Lester ‘GaMerZ’ Chan
- WP-SpamFree Version 2.1.1.2 | By WP-SpamFree
- WP-Syntax Version 0.9.13 | By Steven A. Zahm
- WP Super Cache Version 1.2 | By Donncha O Caoimh
Maybe we can narrow this down. As is, I have no clue what is causing this. It doesn’t seem to be malicious – it looks like a cleanup function of some sort.
I figured it out. You can change it in wp-includes/comments-template.php
Forum: Fixing WordPress
In reply to: Post and Edit redirects to Home without savingI resolved my issue by upgrading WordPress to 2.7.1
Forum: Fixing WordPress
In reply to: Posting or editing a post redirects me to homepageResolved the issue by upgrading to 2.7.1.
Forum: Fixing WordPress
In reply to: Post and Edit redirects to Home without savingI’m having the exact same issue. Unfortunately applying the mod_security fix did nothing for me.
I use dreamhost.com as my host.