Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was experiencing this problem with WP 2.2.3 and WP-Sticky 1.00, and here is the cause I found. Around line 98 in wp-sticky.php you’ll see this:

    $content = "($wpdb->sticky.sticky_status = 2 AND $wpdb->sticky.sticky_status IS NOT NULL) DESC, DATE_FORMAT($wpdb->posts.post_date,'%Y-%m-%d') DESC, ($wpdb->sticky.s\ticky_status = 1 AND $wpdb->sticky.sticky_status IS NULL) DESC, DATE_FORMAT($wpdb->posts.post_date,'%T') DESC";

    This seems to be placing all Announcements at the top no matter what, but ony placing Sticky posts at the top of any given day. This would mean that to make a post REALLY sticky (i.e. always at the top no matter what), you’d have to make it an Announcement. I’m guessing this is intentional, but it also seems undocumented.

    I’m experiencing the same problem as Servant: Adhesive 3.2 blanks out the plugins admin page in WordPress 2.1, but the plugin seems functional otherwise. However, I am also noticing this in WordPress 2.0 on a machine running PHP 5.2.0, whereas it was working a machine running PHP 5.0.4. The two PHP installations are fairly different aside from version, but maybe this has something to do with it.

    On trying to load plugins.php, the following line shows up in the PHP error log:

    PHP Fatal error: Call to a member function get() on a non-object in /path/to/wp-includes/cache.php on line 29

Viewing 2 replies - 1 through 2 (of 2 total)