asmodai
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FreeBSD, WordPress 2.7.x and TinyMCEActually, it turns out it was a bug in lighttpd 1.4.21’s handling of sendfile() on FreeBSD.
For more details, see http://redmine.lighttpd.net/issues/1913
Forum: Fixing WordPress
In reply to: FreeBSD, WordPress 2.7.x and TinyMCETurns out, after the necessary debugging, that for some reason (GCC or cosmic rays) lighttpd 1.4.21 was not compiled well. It only happened on this particular file (tiny_mce.js). A forced recompile later (with exact the same options, flags and all) and everything works.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)Arne, you said earlier:
@alyas2022: This error is probably not related to the Sitemaps plugin since it is not active on the front end. There is also no such database query in it so you could try to disabled all your plugins one by one to see which of them causes the error.
Unfortunately you are mistaken. google-sitemap-generator.3.0b7 has this snippet:
$catsRes=$wpdb->get_results("SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM” . $wpdb->posts . “p LEFT JOIN” . $wpdb->post2cat . “pc ON p.ID = pc.post_id LEFT JOIN” . $wpdb->categories . “c ON pc.category_id = c.cat_ID WHERE post_status = 'publish' GROUP BY cat_ID");Notice the $wpdb->post2cat occurence in the code.
Forum: Fixing WordPress
In reply to: Am I right to be scared of upgrading to 2.2?Actually, I just upgraded today from 2.1.x to 2.2 and have had no problems. Then again, I don’t have an site using umpteen plugins.