• Hey,
    I just installed through FANTASTICO, and realized I am using an old version with no image uploading capabilities, can anyone help me upgrade, without losing my settings, posts, templates etc.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Yup.
    http://codex.wordpress.org/Upgrading_WordPress
    Have a good read, and post back if you have any questions at all about any part of it.
    Backing up your data and taking your time are very important too 🙂

    Whenever I try to generate and rss feed using the RSS link under the meta heading on my blog site I get this message:

    Warning: Cannot modify header information - headers already sent by (output started at /home/gtwth/public_html/compusell/blog/wp-blog-header.php:1066) in /home/gtwth/public_html/compusell/blog/wp-rss2.php on line 10
    I have checked this site and have not seen anything that seems to apply to this problem. Any suggestions.

    It’s strange, my archives drop-down box has suddenly stopped working. All it outputs now is just “by Month” inside the box and I don’t believe I’ve changed anything in WordPress. I haven’t added any new plugins…

    Here’s my code:

    In the header for the drop down box:
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
    }
    //-->
    </script>

    In the menu:

    <li><form name="monthlyarchives" style="margin: 2px 0 2px 0px;">
    <select name="menu" onChange="MM_jumpMenu('parent',this,0)">
    <option selected value="">By Month</option>
    <?php get_archives('','','option', 1,'','','','true'); ?>
    </select>
    </form></li>

    Also, my categories drop down box is fine and it uses the exact same setup, only categories instead of archives, of course. And the archives work in my archives.php as a list, not a dropdown box.

    ok something is wrong with the boards, I am trying to create a new post and it keeps putting it on this thread… guess I’ll leave it for now…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Upgradgin 1.0.1 to latest’ is closed to new replies.