elmiller
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Possible 2.1.2 Post Category Bug?What plug-ins you are using?
Only two; Askimet and Search Everything. I did try deactivating each plugin and that had no effect.
I found a bug where the element.style.display to none.
That doesn’t describe what I saw. I looked at the html output and there were only a few categories in the code.
I did eventually fix the issue by deleting and re-adding each category, but the problem came back once so I repeated the delete/re-add process and haven’t had the problem since. I still don’t consider it resolved but am crossing my fingers it won’t come back.
Forum: Fixing WordPress
In reply to: Possible 2.1.2 Post Category Bug?I’m still having this issue. I posted a screenshot and a .sql excerpt at http://elmiller.wordpress.com/2007/03/23/possible-category-bug/
I’ve been looking through the data in MySQL to see what is unique about the categories that won’t display, but I still don’t see a pattern.Forum: Fixing WordPress
In reply to: Blogroll (Timestamp issue)I ran into this a while back and later solved my problem by modifying the MySQL table. I wrote about my solution here; http://wordpress.org/support/topic/69735?replies=2, but I don’t know if this still holds true, it was several versions ago.
Forum: Fixing WordPress
In reply to: Links “updated” field won’t updateI solved my own problem, but thought I’d post in case anyone else runs into this.
The “updated” field in the links table db was set to “datetime”, so I changed it’s type to “timestamp” and set the default value to “CURRENT_TIMESTAMP” using PHP myAdmin. This fixed my ability to use ‘_updated’ as the sort order for get_links().
I’m not sure if this is bug in the WordPress installer or just my installation (I used cPanel Fantastico).