• I’ve made a back up and then I downloaded the new WordPress 2.3.2 on the PC. I have done this twice, following the directions exactly. The upgrade page: http://www.motorparasi.com/wp-admin/upgrade.php again comes up with:

    “The page cannot be displayed. I had the same problem when I did the last upgrade. The webhosting company told us to replace this code:

    Orgaina taxonomy.php line 11 ~ 13 $wp_taxonomies = array();$wp_taxonomies[‘category’] = (object) array(‘name’ => ‘category’, ‘object_type’ => ‘post’, ‘hierarchical’ => true, ‘update_count_callback’ => ‘_update_post_term_count’);$wp_taxonomies[‘post_tag’] = (object) array(‘name’ => ‘post_tag’, ‘object_type’ => ‘post’, ‘hierarchical’ => false, ‘update_count_callback’ => ‘_update_post_term_count’);$wp_taxonomies[‘link_category’] = (object) array(‘name’ => ‘link_category’, ‘object_type’ => ‘link’, ‘hierarchical’ => false); Modified taxonomy.php line 11 ~ 13$wp_taxonomies = array();$wp_taxonomies[‘category’] = array(‘name’ => ‘category’, ‘object_type’ => ‘post’, ‘hierarchical’ => true, ‘update_count_callback’ => ‘_update_post_term_count’);$wp_taxonomies[‘post_tag’] = array(‘name’ => ‘post_tag’, ‘object_type’ => ‘post’, ‘hierarchical’ => false, ‘update_count_callback’ => ‘_update_post_term_count’);$wp_taxonomies[‘link_category’] = array(‘name’ => ‘link_category’, ‘object_type’ => ‘link’, ‘hierarchical’ => false);

    But we tried this for the most recent upgrade and it didn’t work.

    Can anybody help? Please, our site has been down for two days. thanks to anyone that will help

Viewing 12 replies - 1 through 12 (of 12 total)
  • At the very least, I’d consider deleting the WordPress files and reuploading as per Steps 7 and 8 in Upgrading_WordPress_Extended.

    Note, that if upgrading from 2.3.1 the upgrade.php step is not really necessary, but then again it shouldn’t hurt either. It’s not necessary because from 2.3.1 to 2.3.2 nothing changed in the database.

    Thread Starter emirhan

    (@emirhan)

    Thank you. I am just going to try this.

    Thread Starter emirhan

    (@emirhan)

    I’m sorry, I tried it again using Filezilla to upload. The site is still not showing up. Do you think it has anything to do with the taxanomy code? I did not replace the code that my webhoster provided. They said the the code is not compatible with PHP 5. I am not a programmer so replacing it is a problem for me. My blog has been down since yesterday.

    Maybe something in your .htaccess file causing the problem. Might try renaming that to see if that’s the problem.

    Thread Starter emirhan

    (@emirhan)

    I can’t see the .htaccess file – where would it be located?

    If using FileZilla check under View to make sure you can see hidden files. You may NOT have an .htaccess file either.

    Also, make sure you are uploading the files in ASCII mode. Filezilla will do that automatically though.

    Michael,

    Is there a problem with 2.3.2? Seems to be a lot of similar problems.

    I’ve installed 2.3.2 in approx. 30 sites, on a myriad of hosts, and don’t see a problem.

    Thread Starter emirhan

    (@emirhan)

    Are there any other suggestions on how to upgrade to 2.3.2 ? How can I run the upgrade page?
    Thanks…

    Since your site is down and 2.3.2 is not working for you, I’d suggest restoring your 2.3.1 files (including the modification your host made for you) and just stay with 2.3.1 for the next few days.

    Then, I would seriously consider moving to another hosting company where WordPress will work properly.

    Thread Starter emirhan

    (@emirhan)

    Thank you for answering, I’ll change my hosting company in the near future. As you said it is better for me to upload 2.3.1 files to run my blog again.
    Thanks..

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Upgrade to 2.3.2 Problem – Please help’ is closed to new replies.