Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • I tried upgrading 2.0 to 2.1. Deleted all files except the htaccess file, and config file and of course the content folder.

    Uploaded all new files. Ran the upgrade it said to do. Then no posts showed on the site. Nothing in the categories even though it showed articles were posted. The admin shows the articles. Just not the visible part of the site.

    Updated: WordPress does manage to ping itself and leave a trackback. Still nothing for other sites. Sits in the to_ping spot.

    The other patch file in provided in the other thread is execute-pings.php. Supposedly this goes int the wp-admin folder.

    This doesn’t seem to cause trouble… just when I add the dfunctions-post.php in the wp-includes folder.

    When I put the patch file functions-post.php into the wp-includes folder (the other patch doesn’t seem to bother it)… I get the following error. I appears at the top of the blog above the header.

    *** functions-post.php.orig Thu Dec 29 14:35:43 2005 — functions-post.php Thu Dec 29 14:38:39 2005 *************** *** 696,704 **** $post = $wpdb->get_row(“SELECT * FROM $wpdb->posts WHERE ID = $post_id”); $to_ping = get_to_ping($post_id); $pinged = get_pung($post_id); ! if ( empty($to_ping) ) return; if (empty($post->post_excerpt)) $excerpt = apply_filters(‘the_content’, $post->post_content); else — 698,709 —- $post = $wpdb->get_row(“SELECT * FROM $wpdb->posts WHERE ID = $post_id”); $to_ping = get_to_ping($post_id); $pinged = get_pung($post_id); ! if ( empty($to_ping) ) { ! $wpdb->query(“UPDATE $wpdb->posts SET to_ping = ” WHERE ID = ‘$post_id'”); return; + } if (empty($post->post_excerpt)) $excerpt = apply_filters(‘the_content’, $post->post_content); else

    I have the exact same problem. The post referred to I also tried but no go. Thanks for WordPress 2.0. Hope this glitch can be solved soon. However I did unzip the files and upload. Nothing seems to have changed.

    Followed the Solved!! method and still no go. I tried using the patch. I was not able to use knight’s method as not sure how to run in my phphadmin. The patch files I uploaded to the folders. Still no trackback. Will there be a fix soon from wordpress?

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