Forums

Upgrade to 2.3.2 Problem - Please help (13 posts)

  1. emirhan
    Member
    Posted 4 years ago #

    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

  2. MichaelH
    Volunteer
    Posted 4 years ago #

    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.

  3. emirhan
    Member
    Posted 4 years ago #

    Thank you. I am just going to try this.

  4. emirhan
    Member
    Posted 4 years ago #

    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.

  5. MichaelH
    Volunteer
    Posted 4 years ago #

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

  6. emirhan
    Member
    Posted 4 years ago #

    I can't see the .htaccess file - where would it be located?

  7. MichaelH
    Volunteer
    Posted 4 years ago #

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

  8. MichaelH
    Volunteer
    Posted 4 years ago #

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

  9. davidathacc
    Member
    Posted 4 years ago #

    Michael,

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

  10. MichaelH
    Volunteer
    Posted 4 years ago #

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

  11. emirhan
    Member
    Posted 4 years ago #

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

  12. MichaelH
    Volunteer
    Posted 4 years ago #

    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.

  13. emirhan
    Member
    Posted 4 years ago #

    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..

Topic Closed

This topic has been closed to new replies.

About this Topic