+ Reply to Thread
Results 1 to 10 of 10

Thread: WordPress upgrade to 2.7
      
   

  1. #1
    Similkameen's Avatar
    Similkameen is offline First Sergeant
    Join Date
    Nov 2008
    Posts
    70

    Arrow WordPress upgrade to 2.7

    When ugrading to 2.7, it asks when it is only an upgrade(not the full installation method), it says delete all wp-files amd save the ones you have upgraded or want to keep. Now I have went to delete only the wp files, and I notice they are all wp files.
    Code:
     <H2>Upgrading from any previous WordPress to 2.7:
    Code:
    1. Delete your old WP files, saving ones you've modified.
    2. Upload the new files.
    3. Point your browser to /wp-admin/upgrade.php.
    4. You wanted more, perhaps? That's it!
    Now their is 3 folders and the rest are php files. Is it the 3 folder we delete. I have not done anything with the original version, would I just delete the wp-config.php file in the new version, and upload the rest over top of it. Or what would I do?</H2>
    Jon

    www.similkameen-okanagonshopping.com

    "Challenge all policies and procedures regularly."

  2. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: WordPress upgrade to 2.7

    Delete your old wp-includes and wp-admin directories.

    I suggest you read teh WHOLE thing here..

    http://codex.wordpress.org/Upgrading_WordPress

    Then you might get the correct information about what they are telling you to do and which wp files they are talking about.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Similkameen's Avatar
    Similkameen is offline First Sergeant
    Join Date
    Nov 2008
    Posts
    70

    Smile Re: WordPress upgrade to 2.7

    The link has more of a defined instruction then the readme file on the new version. I going to give it a shot.

    Thankyou once again Karen.

    Cheers!
    Jon

    www.similkameen-okanagonshopping.com

    "Challenge all policies and procedures regularly."

  4. #4
    Similkameen's Avatar
    Similkameen is offline First Sergeant
    Join Date
    Nov 2008
    Posts
    70

    Question Re: WordPress upgrade to 2.7

    I wondering if somecould help me out with this. I followed instructions as stated above in the following link. I am recieving a line 6 error, here is the error as shown below;

    Code:
    Fatal error: require_once() [function.require]: Failed opening required '/home/usernamehere/public_html/blog/wp-admin/includes/upgrade.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/usernamehere/public_html/blog/wp-admin/upgrade.php on line 6

    Now shown below , on line 6, where would this error occur, I am lost, still learning this php lingo as i go along,

    Code:
     <?php
    define('WP_INSTALLING', true);
     
    require('../wp-load.php');
    timer_start();
    require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
     
    if (isset($_GET['step']))
    $step = (int) $_GET['step'];
    else

    Thankyou!
    Last edited by Similkameen; 02-23-2009 at 11:43 PM. Reason: delete private info
    Jon

    www.similkameen-okanagonshopping.com

    "Challenge all policies and procedures regularly."

  5. #5
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: WordPress upgrade to 2.7

    yeah you have to edit the config file to reflect your database name .. password and user name

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    Similkameen's Avatar
    Similkameen is offline First Sergeant
    Join Date
    Nov 2008
    Posts
    70

    Lightbulb Re: WordPress upgrade to 2.7

    Is their a way I could just load up the full install without upgrading, as have really no info in the old version, i could just delete it. Maybe create a data base and do it that way?
    Jon

    www.similkameen-okanagonshopping.com

    "Challenge all policies and procedures regularly."

  7. #7
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: WordPress upgrade to 2.7

    Whether you upgrade or install a new one.. you are still going to have to learn to congure the files..

    I believe theres an addon that will upgrade for you from the control panel even.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  8. #8
    Similkameen's Avatar
    Similkameen is offline First Sergeant
    Join Date
    Nov 2008
    Posts
    70

    Thumbs up Re: WordPress upgrade to 2.7

    Quote Originally Posted by Karen Mac View Post
    Whether you upgrade or install a new one.. you are still going to have to learn to congure the files..

    I believe theres an addon that will upgrade for you from the control panel even.

    Karen
    Awesome , thankyou, the simplified way, I'll try that out.....
    ....and I will without a reasonable I will have to learn how to config. anyways...so back to the drawing board.


    Thankyou once again Karen! Cheers!
    Jon

    www.similkameen-okanagonshopping.com

    "Challenge all policies and procedures regularly."

  9. #9
    Similkameen's Avatar
    Similkameen is offline First Sergeant
    Join Date
    Nov 2008
    Posts
    70

    Smile Re: WordPress upgrade to 2.7

    Quote Originally Posted by Karen Mac View Post
    Whether you upgrade or install a new one.. you are still going to have to learn to congure the files..

    I believe theres an addon that will upgrade for you from the control panel even.

    Karen

    No, their is not. I contacted supported and all they have is the link that directs you to the upgrade file for download that is in fantastico, and that is about it. That is ok.. I deleted wordpress, and went and switched to b2evolution, much better user friendly.

    Cheers!
    Jon

    www.similkameen-okanagonshopping.com

    "Challenge all policies and procedures regularly."

  10. #10
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,354

    Default Re: WordPress upgrade to 2.7

    I didnt mean vodahost control panel.. I meant WORD PRESS control panel.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49